Searched defs:gfx (Results 1 - 25 of 1043) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFloatPoint.h39 #include <ui/gfx/geometry/point_f.h>
79 WebFloatPoint(const gfx::PointF& p)
85 WebFloatPoint& operator=(const gfx::PointF& p)
92 operator gfx::PointF() const
94 return gfx::PointF(x, y);
H A DWebFloatPoint3D.h14 #include <ui/gfx/geometry/point3_f.h>
59 WebFloatPoint3D(const gfx::Point3F& p)
66 WebFloatPoint3D& operator=(const gfx::Point3F& p)
73 operator gfx::Point3F() const
75 return gfx::Point3F(x, y, z);
H A DWebFloatRect.h41 #include <ui/gfx/rect_f.h>
93 WebFloatRect(const gfx::RectF& r)
101 WebFloatRect& operator=(const gfx::RectF& r)
110 operator gfx::RectF() const
112 return gfx::RectF(x, y, std::max(0.0f, width), std::max(0.0f, height));
H A DWebFloatSize.h42 #include <ui/gfx/geometry/size_f.h>
43 #include <ui/gfx/vector2d_f.h>
85 WebFloatSize(const gfx::SizeF& s)
91 WebFloatSize(const gfx::Vector2dF& v)
97 WebFloatSize& operator=(const gfx::SizeF& s)
104 WebFloatSize& operator=(const gfx::Vector2dF& v)
111 operator gfx::SizeF() const
113 return gfx::SizeF(std::max(0.f, width), std::max(0.f, height));
116 operator gfx::Vector2dF() const
118 return gfx
[all...]
H A DWebPoint.h39 #include <ui/gfx/geometry/point.h>
79 WebPoint(const gfx::Point& p)
85 WebPoint& operator=(const gfx::Point& p)
92 operator gfx::Point() const
94 return gfx::Point(x, y);
H A DWebRect.h41 #include <ui/gfx/rect.h>
93 WebRect(const gfx::Rect& r)
101 WebRect& operator=(const gfx::Rect& r)
110 operator gfx::Rect() const
112 return gfx::Rect(x, y, std::max(0, width), std::max(0, height));
H A DWebSize.h41 #include <ui/gfx/geometry/size.h>
42 #include <ui/gfx/geometry/vector2d.h>
84 WebSize(const gfx::Size& s)
90 WebSize(const gfx::Vector2d& v)
96 WebSize& operator=(const gfx::Size& s)
103 WebSize& operator=(const gfx::Vector2d& v)
110 operator gfx::Size() const
112 return gfx::Size(std::max(0, width), std::max(0, height));
115 operator gfx::Vector2d() const
117 return gfx
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DBitmapHelper.java5 package org.chromium.ui.gfx;
17 @JNINamespace("gfx")
H A DDeviceDisplayInfo.java5 package org.chromium.ui.gfx;
26 @JNINamespace("gfx")
H A DViewConfigurationHelper.java5 package org.chromium.ui.gfx;
23 @JNINamespace("gfx")
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h21 namespace gfx { namespace
121 virtual gfx::ImageSkia GetWindowIcon() = 0;
141 virtual views::View* CreateStartPageWebView(const gfx::Size& size) = 0;
146 const gfx::Size& size) = 0;
H A Dpagination_controller.h10 namespace gfx { namespace
39 bool OnScroll(const gfx::Vector2d& offset);
43 bool OnGestureEvent(const ui::GestureEvent& event, const gfx::Rect& bounds);
H A Dpagination_model.h14 #include "ui/gfx/animation/animation_delegate.h"
16 namespace gfx { namespace
27 class APP_LIST_EXPORT PaginationModel : public gfx::AnimationDelegate {
124 // gfx::AnimationDelegate overrides:
125 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
126 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
138 scoped_ptr<gfx::SlideAnimation> transition_animation_;
/external/chromium_org/ui/app_list/views/
H A Dapp_list_drag_and_drop_host.h10 namespace gfx { namespace
13 } // namespace gfx
28 const gfx::Point& location_in_screen_coordinates,
29 const gfx::ImageSkia& icon,
31 const gfx::Vector2d& cursor_offset_from_center,
36 const gfx::Point& location_in_screen_coordinates) = 0;
46 const gfx::Point& location_in_screen_coordinates) = 0;
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;
H A Dapp_list_menu_views.h13 namespace gfx { namespace
30 void RunMenuAt(views::MenuButton* button, const gfx::Point& point);
H A Dapps_grid_view_folder_delegate.h11 namespace gfx { namespace
35 const gfx::Point& drag_point_in_folder_grid) = 0;
41 const gfx::Point& drag_point_in_folder_grid) = 0;
53 virtual bool IsPointOutsideOfFolderBoundary(const gfx::Point& point) = 0;
H A Dcached_label.h8 #include "ui/gfx/image/image_skia.h"
12 namespace gfx { namespace
31 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
39 gfx::ImageSkia image_;
H A Dcontents_view.h18 namespace gfx { namespace
108 virtual gfx::Size GetPreferredSize() const OVERRIDE;
131 gfx::Rect GetOffscreenPageBounds(int page_index) const;
H A Dpulsing_block_view.h13 namespace gfx { namespace
24 PulsingBlockView(const gfx::Size& size, bool start_delay);
31 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
H A Dsearch_result_list_view.h12 #include "ui/gfx/animation/animation_delegate.h"
15 namespace gfx { namespace
31 public gfx::AnimationDelegate,
58 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 // Overridden from gfx::AnimationDelegate:
87 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
88 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
102 scoped_ptr<gfx::LinearAnimation> auto_launch_animation_;
H A Dsearch_result_view.h18 namespace gfx { namespace
70 virtual gfx::Size GetPreferredSize() const OVERRIDE;
74 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
82 const gfx::Point& point,
103 scoped_ptr<gfx::RenderText> title_text_;
104 scoped_ptr<gfx::RenderText> details_text_;
/external/chromium_org/ui/aura/client/
H A Dcursor_client.h11 #include "ui/gfx/native_widget_types.h"
13 namespace gfx { namespace
30 virtual void SetCursor(gfx::NativeCursor cursor) = 0;
33 virtual gfx::NativeCursor GetCursor() const = 0;
62 virtual void SetDisplay(const gfx::Display& display) = 0;
H A Dscreen_position_client.h11 namespace gfx { namespace
29 gfx::Point* point) = 0;
31 gfx::Point* point) = 0;
38 gfx::Point* point) = 0;
42 const gfx::Rect& bounds,
43 const gfx::Display& display) = 0;
H A Dwindow_tree_client.h10 namespace gfx { namespace
36 const gfx::Rect& bounds) = 0;
51 const gfx::Rect& screen_bounds);
/external/chromium_org/ui/aura/
H A Dlayout_manager.h11 namespace gfx { namespace
47 const gfx::Rect& requested_bounds) = 0;
53 void SetChildBoundsDirect(aura::Window* child, const gfx::Rect& bounds);

Completed in 4771 milliseconds

1234567891011>>