Searched defs:addOval (Results 1 - 5 of 5) sorted by last modified time

/external/skia/src/core/
H A DSkPath.cpp1091 this->addOval(bounds, dir);
1168 this->addOval(rect, dir);
1246 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
1249 /* If addOval() is called after previous moveTo(),
1319 this->addOval(rect, dir);
1351 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
2203 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1093 this->addOval(bounds, dir);
1152 void SkPath::addOval(const SkRect& oval, Direction dir) { function in class:SkPath
1155 /* If addOval() is called after previous moveTo(),
1225 this->addOval(rect, dir);
1257 this->addOval(oval, sweepAngle > 0 ? kCW_Direction : kCCW_Direction);
2122 // try path.addOval(2, 2, 2, 2) which is empty, but the bounds will
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 151 milliseconds