Home
last modified time | relevance | path

Searched refs:asNestedRects (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/geometry/
DGrStyledShape.h163 bool asNestedRects(SkRect rects[2]) const;
DGrStyledShape.cpp522 bool GrStyledShape::asNestedRects(SkRect rects[2]) const { in asNestedRects() function in GrStyledShape
/external/skqp/src/gpu/
DGrShape.h247 bool asNestedRects(SkRect rects[2]) const { in asNestedRects() function
DGrRenderTargetContext.cpp1723 if (shape.asNestedRects(rects)) { in drawShape()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp1744 if (shape.asNestedRects(rects)) { in drawSimpleShape()