Lines Matching refs:devIBounds
258 SkIRect devIBounds; in onDrawPath() local
262 devBounds, args.fAAType, &devIBounds, &locationInAtlas, in onDrawPath()
272 devIBounds.width(), in onDrawPath()
273 devIBounds.height()); in onDrawPath()
280 devIBounds, locationInAtlas, transposedInAtlas, *args.fViewMatrix, in onDrawPath()
295 const SkRect& devBounds, GrAAType aaType, SkIRect* devIBounds, SkIPoint16* locationInAtlas, in tryAddPathToAtlas() argument
320 devBounds.roundOut(devIBounds); in tryAddPathToAtlas()
321 int maxDimenstion = devIBounds->width(); in tryAddPathToAtlas()
322 int minDimension = devIBounds->height(); 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()