HomeSort by relevance Sort by last modified time
    Searched defs:isFullFrame (Results 1 - 3 of 3) 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/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 643 bool SkDeferredCanvas::isFullFrame(const SkRect* rect,
759 if (fDeferredDrawing && this->isFullFrame(NULL, &paint) &&
782 if (fDeferredDrawing && this->isFullFrame(&rect, &paint) &&
822 this->isFullFrame(&bitmapRect, paint) &&
838 this->isFullFrame(&dst, paint) &&
877 this->isFullFrame(&bitmapRect, paint) &&
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 643 bool SkDeferredCanvas::isFullFrame(const SkRect* rect,
759 if (fDeferredDrawing && this->isFullFrame(NULL, &paint) &&
782 if (fDeferredDrawing && this->isFullFrame(&rect, &paint) &&
822 this->isFullFrame(&bitmapRect, paint) &&
838 this->isFullFrame(&dst, paint) &&
877 this->isFullFrame(&bitmapRect, paint) &&
    [all...]

Completed in 644 milliseconds