Lines Matching refs:out
110 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx() local
111 gdImageWebpCtx(im, out, quantization); in gdImageWebpEx()
112 out->gd_free(out); in gdImageWebpEx()
117 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp() local
118 gdImageWebpCtx(im, out, -1); in gdImageWebp()
119 out->gd_free(out); in gdImageWebp()
125 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr() local
126 gdImageWebpCtx(im, out, -1); in gdImageWebpPtr()
127 rv = gdDPExtractData(out, size); in gdImageWebpPtr()
128 out->gd_free(out); in gdImageWebpPtr()
136 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx() local
137 gdImageWebpCtx(im, out, quantization); in gdImageWebpPtrEx()
138 rv = gdDPExtractData(out, size); in gdImageWebpPtrEx()
139 out->gd_free(out); in gdImageWebpPtrEx()