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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp143 static bool checkIfCover(const GifImageDesc& target, const GifImageDesc& covered) { function
276 && checkIfCover(frame.ImageDesc, prevFrame.ImageDesc);
H A DFrameSequence_webp.cpp160 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { function
222 checkIfCover(currIter, prevIter);
/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp293 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) function
318 && (nextTrans || !checkIfCover(next, cur))) {

Completed in 213 milliseconds