Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice.cpp653 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() function
680 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) { in draw_with_mask_filter()
858 if (clip_bounds_quick_reject(clipBounds, finalIRect)) { in internalDrawPath()