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

  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 470 SkIRect clippedPathIBounds;
472 clippedPathIBounds = pathIBounds;
474 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
482 int h = clippedPathIBounds.height(), w = clippedPathIBounds.width();
493 *atlasOffsetX = atlasLocation.x() - static_cast<int16_t>(clippedPathIBounds.left());
494 *atlasOffsetY = atlasLocation.y() - static_cast<int16_t>(clippedPathIBounds.top());
495 fPerFlushPathParser->saveParsedPath(scissorMode, clippedPathIBounds, *atlasOffsetX,
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 473 SkIRect clippedPathIBounds;
475 clippedPathIBounds = pathIBounds;
477 } else if (clippedPathIBounds.intersect(clipIBounds, pathIBounds)) {
485 int h = clippedPathIBounds.height(), w = clippedPathIBounds.width();
495 *atlasOffsetX = atlasLocation.x() - static_cast<int16_t>(clippedPathIBounds.left());
496 *atlasOffsetY = atlasLocation.y() - static_cast<int16_t>(clippedPathIBounds.top());
497 fPerFlushPathParser->saveParsedPath(scissorMode, clippedPathIBounds, *atlasOffsetX,

Completed in 62 milliseconds