Searched defs:gfx (Results 176 - 200 of 1043) sorted by relevance

1234567891011>>

/external/chromium_org/ash/host/
H A Dtransformer_helper.h10 namespace gfx { namespace
29 gfx::Insets GetHostInsets() const;
32 void SetTransform(const gfx::Transform& transform);
38 gfx::Transform GetTransform() const;
39 gfx::Transform GetInverseTransform() const;
43 void UpdateWindowSize(const gfx::Size& host_size);
/external/chromium_org/ash/
H A Dscreen_util.h15 namespace gfx { namespace
28 static gfx::Display FindDisplayContainingPoint(const gfx::Point& point);
32 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
35 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
38 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
44 const gfx::Rect& rect);
48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
49 const gfx
[all...]
H A Dscreenshot_delegate.h12 namespace gfx { namespace
14 } // namespace gfx
30 aura::Window* window, const gfx::Rect& rect) = 0;
/external/chromium_org/ash/test/
H A Doverflow_bubble_view_test_api.h10 namespace gfx { namespace
25 gfx::Size GetContentsSize();
/external/chromium_org/ash/wm/
H A Dwindow_util.h16 namespace gfx { namespace
54 ASH_EXPORT gfx::Rect GetDefaultLeftSnappedWindowBoundsInParent(
59 ASH_EXPORT gfx::Rect GetDefaultRightSnappedWindowBoundsInParent(
63 ASH_EXPORT void AdjustBoundsSmallerThan(const gfx::Size& max_size,
64 gfx::Rect* bounds);
70 const gfx::Rect& visible_area,
71 gfx::Rect* bounds);
77 const gfx::Rect& visible_area,
80 gfx::Rect* bounds);
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.h14 namespace gfx { namespace
27 const gfx::Point& point,
/external/chromium_org/athena/env/public/
H A Dathena_env.h15 namespace gfx { namespace
35 virtual void SetDisplayWorkAreaInsets(const gfx::Insets& insets) = 0;
/external/chromium_org/athena/system/
H A Dbackground_controller.h14 namespace gfx { namespace
27 void SetImage(const gfx::ImageSkia& image);
/external/chromium_org/cc/animation/
H A Dtransform_operations.h13 #include "ui/gfx/transform.h"
15 namespace gfx { namespace
23 // applied to obtain a gfx::Transform at any time, and can be blended
38 gfx::Transform Apply() const;
47 gfx::Transform Blend(const TransformOperations& from,
54 bool BlendedBoundsForBox(const gfx::BoxF& box,
58 gfx::BoxF* bounds) const;
78 bool ScaleComponent(gfx::Vector3dF* scale) const;
85 void AppendMatrix(const gfx::Transform& matrix);
92 gfx
[all...]
/external/chromium_org/cc/layers/
H A Dscrollbar_theme_painter.h12 namespace gfx { namespace
23 const gfx::Rect& rect) = 0;
25 const gfx::Rect& rect) = 0;
27 const gfx::Rect& rect) = 0;
29 const gfx::Rect& rect) = 0;
31 const gfx::Rect& rect) = 0;
33 const gfx::Rect& rect) = 0;
35 const gfx::Rect& rect) = 0;
37 const gfx::Rect& rect) = 0;
38 virtual void PaintTickmarks(SkCanvas* canvas, const gfx
[all...]
/external/chromium_org/cc/output/
H A Doutput_surface_client.h14 #include "ui/gfx/rect.h"
16 namespace gfx { namespace
35 virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
42 const gfx::Transform& transform,
43 const gfx::Rect& viewport,
44 const gfx::Rect& clip,
45 const gfx::Rect& viewport_rect_for_tile_priority,
46 const gfx::Transform& transform_for_tile_priority,
/external/chromium_org/cc/resources/
H A Dlayer_painter.h12 namespace gfx { namespace
22 virtual void Paint(SkCanvas* canvas, const gfx::Rect& content_rect) = 0;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelper.h19 namespace gfx { namespace
22 } // namespace gfx
29 gfx::Rect CalculateScreenBounds(const gfx::Size& size);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_delegate.h12 #include "ui/gfx/native_widget_types.h"
20 namespace gfx { namespace
63 virtual gfx::NativeWindow GetNativeWindow() const = 0;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcore_oobe_actor.h16 namespace gfx { namespace
42 virtual void SetKeyboardState(bool shown, const gfx::Rect& bounds) = 0;
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.h20 namespace gfx { namespace
58 base::string16 GetTooltipText(const gfx::FontList& font_list, int max_width) const;
64 base::string16 GetWarningText(const gfx::FontList& font_list, int base_width) const;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_util.h21 namespace gfx { namespace
123 const gfx::ImageSkia& GetDefaultExtensionIcon();
124 const gfx::ImageSkia& GetDefaultAppIcon();
H A Dextension_view.h8 #include "ui/gfx/native_widget_types.h"
17 namespace gfx { namespace
35 virtual gfx::NativeView GetNativeView() = 0;
39 virtual void ResizeDueToAutoResize(const gfx::Size& new_size) = 0;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.h20 namespace gfx { namespace
34 // Converts gfx::Image (in ARGB format) type to
37 const gfx::Image* gfx_image,
41 // with width, height, and data in RGBA format into an gfx::Image (ARGB).
44 const gfx::Size& target_size_dips,
46 gfx::Image* return_image);
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_message_handler.h23 namespace gfx { namespace
57 const gfx::Rect& printable_area_in_points,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h15 namespace gfx { namespace
40 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
56 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_popup_view_android.h14 namespace gfx { namespace
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item_v2app.h12 namespace gfx { namespace
25 const gfx::Image* icon,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view_delegate.h15 #include "ui/gfx/image/image.h"
16 #include "ui/gfx/native_widget_types.h"
17 #include "ui/gfx/range/range.h"
28 namespace gfx { namespace
39 typedef std::map<ServerFieldType, gfx::Image> FieldIconMap;
84 virtual gfx::Image AccountChooserImage() = 0;
88 virtual gfx::Image ButtonStripImage() const = 0;
101 virtual const std::vector<gfx::Range>& LegalDocumentLinks() = 0;
162 gfx::NativeView parent_view,
163 const gfx
[all...]
H A Dautofill_popup_controller.h14 namespace gfx { namespace
44 virtual void SetPopupBounds(const gfx::Rect& bounds) = 0;
48 virtual gfx::Rect GetRowBounds(size_t index) = 0;
51 virtual const gfx::RectF& element_bounds() const = 0;
74 virtual const gfx::FontList& GetNameFontListForRow(size_t index) const = 0;
75 virtual const gfx::FontList& subtext_font_list() const = 0;

Completed in 350 milliseconds

1234567891011>>