Lines Matching defs:output
1833 // Use if your final output buffer is at a different scale than draw_data->DisplaySize,
2101 static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
4040 static unsigned int stb_decompress(unsigned char *output, const unsigned char *i, unsigned int /*length*/)
4046 stb__barrier_out_e = output + olen;
4047 stb__barrier_out_b = output;
4050 stb__dout = output;
4056 IM_ASSERT(stb__dout == output + olen);
4057 if (stb__dout != output + olen) return 0;
4058 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2))
4066 IM_ASSERT(stb__dout <= output + olen);
4067 if (stb__dout > output + olen)