Searched refs:rowsInFrame (Results 1 – 2 of 2) sorted by relevance
527 void SkGifCodec::handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame) { argument545 *rowsInFrame = rowsLeft - rowsAfterFrame;548 *rowsInFrame = count;554 int rowsInFrame; local555 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);567 for (int i = 0; i < rowsInFrame; i++) {580 int rowsInFrame; local581 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);583 for (int i = 0; i < rowsInFrame; i++) {
164 void handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame);