Searched refs:atlasOffsetX (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCCPathParser.h60 void saveParsedPath(ScissorMode, const SkIRect& clippedDevIBounds, int16_t atlasOffsetX,
H A DGrCCPathParser.cpp162 int16_t atlasOffsetX, int16_t atlasOffsetY) {
165 fPathsInfo.emplace_back(scissorMode, atlasOffsetX, atlasOffsetY);
251 clippedDevIBounds.makeOffset(atlasOffsetX, atlasOffsetY)};
396 float atlasOffsetX = 0.0, atlasOffsetY = 0.0; local
412 atlasOffsetX = static_cast<float>(nextPathInfo->fAtlasOffsetX);
414 atlasOffset = {atlasOffsetX, atlasOffsetY};
450 quadPointInstanceData[currIndices->fCubics++].set(&pts[ptsIdx], atlasOffsetX,
161 saveParsedPath(ScissorMode scissorMode, const SkIRect& clippedDevIBounds, int16_t atlasOffsetX, int16_t atlasOffsetY) argument
H A DGrCoverageCountingPathRenderer.cpp465 int16_t* atlasOffsetX,
493 *atlasOffsetX = atlasLocation.x() - static_cast<int16_t>(clippedPathIBounds.left());
495 fPerFlushPathParser->saveParsedPath(scissorMode, clippedPathIBounds, *atlasOffsetX,
461 placeParsedPathInAtlas( GrOnFlushResourceProvider* onFlushRP, const SkIRect& clipIBounds, const SkIRect& pathIBounds, int16_t* atlasOffsetX, int16_t* atlasOffsetY) argument
H A DGrCoverageCountingPathRenderer.h203 const SkIRect& pathIBounds, int16_t* atlasOffsetX,
/external/skqp/src/gpu/ccpr/
H A DGrCCPathParser.h59 void saveParsedPath(ScissorMode, const SkIRect& clippedDevIBounds, int16_t atlasOffsetX,
H A DGrCCPathParser.cpp160 int16_t atlasOffsetX, int16_t atlasOffsetY) {
163 fPathsInfo.push_back() = {scissorMode, atlasOffsetX, atlasOffsetY};
168 clippedDevIBounds.makeOffset(atlasOffsetX, atlasOffsetY)};
283 float atlasOffsetX = 0.0, atlasOffsetY = 0.0; local
298 atlasOffsetX = static_cast<float>(currPathInfo->fAtlasOffsetX);
300 atlasOffset = {atlasOffsetX, atlasOffsetY};
322 cubicInstanceData[currIndices->fCubics++].set(&pts[ptsIdx], atlasOffsetX,
159 saveParsedPath(ScissorMode scissorMode, const SkIRect& clippedDevIBounds, int16_t atlasOffsetX, int16_t atlasOffsetY) argument
H A DGrCoverageCountingPathRenderer.cpp468 int16_t* atlasOffsetX,
495 *atlasOffsetX = atlasLocation.x() - static_cast<int16_t>(clippedPathIBounds.left());
497 fPerFlushPathParser->saveParsedPath(scissorMode, clippedPathIBounds, *atlasOffsetX,
464 placeParsedPathInAtlas( GrOnFlushResourceProvider* onFlushRP, const SkIRect& clipIBounds, const SkIRect& pathIBounds, int16_t* atlasOffsetX, int16_t* atlasOffsetY) argument
H A DGrCoverageCountingPathRenderer.h203 const SkIRect& pathIBounds, int16_t* atlasOffsetX,

Completed in 179 milliseconds