Searched refs:recordOval (Results 1 – 3 of 3) sorted by relevance
126 std::unique_ptr<GrDrawOp> SK_WARN_UNUSED_RESULT recordOval(const SkRect&, const SkMatrix&,
297 std::unique_ptr<GrDrawOp> OpAllocator::recordOval(const SkRect& oval, in recordOval() function in gr_instanced::OpAllocator
1334 oa->recordOval(oval, viewMatrix, std::move(paint), aa, fInstancedPipelineInfo)); in drawOval()