Home
last modified time | relevance | path

Searched refs:forceMoveTo (Results 1 – 4 of 4) sorted by relevance

/external/skia/samplecode/
DSamplePathFuzz.cpp528 bool forceMoveTo = makeBool(); in makePath() local
529 path.arcTo(oval, startAngle, sweepAngle, forceMoveTo); in makePath()
/external/skia/src/core/
DSkPath.cpp1126 bool forceMoveTo) { in arcTo() argument
1132 forceMoveTo = true; in arcTo()
1137 forceMoveTo ? this->moveTo(lonePt) : this->lineTo(lonePt); in arcTo()
1151 forceMoveTo ? this->moveTo(pt) : this->lineTo(pt); in arcTo()
1156 forceMoveTo ? this->moveTo(singlePt) : this->lineTo(singlePt); in arcTo()
/external/skia/include/core/
DSkPath.h475 void arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool forceMoveTo);
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...