Home
last modified time | relevance | path

Searched refs:recordOval (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/instanced/
DInstancedOp.h126 std::unique_ptr<GrDrawOp> SK_WARN_UNUSED_RESULT recordOval(const SkRect&, const SkMatrix&,
DInstancedOp.cpp297 std::unique_ptr<GrDrawOp> OpAllocator::recordOval(const SkRect& oval, in recordOval() function in gr_instanced::OpAllocator
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1334 oa->recordOval(oval, viewMatrix, std::move(paint), aa, fInstancedPipelineInfo)); in drawOval()