Searched defs:addRect (Results 1 - 5 of 5) 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.cpp382 this->addRect(rect);
486 this->addRect(oval);
496 this->addRect(rect);
562 this->addRect(dst);
592 this->addRect(dst);
974 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
H A DSkPath.cpp844 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
845 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
848 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
987 this->addRect(bounds, dir);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 184 milliseconds