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

  /external/skia/src/core/
SkPathPriv.h 115 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
121 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
SkDevice.cpp 114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect();
116 isFillNoPathEffect);
SkPath.cpp     [all...]
  /external/skqp/src/core/
SkPathPriv.h 115 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
121 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
SkDevice.cpp 114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect();
116 isFillNoPathEffect);
SkPath.cpp     [all...]

Completed in 263 milliseconds