HomeSort by relevance Sort by last modified time
    Searched refs:pathIBounds (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/ccpr/
GrCCClipProcessor.cpp 54 const char* pathIBounds;
56 "path_ibounds", &pathIBounds);
59 pathIBounds, pathIBounds);
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds());
98 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(),
99 pathIBounds.right(), pathIBounds.bottom());
GrCoverageCountingPathRenderer.cpp 464 const SkIRect& pathIBounds,
471 if (clipIBounds.contains(pathIBounds)) {
472 clippedPathIBounds = pathIBounds;
474 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
GrCoverageCountingPathRenderer.h 203 const SkIRect& pathIBounds, int16_t* atlasOffsetX,
  /external/skqp/src/gpu/ccpr/
GrCCClipProcessor.cpp 54 const char* pathIBounds;
56 "path_ibounds", &pathIBounds);
59 pathIBounds, pathIBounds);
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds());
98 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(),
99 pathIBounds.right(), pathIBounds.bottom());
GrCoverageCountingPathRenderer.cpp 467 const SkIRect& pathIBounds,
474 if (clipIBounds.contains(pathIBounds)) {
475 clippedPathIBounds = pathIBounds;
477 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
GrCoverageCountingPathRenderer.h 203 const SkIRect& pathIBounds, int16_t* atlasOffsetX,

Completed in 203 milliseconds