Home
last modified time | relevance | path

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

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