Searched refs:gfx (Results 226 - 250 of 5206) sorted by relevance

1234567891011>>

/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.h11 #include "ui/gfx/image/image_skia.h"
14 namespace gfx { namespace
53 virtual gfx::Size GetPreferredSize() const OVERRIDE;
55 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
71 const gfx::ImageSkia& GetIconImageToPaint() const;
74 void PaintCentered(gfx::Canvas* canvas,
75 const gfx::ImageSkia& to_center,
92 gfx::ImageSkia icon_image_;
93 gfx::ImageSkia inactive_icon_image_;
94 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...]
H A Dtransformer_helper.cc12 #include "ui/gfx/geometry/insets.h"
13 #include "ui/gfx/geometry/rect.h"
14 #include "ui/gfx/geometry/rect_f.h"
15 #include "ui/gfx/geometry/size.h"
16 #include "ui/gfx/size_conversions.h"
17 #include "ui/gfx/transform.h"
26 const gfx::Transform& transform)
30 virtual gfx::Transform GetTransform() const OVERRIDE { return transform_; }
32 virtual gfx::Transform GetInverseTransform() const OVERRIDE {
33 gfx
[all...]
/external/chromium_org/ash/wm/
H A Dcoordinate_conversion.h12 } // namespace gfx
14 namespace gfx { namespace
17 } // namespace gfx
25 ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point);
29 ASH_EXPORT aura::Window* GetRootWindowMatching(const gfx::Rect& rect);
/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/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/cc/trees/
H A Docclusion_tracker_unittest.cc25 #include "ui/gfx/transform.h"
39 gfx::IntersectRects(opaque_contents_rect_, visible_content_rect()));
43 void SetOpaqueContentsRect(const gfx::Rect& opaque_contents_rect) {
52 gfx::Rect opaque_contents_rect_;
65 gfx::IntersectRects(opaque_contents_rect_, visible_content_rect()));
69 void SetOpaqueContentsRect(const gfx::Rect& opaque_contents_rect) {
76 gfx::Rect opaque_contents_rect_;
82 explicit TestOcclusionTrackerWithClip(const gfx::Rect& viewport_rect)
86 const gfx::Rect& content_rect) const {
94 gfx
[all...]
/external/chromium_org/chrome/browser/ui/apps/
H A Dapp_info_dialog.h9 #include "ui/gfx/native_widget_types.h"
17 namespace gfx { namespace
22 void ShowAppInfoDialog(gfx::NativeWindow parent,
23 const gfx::Rect& bounds,
/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()),
/external/chromium_org/chrome/browser/ui/
H A Delide_url.h16 namespace gfx { namespace
35 const gfx::FontList& font_list,
45 const gfx::FontList& font_list,
/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/gpu/command_buffer/service/
H A Dgl_context_virtual.h15 namespace gfx { namespace
27 class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
30 gfx::GLShareGroup* share_group,
31 gfx::GLContext* shared_context,
34 gfx::Display* display();
38 gfx::GLSurface* compatible_surface,
39 gfx::GpuPreference gpu_preference) OVERRIDE;
41 virtual bool MakeCurrent(gfx::GLSurface* surface) OVERRIDE;
42 virtual void ReleaseCurrent(gfx::GLSurface* surface) OVERRIDE;
43 virtual bool IsCurrent(gfx
[all...]
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.h12 namespace gfx { namespace
21 const gfx::Transform& transform,
22 const gfx::Size& size);
/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/gfx/
H A Dcanvas_paint.h8 #include "ui/gfx/gfx_export.h"
9 #include "ui/gfx/native_widget_types.h"
11 namespace gfx { namespace
20 GFX_EXPORT static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
28 virtual gfx::Rect GetInvalidRect() const = 0;
34 } // namespace gfx
H A Dscreen.h11 #include "ui/gfx/display.h"
12 #include "ui/gfx/gfx_export.h"
13 #include "ui/gfx/native_widget_types.h"
14 #include "ui/gfx/point.h"
15 #include "ui/gfx/screen_type_delegate.h"
17 namespace gfx { namespace
57 virtual gfx::Point GetCursorScreenPoint() = 0;
60 virtual gfx::NativeWindow GetWindowUnderCursor() = 0;
63 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx
[all...]
H A Dscreen_unittest.cc5 #include "ui/gfx/screen.h"
13 const gfx::Size size =
14 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().size();
21 EXPECT_GE(gfx::Screen::GetNativeScreen()->GetNumDisplays(), 1);
/external/chromium_org/ui/gfx/mac/
H A Dcoordinate_conversion.h10 #include "ui/gfx/gfx_export.h"
12 namespace gfx { namespace
16 // Convert a gfx::Rect specified with the origin at the top left of the primary
18 GFX_EXPORT NSRect ScreenRectToNSRect(const gfx::Rect& rect);
21 // display into a gfx::Rect with origin at the top left of the primary display.
22 GFX_EXPORT gfx::Rect ScreenRectFromNSRect(const NSRect& point);
24 } // namespace gfx
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window_delegate.h8 #include "ui/gfx/native_widget_types.h"
10 namespace gfx { namespace
12 } // namespace gfx
40 virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0;
47 virtual void OnBoundsChanged(const gfx::Rect& bounds) = 0;
/external/chromium_org/ui/views/controls/table/
H A Dtable_view_row_background_painter.h10 namespace gfx { namespace
23 const gfx::Rect& row_bounds,
24 gfx::Canvas* canvas) = 0;
/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);
/external/chromium_org/cc/layers/
H A Drender_surface_impl.h17 #include "ui/gfx/rect.h"
18 #include "ui/gfx/rect_f.h"
19 #include "ui/gfx/transform.h"
40 gfx::PointF ContentRectCenter() const {
41 return gfx::RectF(content_rect_).CenterPoint();
46 gfx::RectF DrawableContentRect() const;
63 void SetDrawTransform(const gfx::Transform& draw_transform) {
66 const gfx::Transform& draw_transform() const { return draw_transform_; }
68 void SetScreenSpaceTransform(const gfx::Transform& screen_space_transform) {
71 const gfx
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aura.h12 namespace gfx { namespace
30 const gfx::Size& size,
35 const gfx::Rect& rect,
38 const gfx::Rect& rect,
46 const gfx::Rect& rect) const OVERRIDE;
50 const gfx::Rect& rect) const OVERRIDE;
53 const gfx::Rect& rect) const OVERRIDE;
59 const gfx::Rect& rect) const
65 gfx::NineImagePainter* GetOrCreatePainter(
68 scoped_ptr<gfx
[all...]
/external/chromium_org/ash/
H A Dscreen_util.cc17 #include "ui/gfx/display.h"
18 #include "ui/gfx/screen.h"
29 gfx::Display ScreenUtil::FindDisplayContainingPoint(const gfx::Point& point) {
34 gfx::Rect ScreenUtil::GetMaximizedWindowBoundsInParent(aura::Window* window) {
42 gfx::Rect ScreenUtil::GetDisplayBoundsInParent(aura::Window* window) {
49 gfx::Rect ScreenUtil::GetDisplayWorkAreaBoundsInParent(aura::Window* window) {
56 gfx::Rect ScreenUtil::ConvertRectToScreen(aura::Window* window,
57 const gfx::Rect& rect) {
58 gfx
[all...]

Completed in 419 milliseconds

1234567891011>>