Lines Matching defs:output
1291 // Use if your final output buffer is at a different scale than draw_data->DisplaySize,
1574 static unsigned int stb_decompress(unsigned char *output, const unsigned char *input, unsigned int length);
3154 static unsigned int stb_decompress(unsigned char *output, const unsigned char *i, unsigned int /*length*/)
3161 stb__barrier_out_e = output + olen;
3162 stb__barrier_out_b = output;
3165 stb__dout = output;
3171 IM_ASSERT(stb__dout == output + olen);
3172 if (stb__dout != output + olen) return 0;
3173 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2))
3181 IM_ASSERT(stb__dout <= output + olen);
3182 if (stb__dout > output + olen)