Home
last modified time | relevance | path

Searched refs:IntersectsNoEmptyCheck (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkWebpCodec.cpp453 if (!SkIRect::IntersectsNoEmptyCheck(subset, frameRect)) { in onGetPixels()
/external/skia/include/core/
DSkRect.h353 static bool IntersectsNoEmptyCheck(const SkIRect& a, const SkIRect& b) { in IntersectsNoEmptyCheck() function
/external/skia/src/core/
DSkRegion.cpp1011 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3957 if (SkIRect::IntersectsNoEmptyCheck(dstRect, srcRect)) { in copySurfaceAsBlitFramebuffer()