Home
last modified time | relevance | path

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

/external/skia/bench/
DRectanizerBench.cpp38 enum RectType { enum in RectanizerBench
44 RectanizerBench(RectanizerType rectanizerType, RectType rectType) in RectanizerBench()
117 RectType fRectType;
/external/skia/include/core/
DSkDraw.h98 enum RectType { enum
113 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
/external/skia/src/core/
DSkDraw.cpp755 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType()
758 RectType rtype; in ComputeRectType()
812 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect()