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

/external/chromium_org/ui/gfx/geometry/
H A Drect_f.h21 class GFX_EXPORT RectF class in namespace:gfx
22 : public RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float> {
24 RectF() function in class:gfx::RectF
25 : RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float>
28 RectF(float width, float height) function in class:gfx::RectF
29 : RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float>
32 RectF(float x, float y, float width, float height) function in class:gfx::RectF
33 : RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float>
36 explicit RectF(const SizeF& size) function in class:gfx::RectF
37 : RectBase<RectF, Point
40 RectF(const PointF& origin, const SizeF& size) function in class:gfx::RectF
[all...]
H A Drect.h72 operator RectF() const {
73 return RectF(origin().x(), origin().y(), size().width(), size().height());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatRect.h93 WebFloatRect(const gfx::RectF& r)
101 WebFloatRect& operator=(const gfx::RectF& r)
110 operator gfx::RectF() const
112 return gfx::RectF(x, y, std::max(0.0f, width), std::max(0.0f, height));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h93 class RectF;
356 class RectF class
362 RectF() function in class:RectF
367 RectF(IN REAL x, function in class:RectF
378 RectF(IN const PointF& location, function in class:RectF
387 RectF* Clone() const
389 return new RectF(X, Y, Width, Height);
404 VOID GetBounds(OUT RectF* rect) const
441 BOOL Equals(IN const RectF & rect) const
461 BOOL Contains(IN const RectF
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 170 milliseconds