Home
last modified time | relevance | path

Searched refs:locationInAtlas (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.h19 const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in GrDrawAtlasPathOp() argument
24 , fInstanceList(devIBounds, locationInAtlas, transposedInAtlas, paint.getColor4f(), in GrDrawAtlasPathOp()
59 Instance(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in Instance()
64 , fAtlasXY{locationInAtlas.x(), locationInAtlas.y()}
77 InstanceList(const SkIRect& devIBounds, const SkIPoint16& locationInAtlas, in InstanceList()
79 : fInstance(devIBounds, locationInAtlas, transposedInAtlas, color, viewMatrix) { in InstanceList()
DGrTessellationPathRenderer.cpp259 SkIPoint16 locationInAtlas; in onDrawPath() local
262 devBounds, args.fAAType, &devIBounds, &locationInAtlas, in onDrawPath()
280 devIBounds, locationInAtlas, transposedInAtlas, *args.fViewMatrix, in onDrawPath()
295 const SkRect& devBounds, GrAAType aaType, SkIRect* devIBounds, SkIPoint16* locationInAtlas, in tryAddPathToAtlas() argument
335 if (!fAtlas.addRect(maxDimenstion, minDimension, locationInAtlas)) { in tryAddPathToAtlas()
344 atlasMatrix.setTranslateX(ty - devIBounds->y() + locationInAtlas->x()); in tryAddPathToAtlas()
345 atlasMatrix.setTranslateY(tx - devIBounds->x() + locationInAtlas->y()); in tryAddPathToAtlas()
347 atlasMatrix.postTranslate(locationInAtlas->x() - devIBounds->x(), in tryAddPathToAtlas()
348 locationInAtlas->y() - devIBounds->y()); in tryAddPathToAtlas()
353 uberPath->moveTo(locationInAtlas->x(), locationInAtlas->y()); // Implicit moveTo(0,0). in tryAddPathToAtlas()
DGrTessellationPathRenderer.h69 SkIPoint16* locationInAtlas, bool* transposedInAtlas);