Home
last modified time | relevance | path

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

/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,
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp70 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()
DGrCoverageCountingPathRenderer.cpp64 SkIRect pathIBounds; in makeClipProcessor() local
65 deviceSpacePath.getBounds().roundOut(&pathIBounds); in makeClipProcessor()
67 if (maskBounds.intersect(accessRect, pathIBounds)) { in makeClipProcessor()