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

/external/skia/src/codec/
H A 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++) {
H A DSkGifCodec.h161 * @param rowsInFrame Output variable. The number of lines to decode
164 void handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame);

Completed in 69 milliseconds