Lines Matching refs:out
99 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx() local
100 gdImageWebpCtx(im, out, quantization); in gdImageWebpEx()
101 out->gd_free(out); in gdImageWebpEx()
106 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp() local
107 gdImageWebpCtx(im, out, -1); in gdImageWebp()
108 out->gd_free(out); in gdImageWebp()
114 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr() local
115 gdImageWebpCtx(im, out, -1); in gdImageWebpPtr()
116 rv = gdDPExtractData(out, size); in gdImageWebpPtr()
117 out->gd_free(out); in gdImageWebpPtr()
125 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx() local
126 gdImageWebpCtx(im, out, quantization); in gdImageWebpPtrEx()
127 rv = gdDPExtractData(out, size); in gdImageWebpPtrEx()
128 out->gd_free(out); in gdImageWebpPtrEx()