Searched defs:gfx (Results 51 - 75 of 1043) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.h12 namespace gfx { namespace
28 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
29 const gfx::Display& display,
30 const gfx::Point& cursor,
31 const gfx::Rect& taskbar_rect,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.h8 #include "ui/gfx/native_widget_types.h"
10 namespace gfx { namespace
19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder.h16 namespace gfx { namespace
23 const gfx::Point& screen_point,
/external/chromium_org/chrome/browser/ui/
H A Dweb_contents_sizer.h12 namespace gfx { namespace
19 const gfx::Size& size);
/external/chromium_org/chrome/common/
H A Dbadge_util.h16 namespace gfx { namespace
30 void PaintBadge(gfx::Canvas* canvas,
31 const gfx::Rect& bounds,
/external/chromium_org/chrome/renderer/
H A Dchrome_render_frame_observer.h11 namespace gfx { namespace
30 const gfx::Size& thumbnail_max_size_pixels);
/external/chromium_org/components/favicon/core/
H A Dfavicon_driver.h10 namespace gfx { namespace
40 virtual const gfx::Image GetActiveFaviconImage() = 0;
56 virtual void SetActiveFaviconImage(gfx::Image image) = 0;
/external/chromium_org/components/favicon_base/
H A Dfavicon_util.h12 namespace gfx { namespace
29 void SetFaviconColorSpace(gfx::Image* image);
31 // Takes a vector of PNG-encoded frames, and converts it to a gfx::Image of
32 // size |favicon_size| in DIPS. The result gfx::Image has a gfx::ImageSkia with
33 // gfx::ImageSkiaReps for each |favicon_scales|.
34 gfx::Image SelectFaviconFramesFromPNGs(
/external/chromium_org/components/pdf/renderer/
H A Dpdf_resource_util.h12 namespace gfx { namespace
18 gfx::ImageSkia* GetImageResource(PP_ResourceImage image_id);
/external/chromium_org/components/user_manager/user_image/
H A Ddefault_user_images.h14 namespace gfx { namespace
29 USER_MANAGER_EXPORT const gfx::ImageSkia& GetDefaultImage(int index);
/external/chromium_org/components/user_manager/
H A Duser_info.h13 namespace gfx { namespace
41 virtual const gfx::ImageSkia& GetImage() const = 0;
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_host.h10 namespace gfx { namespace
25 virtual gfx::Size GetMaximumDialogSize() = 0;
/external/chromium_org/content/browser/renderer_host/
H A Ddip_util.h10 namespace gfx { namespace
14 } // namespace gfx
25 CONTENT_EXPORT gfx::Point ConvertViewPointToDIP(
26 const RenderWidgetHostView* view, const gfx::Point& point_in_pixel);
27 CONTENT_EXPORT gfx::Size ConvertViewSizeToPixel(
28 const RenderWidgetHostView* view, const gfx::Size& size_in_dip);
29 CONTENT_EXPORT gfx::Rect ConvertViewRectToPixel(
30 const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);
32 CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
33 float scale_factor, const gfx
[all...]
/external/chromium_org/content/renderer/
H A Dsad_plugin.h12 namespace gfx { namespace
21 const gfx::Rect& plugin_rect,
/external/chromium_org/mojo/services/public/cpp/surfaces/
H A Dsurfaces_utils.h11 namespace gfx { namespace
18 MOJO_SURFACES_EXPORT SharedQuadStatePtr CreateDefaultSQS(const gfx::Size& size);
23 MOJO_SURFACES_EXPORT PassPtr CreateDefaultPass(int id, const gfx::Rect& rect);
/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;
/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);
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.h10 namespace gfx { namespace
19 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host);
/external/chromium_org/ui/base/
H A Dbase_window.h10 #include "ui/gfx/native_widget_types.h"
12 namespace gfx { namespace
41 virtual gfx::NativeWindow GetNativeWindow() = 0;
45 virtual gfx::Rect GetRestoredBounds() const = 0;
53 virtual gfx::Rect GetBounds() const = 0;
83 virtual void SetBounds(const gfx::Rect& bounds) = 0;
/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/base/dragdrop/
H A Ddrag_utils.h15 namespace gfx { namespace
34 const gfx::ImageSkia& icon,
39 UI_BASE_EXPORT void SetDragImageOnDataObject(const gfx::Canvas& canvas,
40 const gfx::Vector2d& cursor_offset,
45 UI_BASE_EXPORT void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia,
46 const gfx::Vector2d& cursor_offset,
/external/chromium_org/ui/base/ime/
H A Dtext_input_client.h15 #include "ui/gfx/native_widget_types.h"
16 #include "ui/gfx/range/range.h"
18 namespace gfx { namespace
61 virtual gfx::NativeWindow GetAttachedWindow() const = 0;
81 virtual gfx::Rect GetCaretBounds() const = 0;
93 gfx::Rect* rect) const = 0;
103 virtual bool GetTextRange(gfx::Range* range) const = 0;
107 virtual bool GetCompositionTextRange(gfx::Range* range) const = 0;
111 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
116 virtual bool SetSelectionRange(const gfx
[all...]
/external/chromium_org/ui/base/l10n/
H A Dl10n_font_util.h9 #include "ui/gfx/size.h"
11 namespace gfx { namespace
22 const gfx::Font& font);
24 const gfx::Font& font);
25 UI_BASE_EXPORT gfx::Size GetLocalizedContentsSizeForFont(int col_resource_id,
27 const gfx::Font& font);
/external/chromium_org/ui/compositor/
H A Ddebug_utils.h10 namespace gfx { namespace
20 gfx::Point mouse_location);
H A Ddip_util.h10 #include "ui/gfx/point_f.h"
12 namespace gfx { namespace
16 } // namespace gfx
25 COMPOSITOR_EXPORT gfx::Point ConvertPointToDIP(
27 const gfx::Point& point_in_pixel);
28 COMPOSITOR_EXPORT gfx::PointF ConvertPointToDIP(
30 const gfx::PointF& point_in_pixel);
31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
33 const gfx::Size& size_in_pixel);
34 COMPOSITOR_EXPORT gfx
[all...]

Completed in 1017 milliseconds

1234567891011>>