Home
last modified time | relevance | path

Searched refs:copyRowNTimes (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/image-decoders/
DImageDecoder.h94 void copyRowNTimes(int startX, int endX, int startY, int endY) in copyRowNTimes() function
/external/webkit/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp346 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd); in haveDecodedRow()
/external/webkit/WebCore/
DChangeLog-2009-06-16791 (WebCore::RGBA32Buffer::copyRowNTimes):
943 (WebCore::RGBA32Buffer::copyRowNTimes): Fix typo that broke Skia GIF decoding.
1068 (WebCore::RGBA32Buffer::copyRowNTimes):
1089 (WebCore::RGBA32Buffer::copyRowNTimes):
1317 (WebCore::RGBA32Buffer::copyRowNTimes): Fix ANSI violation that MSVC let me compile (!).
1577 (WebCore::RGBA32Buffer::copyRowNTimes): Added.