Searched refs:GFX_EXPORT (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/ui/gfx/ |
D | gfx_export.h | 12 #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/ |
D | size.h | 25 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);
|
D | point.h | 27 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);
|
D | size_conversions.h | 14 GFX_EXPORT Size ToFlooredSize(const SizeF& size); 17 GFX_EXPORT Size ToCeiledSize(const SizeF& size); 20 GFX_EXPORT Size ToRoundedSize(const SizeF& size);
|
D | point_conversions.h | 14 GFX_EXPORT Point ToFlooredPoint(const PointF& point); 17 GFX_EXPORT Point ToCeiledPoint(const PointF& point); 20 GFX_EXPORT Point ToRoundedPoint(const PointF& point);
|
D | vector2d_f.h | 20 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,
|
D | rect_f.h | 26 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);
|
D | rect.h | 36 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);
|
D | size_f.h | 23 class GFX_EXPORT SizeF { 84 GFX_EXPORT SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
|
D | point_f.h | 19 class GFX_EXPORT PointF { 113 GFX_EXPORT PointF ScalePoint(const PointF& p, float x_scale, float y_scale);
|
D | vector2d.h | 23 class GFX_EXPORT Vector2d {
|
D | insets_f.h | 15 class GFX_EXPORT InsetsF {
|
D | insets.h | 24 class GFX_EXPORT Insets {
|
D | scroll_offset.h | 21 class GFX_EXPORT ScrollOffset {
|