HomeSort by relevance Sort by last modified time
    Searched refs:checkIfCover (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 143 static bool checkIfCover(const GifImageDesc& target, const GifImageDesc& covered) {
276 && checkIfCover(frame.ImageDesc, prevFrame.ImageDesc);
FrameSequence_webp.cpp 160 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) {
222 checkIfCover(currIter, prevIter);
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 293 static bool checkIfCover(const SavedImage* target, const SavedImage* covered)
318 && (nextTrans || !checkIfCover(next, cur))) {

Completed in 83 milliseconds