Searched defs:rowBuffer (Results 1 – 3 of 3) sorted by relevance
109 Vector<JSAMPLE, 600 * 3> rowBuffer; in compressRGBABigEndianToJPEG() local
85 static void PNGAPI rowAvailable(png_structp png, png_bytep rowBuffer, png_uint_32 rowIndex, int int… in rowAvailable()332 void PNGImageDecoder::rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int interlacePass) in rowAvailable()
193 bool GIFImageDecoder::haveDecodedRow(unsigned frameIndex, unsigned char* rowBuffer, unsigned char* … in haveDecodedRow()