Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp48 mLoopCount(1), mBgColor(TRANSPARENT), mPreservedFrames(NULL), mRestoringFrames(NULL) { in FrameSequence_gif()
65 mRestoringFrames = new int[mGif->ImageCount]; in FrameSequence_gif()
94 mRestoringFrames[i] = -1; in FrameSequence_gif()
97 mRestoringFrames[i] = lastUnclearedFrame; in FrameSequence_gif()
110 i, mPreservedFrames[i], mRestoringFrames[i], gcb.TransparentColor); in FrameSequence_gif()
131 delete[] mRestoringFrames; in ~FrameSequence_gif()
DFrameSequence_gif.h61 int getRestoringFrame(int frameIndex) const { return mRestoringFrames[frameIndex]; } in getRestoringFrame()
72 int* mRestoringFrames; variable