Searched refs:gfx (Results 1 - 25 of 4811) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gfx/
H A Ddisplay_observer.cc5 #include "ui/gfx/display_observer.h"
7 namespace gfx { namespace
12 } // namespace gfx
H A Drender_text_ozone.cc5 #include "ui/gfx/render_text.h"
7 namespace gfx { namespace
13 } // namespace gfx
H A Dscreen_aura.cc5 #include "ui/gfx/screen.h"
9 namespace gfx { namespace
16 } // namespace gfx
H A Dscreen_android.cc5 #include "ui/gfx/screen.h"
8 #include "ui/gfx/android/device_display_info.h"
9 #include "ui/gfx/display.h"
10 #include "ui/gfx/size_conversions.h"
12 namespace gfx { namespace
20 virtual gfx::Point GetCursorScreenPoint() OVERRIDE { return gfx::Point(); }
22 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE {
27 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.cc9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
/external/chromium_org/ui/base/win/
H A Ddpi_setup.cc9 #include "ui/gfx/display.h"
10 #include "ui/gfx/win/dpi.h"
16 gfx::InitDeviceScaleFactor(gfx::GetDPIScale());
/external/chromium_org/ui/gfx/x/
H A Dx11_connection.cc5 #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
/external/chromium_org/ui/compositor/
H A Ddip_util.cc11 #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
[all...]
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...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_unittest.cc14 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
[all...]
H A Dwindow_sizer_aura.cc14 gfx::Point WindowSizer::GetDefaultPopupOrigin(const gfx::Size& size,
18 return gfx::Point();
/external/chromium_org/chrome/common/extensions/api/notifications/
H A Dnotification_style.h8 #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/
H A Ddid_overscroll_params.h8 #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/gl/
H A Dgl_state_restorer.cc7 namespace gfx { namespace
15 } // namespace gfx
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_image_util.h8 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/content/browser/renderer_host/
H A Ddip_util.cc9 #include "ui/gfx/display.h"
10 #include "ui/gfx/point.h"
11 #include "ui/gfx/point_conversions.h"
12 #include "ui/gfx/rect.h"
13 #include "ui/gfx/rect_conversions.h"
14 #include "ui/gfx/screen.h"
15 #include "ui/gfx/size.h"
16 #include "ui/gfx/size_conversions.h"
24 gfx::Point ConvertViewPointToDIP(const RenderWidgetHostView* view,
25 const gfx
[all...]
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/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_linux.cc18 gfx::GLContext* context) {
27 switch (gfx::GetGLImplementation()) {
28 case gfx::kGLImplementationOSMesaGL:
29 case gfx::kGLImplementationDesktopGL:
30 case gfx::kGLImplementationEGLGLES2:
32 case gfx::kGLImplementationMockGL:
H A Dasync_pixel_transfer_manager_mac.cc15 gfx::GLContext* context) {
17 switch (gfx::GetGLImplementation()) {
18 case gfx::kGLImplementationOSMesaGL:
19 case gfx::kGLImplementationDesktopGL:
20 case gfx::kGLImplementationAppleGL:
22 case gfx::kGLImplementationMockGL:
H A Dasync_pixel_transfer_manager_win.cc15 gfx::GLContext* context) {
17 switch (gfx::GetGLImplementation()) {
18 case gfx::kGLImplementationOSMesaGL:
19 case gfx::kGLImplementationDesktopGL:
20 case gfx::kGLImplementationEGLGLES2:
22 case gfx::kGLImplementationMockGL:
/external/chromium_org/ui/views/
H A Drect_based_targeting_utils.h10 namespace gfx { namespace
18 VIEWS_EXPORT bool UsePointBasedTargeting(const gfx::Rect& rect);
21 VIEWS_EXPORT float PercentCoveredBy(const gfx::Rect& rect_1,
22 const gfx::Rect& rect_2);
25 VIEWS_EXPORT int DistanceSquaredFromCenterToPoint(const gfx::Point& point,
26 const gfx::Rect& rect);
/external/chromium_org/ui/views/window/
H A Dframe_background.h12 namespace gfx { namespace
34 void set_theme_image(const gfx::ImageSkia* image) { theme_image_ = image; }
39 void set_theme_overlay_image(gfx::ImageSkia* image) {
52 void SetSideImages(const gfx::ImageSkia* left,
53 const gfx::ImageSkia* top,
54 const gfx::ImageSkia* right,
55 const gfx::ImageSkia* bottom);
59 void SetCornerImages(const gfx::ImageSkia* top_left,
60 const gfx::ImageSkia* top_right,
61 const gfx
[all...]
/external/chromium_org/ui/display/util/
H A Ddisplay_util_unittest.cc12 EXPECT_TRUE(IsDisplaySizeBlackListed(gfx::Size(10, 10)));
13 EXPECT_TRUE(IsDisplaySizeBlackListed(gfx::Size(40, 30)));
14 EXPECT_TRUE(IsDisplaySizeBlackListed(gfx::Size(50, 40)));
15 EXPECT_TRUE(IsDisplaySizeBlackListed(gfx::Size(160, 90)));
16 EXPECT_TRUE(IsDisplaySizeBlackListed(gfx::Size(160, 100)));
18 EXPECT_FALSE(IsDisplaySizeBlackListed(gfx::Size(50, 60)));
19 EXPECT_FALSE(IsDisplaySizeBlackListed(gfx::Size(100, 70)));
20 EXPECT_FALSE(IsDisplaySizeBlackListed(gfx::Size(272, 181)));
26 gfx::Size(256, 144), gfx
[all...]
/external/chromium_org/cc/base/
H A Dtiling_data_unittest.cc16 int NumTiles(const gfx::Size& max_texture_size,
17 const gfx::Rect& tiling_rect,
30 int XIndex(const gfx::Size& max_texture_size,
31 const gfx::Rect& tiling_rect,
38 int YIndex(const gfx::Size& max_texture_size,
39 const gfx::Rect& tiling_rect,
46 int MinBorderXIndex(const gfx::Size& max_texture_size,
47 const gfx::Rect& tiling_rect,
54 int MinBorderYIndex(const gfx::Size& max_texture_size,
55 const gfx
[all...]
/external/chromium_org/apps/
H A Dsize_constraints.h8 #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
[all...]

Completed in 568 milliseconds

1234567891011>>