Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DFillRRectOp.cpp264 SkRect isectRect; in clipToShape() local
265 if (!isectRect.intersect(fHeadInstance->fRRect.rect(), clipRRect.rect())) { in clipToShape()
268 isectRRect.setRect(isectRect); in clipToShape()
/third_party/skia/src/core/
H A DSkClipStack.cpp724 SkRect isectRect; in pushElement() local
725 if (!isectRect.intersect(prior->getDeviceSpaceRect(), in pushElement()
731 prior->fDeviceSpaceRRect.setRect(isectRect); in pushElement()

Completed in 4 milliseconds