Searched refs:disposal (Results 1 – 2 of 2) sorted by relevance
269 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() local270 if (disposal == 2 || disposal == 3) { in checkIfWillBeCleared()278 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() argument281 *disposal = 0; in getTransparencyAndDisposalMethod()287 *disposal = ((eb->Bytes[0] >> 2) & 7); in getTransparencyAndDisposalMethod()404 int disposal; in onGetBitmap() local405 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()
11 dnl Sun CC at my disposal for testing, someone else will have to do it.