Searched refs:pathIBounds (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCClipProcessor.cpp | 56 const char* pathIBounds; in emitCode() local 58 "path_ibounds", &pathIBounds); in emitCode() 61 pathIBounds, pathIBounds); in emitCode() 99 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); in onSetData() local 100 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(), in onSetData() 101 pathIBounds.right(), pathIBounds.bottom()); in onSetData()
|
D | GrCCPerFlushResources.cpp | 405 const SkIRect& pathIBounds, in placeRenderedPathInAtlas() argument 409 if (clipIBounds.contains(pathIBounds)) { in placeRenderedPathInAtlas() 410 *clippedPathIBounds = pathIBounds; in placeRenderedPathInAtlas() 412 } else if (clippedPathIBounds->intersect(clipIBounds, pathIBounds)) { in placeRenderedPathInAtlas()
|
D | GrCCPerFlushResources.h | 124 bool placeRenderedPathInAtlas(const SkIRect& clipIBounds, const SkIRect& pathIBounds,
|
/external/skia/src/gpu/ccpr/ |
D | GrCCClipProcessor.cpp | 70 const char* pathIBounds; in emitCode() local 73 &pathIBounds); in emitCode() 76 pathIBounds, pathIBounds); in emitCode() 109 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); in onSetData() local 110 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(), in onSetData() 111 pathIBounds.right(), pathIBounds.bottom()); in onSetData()
|
D | GrCoverageCountingPathRenderer.cpp | 64 SkIRect pathIBounds; in makeClipProcessor() local 65 deviceSpacePath.getBounds().roundOut(&pathIBounds); in makeClipProcessor() 67 if (maskBounds.intersect(accessRect, pathIBounds)) { in makeClipProcessor()
|