Searched refs:gfx (Results 201 - 225 of 4811) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h26 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
30 virtual gfx::Size GetMinimumSize() const OVERRIDE;
33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
34 virtual gfx::Rect GetWindowBoundsForClientBounds(
35 const gfx::Rect& client_bounds) const OVERRIDE;
36 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
37 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
45 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
47 virtual bool HitTestRect(const gfx
[all...]
/external/chromium_org/components/favicon_base/
H A Dselect_favicon_frames.h14 namespace gfx { namespace
40 gfx::ImageSkia CreateFaviconImageSkia(
42 const std::vector<gfx::Size>& original_sizes,
58 void SelectFaviconFrameIndices(const std::vector<gfx::Size>& frame_pixel_sizes,
/external/chromium_org/components/web_modal/
H A Dnative_web_contents_modal_dialog.h8 #include "ui/gfx/native_widget_types.h"
13 // Use a void* since none of the gfx::Native* types are suitable for
17 typedef gfx::NativeView NativeWebContentsModalDialog;
/external/chromium_org/content/public/browser/
H A Dfavicon_status.cc8 #include "ui/gfx/image/image_skia.h"
13 image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
/external/chromium_org/extensions/common/
H A Ddraggable_region.h8 #include "ui/gfx/rect.h"
14 gfx::Rect bounds;
/external/chromium_org/ui/base/cursor/
H A Dcursors_aura.h13 namespace gfx { namespace
29 gfx::Point* point);
36 gfx::Point* point);
41 GetCursorBitmap(const Cursor& cursor, SkBitmap* bitmap, gfx::Point* point);
/external/chromium_org/ui/gfx/
H A Dfavicon_size.h8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
20 } // namespace gfx
H A Dgfx_paths.h8 #include "ui/gfx/gfx_export.h"
13 namespace gfx { namespace
27 } // namespace gfx
H A Dscoped_canvas.h8 #include "ui/gfx/canvas.h"
10 namespace gfx { namespace
15 explicit ScopedCanvas(gfx::Canvas* canvas) : canvas_(canvas) {
23 void SetCanvas(gfx::Canvas* canvas) {
31 gfx::Canvas* canvas_;
36 } // namespace gfx
/external/chromium_org/ui/gl/
H A Dgl_image_ozone.cc12 namespace gfx { namespace
14 scoped_refptr<GLImage> GLImage::CreateGLImage(gfx::PluginWindowHandle window) {
30 gfx::GpuMemoryBufferHandle buffer,
31 gfx::Size size,
47 } // namespace gfx
H A Dgl_surface_stub.h10 namespace gfx { namespace
15 void SetSize(const gfx::Size& size) { size_ = size; }
21 virtual gfx::Size GetSize() OVERRIDE;
28 gfx::Size size_;
31 } // namespace gfx
H A Dgpu_preference.h8 namespace gfx { namespace
23 } // namespace gfx
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_connection.h11 #include "ui/gfx/geometry/size.h"
27 gfx::Size physical_size() const { return physical_size_; }
28 gfx::Size bitmap_size() const { return bitmap_size_; }
37 gfx::Size physical_size_;
40 gfx::Size bitmap_size_;
/external/chromium_org/ui/ozone/public/
H A Dsurface_ozone_canvas.h15 namespace gfx { namespace
36 virtual void ResizeCanvas(const gfx::Size& viewport_size) = 0;
44 virtual void PresentCanvas(const gfx::Rect& damage) = 0;
46 // Returns a gfx::VsyncProvider for this surface. Note that this may be
51 virtual scoped_ptr<gfx::VSyncProvider> CreateVSyncProvider() = 0;
/external/chromium_org/ui/views/controls/
H A Dimage_view.h8 #include "ui/gfx/image/image_skia.h"
11 namespace gfx { namespace
41 void SetImage(const gfx::ImageSkia& img);
46 void SetImage(const gfx::ImageSkia* image_skia);
50 const gfx::ImageSkia& GetImage();
53 void SetImageSize(const gfx::Size& image_size);
58 bool GetImageSize(gfx::Size* image_size) const;
61 gfx::Rect GetImageBounds() const;
83 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 virtual void OnPaint(gfx
[all...]
/external/chromium_org/ui/views/
H A Dmouse_watcher_view_host.h21 MouseWatcherViewHost(View* view, const gfx::Insets& hot_zone_insets);
25 virtual bool Contains(const gfx::Point& screen_point,
29 bool IsCursorInViewZone(const gfx::Point& screen_point);
35 const gfx::Insets hot_zone_insets_;
/external/chromium_org/ui/views/win/
H A Dhwnd_util.h8 #include "ui/gfx/native_widget_types.h"
9 #include "ui/gfx/rect.h"
24 VIEWS_EXPORT HWND HWNDForNativeView(const gfx::NativeView view);
27 VIEWS_EXPORT HWND HWNDForNativeWindow(const gfx::NativeWindow window);
29 VIEWS_EXPORT gfx::Rect GetWindowBoundsForClientBounds(
30 View* view, const gfx::Rect& client_bounds);
/external/chromium_org/ash/accelerometer/
H A Daccelerometer_observer.h10 namespace gfx { namespace
21 virtual void OnAccelerometerUpdated(const gfx::Vector3dF& base,
22 const gfx::Vector3dF& lid) = 0;
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.h11 #include "ui/gfx/image/image_skia.h"
14 namespace gfx { namespace
50 virtual gfx::Size GetPreferredSize() const OVERRIDE;
52 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
68 const gfx::ImageSkia& GetIconImageToPaint() const;
71 void PaintCentered(gfx::Canvas* canvas,
72 const gfx::ImageSkia& to_center,
86 gfx::ImageSkia icon_image_;
87 gfx::ImageSkia inactive_icon_image_;
88 gfx
[all...]
/external/chromium_org/ash/host/
H A Dash_window_tree_host_ozone.cc12 #include "ui/gfx/geometry/insets.h"
13 #include "ui/gfx/transform.h"
21 explicit AshWindowTreeHostOzone(const gfx::Rect& initial_bounds);
31 virtual gfx::Insets GetHostInsets() const OVERRIDE;
33 virtual void SetRootTransform(const gfx::Transform& transform) OVERRIDE;
34 virtual gfx::Transform GetRootTransform() const OVERRIDE;
35 virtual gfx::Transform GetInverseRootTransform() const OVERRIDE;
36 virtual void UpdateRootWindowSize(const gfx::Size& host_size) OVERRIDE;
43 AshWindowTreeHostOzone::AshWindowTreeHostOzone(const gfx::Rect& initial_bounds)
66 gfx
[all...]
/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.h11 #include "ui/gfx/rect_f.h"
20 const gfx::Rect& rect,
21 const gfx::Rect& opaque_rect,
22 const gfx::Rect& visible_rect,
25 const gfx::PointF& uv_top_left,
26 const gfx::PointF& uv_bottom_right,
32 const gfx::Rect& rect,
33 const gfx::Rect& opaque_rect,
34 const gfx::Rect& visible_rect,
38 const gfx
[all...]
/external/chromium_org/cc/resources/
H A Dlayer_painter.h12 namespace gfx { namespace
23 const gfx::Rect& content_rect,
24 gfx::RectF* opaque) = 0;
/external/chromium_org/cc/test/
H A Dpixel_test_software_output_device.h14 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
16 void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {
21 gfx::Size surface_expansion_size_;
H A Dskia_common.h14 namespace gfx { namespace
23 const gfx::Rect& layer_rect,
26 void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc9 const gfx::Image* icon,
12 icon_(icon ? gfx::Image(*icon) : gfx::Image()),

Completed in 613 milliseconds

1234567891011>>