Home | History | Annotate | Download | only in gm

Lines Matching refs:fFrame

27     int                             fFrame;
69 : fFrame(0)
109 fFrame = 0;
130 this->drawFrame(canvas, fFrame);
144 SkASSERT(fFrame == 0);
145 fNextUpdate = secs + fFrameInfos[fFrame].fDuration;
156 fFrame++;
157 if (fFrame == fTotalFrames) {
158 fFrame = 0;
163 fNextUpdate += fFrameInfos[fFrame].fDuration;