Searched defs:addRect (Results 1 - 12 of 12) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp356 void Path::addRect(const FloatRect& rect) function in class:blink::Path
358 m_path.addRect(rect);
429 addRect(rect);
/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 ...
/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/skia/src/core/
H A DSkPath.cpp832 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
833 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
836 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
1091 this->addRect(bounds, dir);
H A DSkPictureRecord.cpp781 this->addRect(rect);
893 this->addRect(oval);
903 this->addRect(rect);
984 this->addRect(dst);
1018 this->addRect(dst);
1400 this->addRect(cullRect);
1510 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
/external/chromium_org/third_party/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/skia/src/core/
H A DSkPath.cpp830 void SkPath::addRect(const SkRect& rect, Direction dir) { function in class:SkPath
831 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
834 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, function in class:SkPath
1089 this->addRect(bounds, dir);
H A DSkPictureRecord.cpp850 this->addRect(rect);
1016 this->addRect(oval);
1031 this->addRect(rect);
1141 this->addRect(dst);
1183 this->addRect(dst);
1543 this->addRect(cullRect);
1662 void SkPictureRecord::addRect(const SkRect& rect) { function in class:SkPictureRecord
/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

Completed in 432 milliseconds