Home
last modified time | relevance | path

Searched refs:isectRRect (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DFillRRectOp.cpp262 SkRRect isectRRect; in clipToShape() local
268 isectRRect.setRect(isectRect); in clipToShape()
270 isectRRect = SkRRectPriv::ConservativeIntersect(fHeadInstance->fRRect, clipRRect); in clipToShape()
271 if (isectRRect.isEmpty()) { in clipToShape()
280 SkRect devISectBounds = fHeadInstance->fViewMatrix.mapRect(isectRRect.rect()); in clipToShape()
288 auto isect = skvx::bit_pun<grvx::float4>(isectRRect.rect()); in clipToShape()
294 fHeadInstance->fRRect = isectRRect; in clipToShape()

Completed in 2 milliseconds