OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GFX_EXPORT
(Results
1 - 13
of
13
) sorted by null
/external/libmojo/ui/gfx/
gfx_export.h
12
#define
GFX_EXPORT
__declspec(dllexport)
14
#define
GFX_EXPORT
__declspec(dllimport)
19
#define
GFX_EXPORT
__attribute__((visibility("default")))
21
#define
GFX_EXPORT
26
#define
GFX_EXPORT
/external/libmojo/ui/gfx/geometry/
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);
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);
size.h
14
#include "ui/gfx/
gfx_export
.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);
point.h
15
#include "ui/gfx/
gfx_export
.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);
vector2d_f.h
16
#include "ui/gfx/
gfx_export
.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,
size_f.h
14
#include "ui/gfx/
gfx_export
.h"
23
class
GFX_EXPORT
SizeF {
84
GFX_EXPORT
SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
rect.h
36
class
GFX_EXPORT
Rect {
247
GFX_EXPORT
Rect operator+(const Rect& lhs, const Vector2d& rhs);
248
GFX_EXPORT
Rect operator-(const Rect& lhs, const Vector2d& rhs);
254
GFX_EXPORT
Rect IntersectRects(const Rect& a, const Rect& b);
255
GFX_EXPORT
Rect UnionRects(const Rect& a, const Rect& b);
256
GFX_EXPORT
Rect SubtractRects(const Rect& a, const Rect& b);
264
GFX_EXPORT
Rect BoundingRect(const Point& p1, const Point& p2);
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);
point_f.h
14
#include "ui/gfx/
gfx_export
.h"
19
class
GFX_EXPORT
PointF {
113
GFX_EXPORT
PointF ScalePoint(const PointF& p, float x_scale, float y_scale);
insets_f.h
10
#include "ui/gfx/
gfx_export
.h"
15
class
GFX_EXPORT
InsetsF {
vector2d.h
19
#include "ui/gfx/
gfx_export
.h"
23
class
GFX_EXPORT
Vector2d {
insets.h
11
#include "ui/gfx/
gfx_export
.h"
24
class
GFX_EXPORT
Insets {
Completed in 642 milliseconds