Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp73 SkIRect clippedIBounds; in onCanDrawPath() local
74 devBounds.roundOut(&clippedIBounds); in onCanDrawPath()
75 if (!clippedIBounds.intersect(*args.fClipConservativeBounds)) { in onCanDrawPath()
81 int64_t numPixels = sk_64_mul(clippedIBounds.height(), clippedIBounds.width()); in onCanDrawPath()