Searched refs:recordShape (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/instanced/ |
D | InstancedOp.cpp | 264 return this->recordShape(ShapeType::kRect, rect, viewMatrix, std::move(paint), rect, aa, info); in recordRect() 272 return this->recordShape(ShapeType::kRect, rect, viewMatrix, std::move(paint), localRect, aa, in recordRect() 284 if (std::unique_ptr<InstancedOp> op = this->recordShape(ShapeType::kRect, rect, viewMatrix, in recordRect() 301 return this->recordShape(ShapeType::kOval, oval, viewMatrix, std::move(paint), oval, aa, info); in recordOval() 309 this->recordShape(GetRRectShapeType(rrect), rrect.rect(), viewMatrix, in recordRRect() 329 this->recordShape(GetRRectShapeType(outer), outer.rect(), viewMatrix, in recordDRRect() 342 std::unique_ptr<InstancedOp> OpAllocator::recordShape( in recordShape() function in gr_instanced::OpAllocator
|
D | InstancedOp.h | 150 std::unique_ptr<InstancedOp> SK_WARN_UNUSED_RESULT recordShape(
|