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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/gfx/
display_observer.cc 5 #include "ui/gfx/display_observer.h"
7 namespace gfx { namespace
12 } // namespace gfx
render_text_ozone.cc 5 #include "ui/gfx/render_text.h"
7 namespace gfx { namespace
13 } // namespace gfx
screen_aura.cc 5 #include "ui/gfx/screen.h"
9 namespace gfx { namespace
16 } // namespace gfx
scrollbar_size.h 8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
17 } // namespace gfx
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator.cc 9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
taskbar_decorator.h 8 #include "ui/gfx/native_widget_types.h"
10 namespace gfx { namespace
19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
  /external/chromium_org/ui/base/win/
dpi_setup.cc 9 #include "ui/gfx/display.h"
10 #include "ui/gfx/win/dpi.h"
16 gfx::InitDeviceScaleFactor(gfx::GetDPIScale());
  /external/chromium_org/ui/gfx/x/
x11_connection.cc 5 #include "ui/gfx/x/x11_connection.h"
9 #include "ui/gfx/x/x11_types.h"
11 namespace gfx { namespace
14 return XInitThreads() && gfx::GetXDisplay();
17 } // namespace gfx
x11_connection.h 8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
16 } // namespace gfx
  /external/chromium_org/apps/
size_constraints.h 8 #include "ui/gfx/geometry/size.h"
10 namespace gfx { namespace
23 SizeConstraints(const gfx::Size& min_size, const gfx::Size& max_size);
27 static gfx::Size AddFrameToConstraints(const gfx::Size& size_constraints,
28 const gfx::Insets& frame_insets);
31 gfx::Size ClampSize(gfx::Size size) const;
33 // When gfx::Size is used as a min/max size, a zero represents an unbounde
    [all...]
  /external/chromium_org/ui/compositor/test/
test_utils.h 8 namespace gfx { namespace
15 void CheckApproximatelyEqual(const gfx::Transform& lhs,
16 const gfx::Transform& rhs);
17 void CheckApproximatelyEqual(const gfx::Rect& lhs, const gfx::Rect& rhs);
  /external/chromium_org/ui/compositor/
dip_util.cc 11 #include "ui/gfx/display.h"
12 #include "ui/gfx/point.h"
13 #include "ui/gfx/point_conversions.h"
14 #include "ui/gfx/rect.h"
15 #include "ui/gfx/rect_conversions.h"
16 #include "ui/gfx/size.h"
17 #include "ui/gfx/size_conversions.h"
25 gfx::Point ConvertPointToDIP(const Layer* layer,
26 const gfx::Point& point_in_pixel) {
27 return gfx::ToFlooredPoint
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_unittest.cc 14 gfx::Rect window_bounds;
15 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(), gfx::Rect(),
16 gfx::Rect(), DEFAULT, NULL, gfx::Rect(), &window_bounds);
17 EXPECT_EQ(gfx::Rect(kWindowTilePixels, kWindowTilePixels,
24 gfx::Rect window_bounds;
25 GetWindowBounds(p1024x768, taskbar_bottom_work_area, gfx::Rect(),
26 gfx::Rect(), gfx::Rect(), DEFAULT, NULL, gfx::Rect()
    [all...]
window_sizer_aura.cc 14 gfx::Point WindowSizer::GetDefaultPopupOrigin(const gfx::Size& size,
18 return gfx::Point();
  /external/chromium_org/chrome/common/extensions/api/notifications/
notification_style.h 8 #include "ui/gfx/size.h"
13 gfx::Size image_size;
14 gfx::Size icon_size;
15 gfx::Size button_icon_size;
  /external/chromium_org/content/common/input/
did_overscroll_params.h 8 #include "ui/gfx/geometry/vector2d_f.h"
13 gfx::Vector2dF accumulated_overscroll;
14 gfx::Vector2dF latest_overscroll_delta;
15 gfx::Vector2dF current_fling_velocity;
  /external/chromium_org/ui/views/widget/
monitor_win.h 10 namespace gfx { namespace
18 VIEWS_EXPORT gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect);
  /external/chromium_org/ui/views/window/
window_shape.h 10 namespace gfx { namespace
19 VIEWS_EXPORT void GetDefaultWindowMask(const gfx::Size& size,
20 gfx::Path* window_mask);
  /external/chromium_org/ui/gl/
gl_state_restorer.cc 7 namespace gfx { namespace
15 } // namespace gfx
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.h 8 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/ash/display/
screen_ash.h 11 #include "ui/gfx/display_observer.h"
12 #include "ui/gfx/screen.h"
14 namespace gfx { namespace
23 // Aura implementation of gfx::Screen. Implemented here to avoid circular
25 class ASH_EXPORT ScreenAsh : public gfx::Screen {
33 static gfx::Display FindDisplayContainingPoint(const gfx::Point& point);
37 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
40 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
43 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window)
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher_observer.h 8 namespace gfx { namespace
18 virtual void OnMouseMove(const gfx::Point& mouse_position) = 0;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen.h 10 namespace gfx { namespace
18 VIEWS_EXPORT gfx::Screen* CreateDesktopScreen();
  /external/chromium_org/ash/host/
root_window_transformer.h 10 namespace gfx { namespace
26 virtual gfx::Transform GetTransform() const = 0;
30 // |gfx::Transform::GetInverse| may contains computational error.
31 virtual gfx::Transform GetInverseTransform() const = 0;
36 virtual gfx::Rect GetRootWindowBounds(const gfx::Size& host_size) const = 0;
40 virtual gfx::Insets GetHostInsets() const = 0;
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.h 12 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,

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 91011>>