Home
last modified time | relevance | path

Searched refs:pathIBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp56 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()
DGrCCPerFlushResources.cpp408 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()
DGrCCPerFlushResources.h124 bool placeRenderedPathInAtlas(const SkIRect& clipIBounds, const SkIRect& pathIBounds,
/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.cpp56 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()
DGrCCPerFlushResources.cpp405 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()
DGrCCPerFlushResources.h124 bool placeRenderedPathInAtlas(const SkIRect& clipIBounds, const SkIRect& pathIBounds,