Searched refs:yBegin (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
D | GIFImageDecoder.cpp | 203 int yBegin = upperBoundScaledY(frameReader->y_offset + rowNumber); in haveDecodedRow() local 205 …_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1; in haveDecodedRow() 206 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow() 232 …buffer.setRGBA(x, yBegin, colorMap[colorIndex], colorMap[colorIndex + 1], colorMap[colorIndex + 2]… in haveDecodedRow() 243 buffer.setRGBA(x, yBegin, 0, 0, 0, 0); in haveDecodedRow() 249 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd); in haveDecodedRow()
|