Home
last modified time | relevance | path

Searched refs:fillBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.h22 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()
DAtlasPathRenderer.cpp307 const SkIRect& fillBounds = args.fShape->inverseFilled() in onDrawPath() local
315 fillBounds, *args.fViewMatrix, in onDrawPath()