Searched refs:disposal (Results 1 – 1 of 1) sorted by relevance
272 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() local273 if (disposal == 2 || disposal == 3) { in checkIfWillBeCleared()281 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() argument284 *disposal = 0; in getTransparencyAndDisposalMethod()290 *disposal = ((eb->Bytes[0] >> 2) & 7); in getTransparencyAndDisposalMethod()407 int disposal; in onGetBitmap() local408 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()