HomeSort by relevance Sort by last modified time
    Searched refs:GFX_EXPORT (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.h 9 #include "ui/gfx/gfx_export.h"
13 class GFX_EXPORT CubicBezier {
insets_f.h 12 #include "ui/gfx/gfx_export.h"
17 class GFX_EXPORT InsetsF : public InsetsBase<InsetsF, float> {
size_f.h 13 #include "ui/gfx/gfx_export.h"
18 class GFX_EXPORT SizeF : public SizeBase<SizeF, float> {
43 GFX_EXPORT SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
rect.h 37 class GFX_EXPORT Rect
87 GFX_EXPORT Rect operator+(const Rect& lhs, const Vector2d& rhs);
88 GFX_EXPORT Rect operator-(const Rect& lhs, const Vector2d& rhs);
94 GFX_EXPORT Rect IntersectRects(const Rect& a, const Rect& b);
95 GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
96 GFX_EXPORT Rect SubtractRects(const Rect& a, const Rect& b);
104 GFX_EXPORT Rect BoundingRect(const Point& p1, const Point& p2);
insets.h 13 #include "ui/gfx/gfx_export.h"
18 class GFX_EXPORT Insets : public InsetsBase<Insets, int> {
point3_f.h 13 #include "ui/gfx/gfx_export.h"
18 class GFX_EXPORT Point3F {
94 GFX_EXPORT Point3F operator+(const Point3F& lhs, const Vector3dF& rhs);
98 GFX_EXPORT Point3F operator-(const Point3F& lhs, const Vector3dF& rhs);
102 GFX_EXPORT Vector3dF operator-(const Point3F& lhs, const Point3F& rhs);
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,
  /external/chromium_org/ui/gfx/image/
image_png_rep.h 9 #include "ui/gfx/gfx_export.h"
16 struct GFX_EXPORT ImagePNGRep {
canvas_image_source.h 10 #include "ui/gfx/gfx_export.h"
22 class GFX_EXPORT CanvasImageSource : public gfx::ImageSkiaSource {
image_skia_rep.h 9 #include "ui/gfx/gfx_export.h"
17 class GFX_EXPORT ImageSkiaRep {
  /external/chromium_org/ui/gfx/x/
x11_atom_cache.h 12 #include "ui/gfx/gfx_export.h"
21 class GFX_EXPORT X11AtomCache {
  /external/chromium_org/ui/gfx/
interpolated_transform.h 28 class GFX_EXPORT InterpolatedTransform {
87 class GFX_EXPORT InterpolatedRotation : public InterpolatedTransform {
112 class GFX_EXPORT InterpolatedAxisAngleRotation : public InterpolatedTransform {
141 class GFX_EXPORT InterpolatedScale : public InterpolatedTransform {
164 class GFX_EXPORT InterpolatedTranslation : public InterpolatedTransform {
193 class GFX_EXPORT InterpolatedConstantTransform : public InterpolatedTransform {
215 class GFX_EXPORT InterpolatedTransformAboutPivot
240 class GFX_EXPORT InterpolatedMatrixTransform : public InterpolatedTransform {
canvas_paint_mac.h 20 class GFX_EXPORT CanvasSkiaPaint : public Canvas {
nine_image_painter.h 9 #include "ui/gfx/gfx_export.h"
18 class GFX_EXPORT NineImagePainter {
canvas_paint_win.h 36 class GFX_EXPORT CanvasSkiaPaint : public Canvas {
platform_font.h 12 #include "ui/gfx/gfx_export.h"
20 class GFX_EXPORT PlatformFont : public base::RefCounted<PlatformFont> {
selection_model.h 10 #include "ui/gfx/gfx_export.h"
59 class GFX_EXPORT SelectionModel {
sequential_id_generator.h 12 #include "ui/gfx/gfx_export.h"
18 class GFX_EXPORT SequentialIDGenerator {
shadow_value.h 12 #include "ui/gfx/gfx_export.h"
24 class GFX_EXPORT ShadowValue {
  /external/chromium_org/ui/gfx/animation/
linear_animation.h 17 class GFX_EXPORT LinearAnimation : public Animation {
slide_animation.h 47 class GFX_EXPORT SlideAnimation : public LinearAnimation {
throb_animation.h 19 class GFX_EXPORT ThrobAnimation : public SlideAnimation {
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 11 #include "ui/gfx/gfx_export.h"
21 class GFX_EXPORT JPEGCodec {
png_codec.h 12 #include "ui/gfx/gfx_export.h"
26 class GFX_EXPORT PNGCodec {
48 struct GFX_EXPORT Comment {
  /external/chromium_org/ui/gfx/win/
singleton_hwnd.h 22 class GFX_EXPORT SingletonHwnd : public WindowImpl {

Completed in 317 milliseconds

1 23 4 5