Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp437 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument
448 if (clipIBounds.contains(devPathIBounds)) { in renderDeviceSpacePathInAtlas()
449 clippedPathIBounds = devPathIBounds; in renderDeviceSpacePathInAtlas()
451 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas()
DGrCCPerFlushResources.h93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,