Searched defs:RectF (Results 1 - 10 of 10) sorted by relevance

/external/libmojo/ui/gfx/geometry/
H A Drect_f.cc35 RectF::RectF(const CGRect& r) function in class:gfx::RectF
39 CGRect RectF::ToCGRect() const {
44 void RectF::Inset(const InsetsF& insets) {
48 void RectF::Inset(float left, float top, float right, float bottom) {
54 void RectF::Offset(float horizontal, float vertical) {
58 void RectF::operator+=(const Vector2dF& offset) {
62 void RectF::operator-=(const Vector2dF& offset) {
66 InsetsF RectF::InsetsFrom(const RectF
[all...]
H A Drect_f.h26 class GFX_EXPORT RectF { class in namespace:gfx
28 constexpr RectF() = default;
29 constexpr RectF(float width, float height) : size_(width, height) {} function in class:gfx::RectF
30 constexpr RectF(float x, float y, float width, float height) function in class:gfx::RectF
32 constexpr explicit RectF(const SizeF& size) : size_(size) {} function in class:gfx::RectF
33 constexpr RectF(const PointF& origin, const SizeF& size) function in class:gfx::RectF
36 constexpr explicit RectF(const Rect& r) function in class:gfx::RectF
37 : RectF(static_cast<float>(r.x()),
43 explicit RectF(const CGRect& r);
97 InsetsF InsetsFrom(const RectF
[all...]
/external/swiftshader/src/Renderer/
H A DSurface.hpp49 typedef RectT<float> RectF; typedef in namespace:sw
/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 198 milliseconds