HomeSort by relevance Sort by last modified time
    Searched refs:gfx (Results 276 - 300 of 4814) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
native_window_delegate.h 8 #include "ui/gfx/native_widget_types.h"
12 // An interface to get gfx::NativeWindow.
19 virtual gfx::NativeWindow GetNativeWindow() const = 0;
  /external/chromium_org/components/favicon_base/
select_favicon_frames.h 14 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/content/public/browser/
favicon_status.cc 8 #include "ui/gfx/image/image_skia.h"
13 image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
  /external/chromium_org/content/renderer/
text_input_client_observer.h 11 #include "ui/gfx/point.h"
12 #include "ui/gfx/range/range.h"
38 void OnStringAtPoint(gfx::Point point);
39 void OnCharacterIndexForPoint(gfx::Point point);
40 void OnFirstRectForCharacterRange(gfx::Range range);
41 void OnStringForRange(gfx::Range range);
  /external/chromium_org/extensions/common/
draggable_region.h 8 #include "ui/gfx/rect.h"
14 gfx::Rect bounds;
  /external/chromium_org/gpu/command_buffer/client/
context_support.h 9 #include "ui/gfx/overlay_transform.h"
10 #include "ui/gfx/rect.h"
29 virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) = 0;
38 gfx::OverlayTransform plane_transform,
40 const gfx::Rect& display_bounds,
41 const gfx::RectF& uv_rect) = 0;
  /external/chromium_org/ui/app_list/views/
apps_grid_view_folder_delegate.h 11 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;
  /external/chromium_org/ui/base/cursor/
cursors_aura.h 13 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/android/
gfx_jni_registrar.h 10 #include "ui/gfx/gfx_export.h"
12 namespace gfx { namespace
19 } // namespace gfx
  /external/chromium_org/ui/gfx/
favicon_size.h 8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
20 } // namespace gfx
scoped_canvas.h 8 #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/
gl_image_ozone.cc 12 namespace gfx { namespace
14 scoped_refptr<GLImage> GLImage::CreateGLImage(gfx::PluginWindowHandle window) {
30 gfx::GpuMemoryBufferHandle buffer,
31 gfx::Size size,
47 } // namespace gfx
  /external/chromium_org/ui/ozone/public/
cursor_factory_ozone.h 8 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
36 const gfx::Point& hotspot);
46 virtual void SetCursor(gfx::AcceleratedWidget widget, PlatformCursor cursor);
51 virtual gfx::AcceleratedWidget GetCursorWindow();
  /external/chromium_org/ui/shell_dialogs/
shell_dialogs_delegate.h 8 #include "ui/gfx/native_widget_types.h"
19 virtual bool IsWindowInMetro(gfx::NativeWindow window) = 0;
  /external/chromium_org/ui/views/controls/menu/
menu_separator.h 23 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
24 virtual gfx::Size GetPreferredSize() const OVERRIDE;
27 void OnPaintAura(gfx::Canvas* canvas);
28 gfx::Size GetPreferredSizeAura() const;
  /external/chromium_org/ui/views/
mouse_watcher_view_host.h 21 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/widget/
tooltip_manager.h 12 #include "ui/gfx/native_widget_types.h"
15 namespace gfx { namespace
18 } // namespace gfx
47 // used to determine which gfx::Screen should be used.
48 static int GetMaxWidth(int x, int y, gfx::NativeView context);
51 static int GetMaxWidth(const gfx::Display& display);
58 virtual const gfx::FontList& GetFontList() const = 0;
  /external/chromium_org/ui/views/win/
hwnd_util.h 8 #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/ui/views/controls/
label.h 15 #include "ui/gfx/font_list.h"
16 #include "ui/gfx/shadow_value.h"
17 #include "ui/gfx/text_constants.h"
33 Label(const base::string16& text, const gfx::FontList& font_list);
37 const gfx::FontList& font_list() const { return font_list_; }
38 virtual void SetFontList(const gfx::FontList& font_list);
63 void set_shadows(const gfx::ShadowValues& shadows) {
67 const gfx::ShadowValues& shadows() const { return shadows_; }
76 void SetHorizontalAlignment(gfx::HorizontalAlignment alignment);
77 gfx::HorizontalAlignment GetHorizontalAlignment() const
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.h 11 #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::ImageSkia hovered_background_image_
    [all...]
  /external/chromium_org/ash/frame/
default_header_painter.h 14 #include "ui/gfx/animation/animation_delegate.h"
16 namespace gfx { namespace
31 public gfx::AnimationDelegate {
44 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) OVERRIDE;
56 // gfx::AnimationDelegate override:
57 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
61 void PaintHighlightForInactiveRestoredWindow(gfx::Canvas* canvas);
64 void PaintTitleBar(gfx::Canvas* canvas);
67 void PaintHeaderContentSeparator(gfx::Canvas* canvas);
72 gfx::Rect GetLocalBounds() const
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_ozone.cc 12 #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::Insets AshWindowTreeHostOzone::GetHostInsets() const
    [all...]
  /external/chromium_org/cc/input/
input_handler.h 14 namespace gfx { namespace
38 virtual void DidOverscroll(const gfx::Vector2dF& accumulated_overscroll,
39 const gfx::Vector2dF& latest_overscroll_delta) = 0;
76 virtual ScrollStatus ScrollBegin(const gfx::Point& viewport_point,
91 virtual bool ScrollBy(const gfx::Point& viewport_point,
92 const gfx::Vector2dF& scroll_delta) = 0;
94 virtual bool ScrollVerticallyByPage(const gfx::Point& viewport_point,
101 virtual void MouseMoveAt(const gfx::Point& mouse_position) = 0;
119 const gfx::Point& anchor) = 0;
122 virtual void StartPageScaleAnimation(const gfx::Vector2d& target_offset
    [all...]
  /external/chromium_org/cc/layers/
content_layer_client.h 12 namespace gfx { namespace
27 const gfx::Rect& clip,
28 gfx::RectF* opaque,
  /external/chromium_org/cc/quads/
texture_draw_quad.h 11 #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::PointF& uv_top_left
    [all...]

Completed in 610 milliseconds

<<11121314151617181920>>