Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp274 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() local
275 if (disposal == 2 || disposal == 3) { in checkIfWillBeCleared()
283 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() argument
286 *disposal = 0; in getTransparencyAndDisposalMethod()
292 *disposal = ((eb->Bytes[0] >> 2) & 7); in getTransparencyAndDisposalMethod()
409 int disposal; in onGetBitmap() local
410 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()