Searched defs:PointF (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dpath.h22 struct PointF { struct in class:gfx::Path
31 Path(const PointF* points, size_t count);
/external/chromium_org/ui/gfx/geometry/
H A Dpoint_f.h18 class GFX_EXPORT PointF : public PointBase<PointF, float, Vector2dF> { class in namespace:gfx
20 PointF() : PointBase<PointF, float, Vector2dF>(0, 0) {} function in class:gfx::PointF
21 PointF(float x, float y) : PointBase<PointF, float, Vector2dF>(x, y) {} function in class:gfx::PointF
22 ~PointF() {}
36 inline bool operator==(const PointF& lhs, const PointF& rhs) {
40 inline bool operator!=(const PointF
[all...]
H A Dpoint.h51 operator PointF() const {
52 return PointF(x(), y());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatPoint.h79 WebFloatPoint(const gfx::PointF& p)
85 WebFloatPoint& operator=(const gfx::PointF& p)
92 operator gfx::PointF() const
94 return gfx::PointF(x, y);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h91 class PointF;
246 class PointF class
249 PointF() function in class:PointF
254 PointF(IN const PointF &point) function in class:PointF
260 PointF(IN const SizeF &size) function in class:PointF
266 PointF(IN REAL x, function in class:PointF
273 PointF operator+(IN const PointF& point) const
275 return PointF(
[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 382 milliseconds