HomeSort by relevance Sort by last modified time
    Searched defs:isFullFrame (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 36 static bool isFullFrame(const WebPIterator& frame, int canvasWidth, int canvasHeight) {
69 isFullFrame(curr, canvasWidth, canvasHeight)) {
73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]);
  /external/skia/src/utils/
SkDeferredCanvas.cpp 667 bool SkDeferredCanvas::isFullFrame(const SkRect* rect,
781 if (fDeferredDrawing && this->isFullFrame(NULL, &paint) &&
804 if (fDeferredDrawing && this->isFullFrame(&rect, &paint) &&
844 this->isFullFrame(&bitmapRect, paint) &&
858 this->isFullFrame(&dst, paint) &&
874 this->isFullFrame(&bounds, paint) &&
886 this->isFullFrame(&dst, paint) &&
914 this->isFullFrame(&bitmapRect, paint) &&
    [all...]

Completed in 208 milliseconds