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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp35 static long getDelayMs(GraphicsControlBlock& gcb) { argument
36 return gcb.DelayTime * 10;
39 static bool willBeCleared(const GraphicsControlBlock& gcb) { argument
40 return gcb.DisposalMode == DISPOSE_BACKGROUND || gcb.DisposalMode == DISPOSE_PREVIOUS;
67 GraphicsControlBlock gcb; local
87 DGifSavedExtensionToGCB(mGif, i, &gcb);
90 durationMs += getDelayMs(gcb);
95 if (gcb.DisposalMode == DISPOSE_PREVIOUS && lastUnclearedFrame >= 0) {
99 if (!willBeCleared(gcb)) {
116 GraphicsControlBlock gcb; local
234 GraphicsControlBlock gcb; local
[all...]

Completed in 60 milliseconds