HomeSort by relevance Sort by last modified time
    Searched refs:handleScanlineFrame (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkGifCodec.h 164 void handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame);
SkGifCodec.cpp 527 void SkGifCodec::handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame) {
555 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);
581 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);

Completed in 54 milliseconds