Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDraw.h113 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
/external/skia/src/core/
DSkDraw.cpp762 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType() function in SkDraw
819 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect()