Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstanceProcessor.h47 static IndexRange GetIndexRangeForOval(GrAAType, const SkRect& devBounds);
DInstancedRendering.cpp354 draw.fGeometry = InstanceProcessor::GetIndexRangeForOval(fInfo.aaType(), this->bounds()); in xpRequiresDstTexture()
DInstanceProcessor.cpp2043 IndexRange InstanceProcessor::GetIndexRangeForOval(GrAAType aaType, const SkRect& devBounds) { in GetIndexRangeForOval() function in gr_instanced::InstanceProcessor