Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp278 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() function
313 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal); in disposeFrameIfNeeded()
316 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal); in disposeFrameIfNeeded()
405 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()