Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp143 static bool checkIfCover(const GifImageDesc& target, const GifImageDesc& covered) { in checkIfCover() function
276 && checkIfCover(frame.ImageDesc, prevFrame.ImageDesc); in drawFrame()
DFrameSequence_webp.cpp160 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { in checkIfCover() function
222 checkIfCover(currIter, prevIter); in initializeFrame()
/frameworks/base/libs/hwui/jni/
DGIFMovie.cpp293 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) in checkIfCover() function
318 && (nextTrans || !checkIfCover(next, cur))) { in disposeFrameIfNeeded()