Searched refs:fillBounds (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasPathOp.h | 22 DrawAtlasPathOp(SkArenaAlloc* arena, const SkIRect& fillBounds, const SkMatrix& localToDevice, in DrawAtlasPathOp() argument 26 , fHeadInstance(arena->make<Instance>(fillBounds, localToDevice, paint.getColor4f(), in DrawAtlasPathOp() 35 this->setBounds(SkRect::Make(fillBounds), HasAABloat::kYes, IsHairline::kNo); in DrawAtlasPathOp()
|
D | AtlasPathRenderer.cpp | 307 const SkIRect& fillBounds = args.fShape->inverseFilled() in onDrawPath() local 315 fillBounds, *args.fViewMatrix, in onDrawPath()
|