Searched refs:pathIBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/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 | 408 const SkIRect& pathIBounds, in placeRenderedPathInAtlas() argument 412 if (clipIBounds.contains(pathIBounds)) { in placeRenderedPathInAtlas() 413 *clippedPathIBounds = pathIBounds; in placeRenderedPathInAtlas() 415 } else if (clippedPathIBounds->intersect(clipIBounds, pathIBounds)) { in placeRenderedPathInAtlas()
|
D | GrCCPerFlushResources.h | 124 bool placeRenderedPathInAtlas(const SkIRect& clipIBounds, const SkIRect& pathIBounds,
|
/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,
|