Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCClipPath.cpp19 , fPathDevIBounds(fDeviceSpacePath.getBounds().roundOut()) in GrCCClipPath()
29 SkASSERT(SkIRect::Intersects(fAccessRect, fPathDevIBounds));
35 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
44 onFlushRP, fAccessRect, fDeviceSpacePath, fPathDevIBounds, in renderPathInAtlas()
DGrCCClipPath.h34 const SkIRect& pathDevIBounds() const { return fPathDevIBounds; } in pathDevIBounds()
58 SkIRect fPathDevIBounds; variable
/external/skqp/src/gpu/ccpr/
DGrCCClipPath.cpp50 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()
61 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
70 fAtlas = resources->renderDeviceSpacePathInAtlas(fAccessRect, fDeviceSpacePath, fPathDevIBounds, in renderPathInAtlas()
/external/skqp/include/private/
DGrCCClipPath.h57 return fPathDevIBounds; in pathDevIBounds()
69 SkIRect fPathDevIBounds; variable