Home
last modified time | relevance | path

Searched refs:GFX_EXPORT (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/ui/gfx/
Dgfx_export.h12 #define GFX_EXPORT __declspec(dllexport) macro
14 #define GFX_EXPORT __declspec(dllimport) macro
19 #define GFX_EXPORT __attribute__((visibility("default"))) macro
21 #define GFX_EXPORT macro
26 #define GFX_EXPORT macro
/external/libchrome/ui/gfx/geometry/
Dsize.h25 class GFX_EXPORT Size {
88 GFX_EXPORT Size ScaleToCeiledSize(const Size& size,
91 GFX_EXPORT Size ScaleToCeiledSize(const Size& size, float scale);
92 GFX_EXPORT Size ScaleToFlooredSize(const Size& size,
95 GFX_EXPORT Size ScaleToFlooredSize(const Size& size, float scale);
96 GFX_EXPORT Size ScaleToRoundedSize(const Size& size,
99 GFX_EXPORT Size ScaleToRoundedSize(const Size& size, float scale);
Dpoint.h27 class GFX_EXPORT Point {
133 GFX_EXPORT Point ScaleToCeiledPoint(const Point& point,
136 GFX_EXPORT Point ScaleToCeiledPoint(const Point& point, float x_scale);
137 GFX_EXPORT Point ScaleToFlooredPoint(const Point& point,
140 GFX_EXPORT Point ScaleToFlooredPoint(const Point& point, float x_scale);
141 GFX_EXPORT Point ScaleToRoundedPoint(const Point& point,
144 GFX_EXPORT Point ScaleToRoundedPoint(const Point& point, float x_scale);
Dsize_conversions.h14 GFX_EXPORT Size ToFlooredSize(const SizeF& size);
17 GFX_EXPORT Size ToCeiledSize(const SizeF& size);
20 GFX_EXPORT Size ToRoundedSize(const SizeF& size);
Dpoint_conversions.h14 GFX_EXPORT Point ToFlooredPoint(const PointF& point);
17 GFX_EXPORT Point ToCeiledPoint(const PointF& point);
20 GFX_EXPORT Point ToRoundedPoint(const PointF& point);
Dvector2d_f.h20 class GFX_EXPORT Vector2dF {
95 GFX_EXPORT double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs);
98 GFX_EXPORT double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs);
102 GFX_EXPORT Vector2dF ScaleVector2d(const Vector2dF& v,
Drect_f.h26 class GFX_EXPORT RectF {
214 GFX_EXPORT RectF IntersectRects(const RectF& a, const RectF& b);
215 GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
216 GFX_EXPORT RectF SubtractRects(const RectF& a, const RectF& b);
233 GFX_EXPORT RectF BoundingRect(const PointF& p1, const PointF& p2);
Drect.h36 class GFX_EXPORT Rect {
249 GFX_EXPORT Rect operator+(const Rect& lhs, const Vector2d& rhs);
250 GFX_EXPORT Rect operator-(const Rect& lhs, const Vector2d& rhs);
256 GFX_EXPORT Rect IntersectRects(const Rect& a, const Rect& b);
257 GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
258 GFX_EXPORT Rect SubtractRects(const Rect& a, const Rect& b);
266 GFX_EXPORT Rect BoundingRect(const Point& p1, const Point& p2);
Dsize_f.h23 class GFX_EXPORT SizeF {
84 GFX_EXPORT SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
Dpoint_f.h19 class GFX_EXPORT PointF {
113 GFX_EXPORT PointF ScalePoint(const PointF& p, float x_scale, float y_scale);
Dvector2d.h23 class GFX_EXPORT Vector2d {
Dinsets_f.h15 class GFX_EXPORT InsetsF {
Dinsets.h24 class GFX_EXPORT Insets {
Dscroll_offset.h21 class GFX_EXPORT ScrollOffset {