HomeSort by relevance Sort by last modified time
    Searched refs:RectType (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkDraw.h 82 enum RectType {
94 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
97 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
  /external/skia/src/core/
SkDraw.cpp 683 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
686 RectType rtype;
725 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]

Completed in 268 milliseconds