Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp28 return this->recordShape(ShapeType::kRect, rect, viewMatrix, std::move(paint), rect, aa, info); in recordRect()
36 return this->recordShape(ShapeType::kRect, rect, viewMatrix, std::move(paint), localRect, aa, in recordRect()
48 if (std::unique_ptr<Op> op = this->recordShape(ShapeType::kRect, rect, viewMatrix, in recordRect()
65 return this->recordShape(ShapeType::kOval, oval, viewMatrix, std::move(paint), oval, aa, info); in recordOval()
73 this->recordShape(GetRRectShapeType(rrect), rrect.rect(), viewMatrix, in recordRRect()
93 this->recordShape(GetRRectShapeType(outer), outer.rect(), viewMatrix, in recordDRRect()
106 std::unique_ptr<InstancedRendering::Op> InstancedRendering::recordShape( in recordShape() function in gr_instanced::InstancedRendering
DInstancedRendering.h192 std::unique_ptr<Op> SK_WARN_UNUSED_RESULT recordShape(ShapeType, const SkRect& bounds,