Searched defs:pathIBounds (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp54 const char* pathIBounds; variable
56 "path_ibounds", &pathIBounds);
59 pathIBounds, pathIBounds);
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); variable
98 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(),
99 pathIBounds.right(), pathIBounds.bottom());
H A DGrCoverageCountingPathRenderer.cpp464 const SkIRect& pathIBounds,
471 if (clipIBounds.contains(pathIBounds)) {
472 clippedPathIBounds = pathIBounds;
474 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
461 placeParsedPathInAtlas( GrOnFlushResourceProvider* onFlushRP, const SkIRect& clipIBounds, const SkIRect& pathIBounds, int16_t* atlasOffsetX, int16_t* atlasOffsetY) argument
/external/skqp/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp54 const char* pathIBounds; variable
56 "path_ibounds", &pathIBounds);
59 pathIBounds, pathIBounds);
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); variable
98 pdman.set4f(fPathIBoundsUniform, pathIBounds.left(), pathIBounds.top(),
99 pathIBounds.right(), pathIBounds.bottom());
H A DGrCoverageCountingPathRenderer.cpp467 const SkIRect& pathIBounds,
474 if (clipIBounds.contains(pathIBounds)) {
475 clippedPathIBounds = pathIBounds;
477 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
464 placeParsedPathInAtlas( GrOnFlushResourceProvider* onFlushRP, const SkIRect& clipIBounds, const SkIRect& pathIBounds, int16_t* atlasOffsetX, int16_t* atlasOffsetY) argument

Completed in 168 milliseconds