Lines Matching refs:input
88 PNG creates output files with the same number of components as the input.
109 JPEG does ignore alpha channels in input data; quality is between 1 and 100.
183 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input);
298 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input)
300 return WideCharToMultiByte(65001 /* UTF8 */, 0, input, -1, buffer, (int) bufferlen, NULL, NULL);
1002 // compute adler32 on input
1538 // row >= height => use last input row
1542 // if col >= width => use pixel from last input column
1576 // row >= height => use last input row
1580 // if col >= width => use pixel from last input column