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

/external/skia/src/images/
H A DSkMovie_gif.cpp267 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) function
302 getTransparencyAndDisposalMethod(cur, &curTrans, &curDisposal);
305 getTransparencyAndDisposalMethod(next, &nextTrans, &nextDisposal);
397 getTransparencyAndDisposalMethod(cur, &trans, &disposal);

Completed in 49 milliseconds