Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp283 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() function
318 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal); in disposeFrameIfNeeded()
321 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal); in disposeFrameIfNeeded()
410 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()