Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp279 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) in getTransparencyAndDisposalMethod() function
314 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal); in disposeFrameIfNeeded()
317 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal); in disposeFrameIfNeeded()
406 getTransparencyAndDisposalMethod(cur, &trans, &disposal); in onGetBitmap()