Searched refs:fPathDevIBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 19 , 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()
|
D | GrCCClipPath.h | 34 const SkIRect& pathDevIBounds() const { return fPathDevIBounds; } in pathDevIBounds() 58 SkIRect fPathDevIBounds; variable
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 50 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/ |
D | GrCCClipPath.h | 57 return fPathDevIBounds; in pathDevIBounds() 69 SkIRect fPathDevIBounds; variable
|