Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp57 mLoopCount(1), mBgColor(TRANSPARENT), mPreservedFrames(NULL), mRestoringFrames(NULL) { in FrameSequence_gif()
74 mRestoringFrames = new int[mGif->ImageCount]; in FrameSequence_gif()
103 mRestoringFrames[i] = -1; in FrameSequence_gif()
106 mRestoringFrames[i] = lastUnclearedFrame; in FrameSequence_gif()
119 i, mPreservedFrames[i], mRestoringFrames[i], gcb.TransparentColor); in FrameSequence_gif()
138 delete[] mRestoringFrames; in ~FrameSequence_gif()
DFrameSequence_gif.h57 int getRestoringFrame(int frameIndex) const { return mRestoringFrames[frameIndex]; } in getRestoringFrame()
68 int* mRestoringFrames; variable