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

  /external/skia/src/codec/
SkGifCodec.cpp 527 void SkGifCodec::handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame) {
545 *rowsInFrame = rowsLeft - rowsAfterFrame;
548 *rowsInFrame = count;
554 int rowsInFrame;
555 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);
567 for (int i = 0; i < rowsInFrame; i++) {
580 int rowsInFrame;
581 this->handleScanlineFrame(count, &rowsBeforeFrame, &rowsInFrame);
583 for (int i = 0; i < rowsInFrame; i++) {
SkGifCodec.h 161 * @param rowsInFrame Output variable. The number of lines to decode
164 void handleScanlineFrame(int count, int* rowsBeforeFrame, int* rowsInFrame);

Completed in 1028 milliseconds