Home
last modified time | relevance | path

Searched refs:rowsInFrame (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp527 void SkGifCodec::handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame) { argument
545 *rowsInFrame = rowsLeft - rowsAfterFrame;
548 *rowsInFrame = count;
554 int rowsInFrame; local
555 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);
567 for (int i = 0; i < rowsInFrame; i++) {
580 int rowsInFrame; local
581 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);
583 for (int i = 0; i < rowsInFrame; i++) {
DSkGifCodec.h164 void handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame);