Searched defs:addRect (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { function in class:GrRectanizerPow2
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { function in class:GrRectanizerSkyline
/external/skia/src/core/
H A DSkPictureRecord.cpp103 this->addRect(*rec.fBounds);
314 this->addRect(rect);
415 this->addRect(oval);
424 this->addRect(rect);
484 this->addRect(dst);
514 this->addRect(dst);
528 this->addRect(dst);
540 this->addRect(dst);
923 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
H A DSkPath.cpp965 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
966 this->addRect(rect, dir, 0);
969 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
971 this->addRect(SkRect::MakeLTRB(left, top, right, bottom), dir, 0);
974 void SkPath::addRect(const SkRect &rect, Direction dir, unsigned startIndex) { function in class:SkPath
1120 this->addRect(bounds, dir, (startIndex + 1) / 2);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 106 milliseconds