Searched defs:gfx (Results 101 - 125 of 1043) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gfx/x/
H A Dx11_error_tracker.h11 #include "ui/gfx/gfx_export.h"
13 namespace gfx { namespace
34 } // namespace gfx
/external/chromium_org/ui/gl/
H A Dgl_context_stub.h10 namespace gfx { namespace
36 } // namespace gfx
H A Dgl_context_wgl.h10 #include "ui/gfx/native_widget_types.h"
13 namespace gfx { namespace
40 } // namespace gfx
H A Dgl_fence.h11 namespace gfx { namespace
38 } // namespace gfx
H A Dgl_image.h9 #include "ui/gfx/native_widget_types.h"
10 #include "ui/gfx/overlay_transform.h"
11 #include "ui/gfx/rect.h"
12 #include "ui/gfx/rect_f.h"
13 #include "ui/gfx/size.h"
16 namespace gfx { namespace
28 virtual gfx::Size GetSize() = 0;
52 virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
71 } // namespace gfx
H A Dgl_image_stub.h10 namespace gfx { namespace
19 virtual gfx::Size GetSize() OVERRIDE;
27 virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
37 } // namespace gfx
H A Dgl_mock.h15 namespace gfx { namespace
43 } // namespace gfx
H A Dgl_state_restorer.cc7 namespace gfx { namespace
15 } // namespace gfx
H A Dgl_state_restorer.h11 namespace gfx { namespace
29 } // namespace gfx
H A Dgl_switches.h12 namespace gfx { namespace
22 } // namespace gfx
H A Dgl_version_info.cc9 namespace gfx { namespace
42 } // namespace gfx
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_observer.h10 namespace gfx { namespace
21 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
/external/chromium_org/ui/native_theme/
H A Dcommon_theme.h13 namespace gfx { namespace
26 gfx::Size NATIVE_THEME_EXPORT CommonThemeGetPartSize(
33 const gfx::Rect& rect);
37 const gfx::Rect& rect,
41 const gfx::Rect& rect);
44 const gfx::Rect& rect);
49 const gfx::Rect& rect);
51 // Creates a gfx::Canvas wrapping an SkCanvas.
52 scoped_ptr<gfx::Canvas> NATIVE_THEME_EXPORT CommonThemeCreateCanvas(
/external/chromium_org/ui/snapshot/
H A Dsnapshot_win.h14 namespace gfx { namespace
26 const gfx::Rect& snapshot_bounds,
/external/chromium_org/ui/snapshot/test/
H A Dsnapshot_desktop.h10 namespace gfx { namespace
20 const gfx::Rect& snapshot_bounds,
/external/chromium_org/ui/views/
H A Dborder.h11 #include "ui/gfx/insets.h"
14 namespace gfx{ namespace
71 const gfx::Insets& insets);
74 virtual void Paint(const View& view, gfx::Canvas* canvas) = 0;
77 virtual gfx::Insets GetInsets() const = 0;
85 virtual gfx::Size GetMinimumSize() const = 0;
H A Ddrag_utils.h9 #include "ui/gfx/native_widget_types.h"
12 namespace gfx { namespace
26 VIEWS_EXPORT void RunShellDrag(gfx::NativeView view,
28 const gfx::Point& location,
34 VIEWS_EXPORT gfx::Canvas* GetCanvasForDragImage(Widget* widget,
35 const gfx::Size& canvas_size);
H A Drect_based_targeting_utils.h10 namespace gfx { namespace
18 VIEWS_EXPORT bool UsePointBasedTargeting(const gfx::Rect& rect);
21 VIEWS_EXPORT float PercentCoveredBy(const gfx::Rect& rect_1,
22 const gfx::Rect& rect_2);
25 VIEWS_EXPORT int DistanceSquaredFromCenterToPoint(const gfx::Point& point,
26 const gfx::Rect& rect);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_image_util.h8 namespace gfx { namespace
18 gfx::ImageSkia GetMenuCheckImage(bool dark_background);
24 gfx::ImageSkia GetRadioButtonImage(bool selected);
29 gfx::ImageSkia GetSubmenuArrowImage(bool dark_background);
/external/chromium_org/ui/views/controls/table/
H A Dtable_utils.h13 namespace gfx { namespace
26 VIEWS_EXPORT int WidthForContent(const gfx::FontList& header_font_list,
27 const gfx::FontList& content_font_list,
41 const gfx::FontList& header_font_list,
42 const gfx::FontList& content_font_list,
/external/chromium_org/ui/views/layout/
H A Dlayout_manager.h10 namespace gfx { namespace
45 virtual gfx::Size GetPreferredSize(const View* host) const = 0;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen.h10 namespace gfx { namespace
18 VIEWS_EXPORT gfx::Screen* CreateDesktopScreen();
/external/chromium_org/ui/views/widget/
H A Dmonitor_win.h10 namespace gfx { namespace
18 VIEWS_EXPORT gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect);
/external/chromium_org/ui/views/window/
H A Dwindow_shape.h10 namespace gfx { namespace
19 VIEWS_EXPORT void GetDefaultWindowMask(const gfx::Size& size,
20 gfx::Path* window_mask);
/external/chromium_org/ui/wm/core/
H A Dcoordinate_conversion.h14 namespace gfx { namespace
16 } // namespace gfx
23 gfx::Point* point);
28 gfx::Point* point_in_screen);

Completed in 7450 milliseconds

1234567891011>>