Searched refs:gfx (Results 76 - 100 of 5206) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_linux.cc9 bool AuthenticateUser(gfx::NativeWindow window) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.h8 #include "ui/gfx/display.h"
9 #include "ui/gfx/size.h"
11 namespace gfx { namespace
45 AppListPositioner(const gfx::Display& display,
46 const gfx::Size& window_size,
52 void WorkAreaSubtract(const gfx::Rect& rect);
62 gfx::Point GetAnchorPointForScreenCorner(ScreenCorner corner) const;
66 gfx::Point GetAnchorPointForScreenCenter() const;
73 gfx::Point GetAnchorPointForShelfCorner(ScreenEdge shelf_edge) const;
79 gfx
[all...]
/external/chromium_org/chrome/browser/ui/apps/
H A Dapps_metro_handler_win.h8 #include "ui/gfx/native_widget_types.h"
14 bool VerifyASHSwitchForApps(gfx::NativeWindow parent,
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_utils_cocoa.h9 #include "ui/gfx/point.h"
10 #include "ui/gfx/rect.h"
18 NSRect ConvertRectToCocoaCoordinates(const gfx::Rect& bounds);
23 gfx::Rect ConvertRectFromCocoaCoordinates(NSRect bounds);
28 NSPoint ConvertPointToCocoaCoordinates(const gfx::Point& point);
33 gfx::Point ConvertPointFromCocoaCoordinates(NSPoint point);
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble.h8 #include "ui/gfx/native_widget_types.h"
12 namespace gfx { namespace
21 void ShowConfirmBubble(gfx::NativeWindow window,
22 gfx::NativeView anchor_view,
23 const gfx::Point& origin,
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_aura.cc13 void HideNativeWindow(gfx::NativeWindow window) {
17 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) {
22 void HideNativeWindowAura(gfx::NativeWindow window) {
26 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window) {
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_mac.cc18 virtual gfx::GpuMemoryBufferHandle CreateGpuMemoryBuffer(
19 const gfx::GpuMemoryBufferHandle& handle,
20 const gfx::Size& size,
24 case gfx::IO_SURFACE_BUFFER:
29 return gfx::GpuMemoryBufferHandle();
33 const gfx::GpuMemoryBufferHandle& handle) OVERRIDE {
35 case gfx::IO_SURFACE_BUFFER:
43 virtual scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
44 const gfx::GpuMemoryBufferHandle& handle,
45 const gfx
[all...]
H A Dgpu_memory_buffer_factory_x11.cc18 virtual gfx::GpuMemoryBufferHandle CreateGpuMemoryBuffer(
19 const gfx::GpuMemoryBufferHandle& handle,
20 const gfx::Size& size,
24 case gfx::X11_PIXMAP_BUFFER:
30 return gfx::GpuMemoryBufferHandle();
34 const gfx::GpuMemoryBufferHandle& handle) OVERRIDE {
36 case gfx::X11_PIXMAP_BUFFER:
44 virtual scoped_refptr<gfx::GLImage> CreateImageForGpuMemoryBuffer(
45 const gfx::GpuMemoryBufferHandle& handle,
46 const gfx
[all...]
/external/chromium_org/content/common/
H A Dwebplugin_geometry.h11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/rect.h"
35 gfx::PluginWindowHandle window;
36 gfx::Rect window_rect;
39 gfx::Rect clip_rect;
40 std::vector<gfx::Rect> cutout_rects;
/external/chromium_org/ui/gfx/image/
H A Dcanvas_image_source.cc5 #include "ui/gfx/image/canvas_image_source.h"
8 #include "ui/gfx/canvas.h"
10 namespace gfx { namespace
15 CanvasImageSource::CanvasImageSource(const gfx::Size& size, bool is_opaque)
20 gfx::ImageSkiaRep CanvasImageSource::GetImageForScale(float scale) {
21 gfx::Canvas canvas(size_, scale, is_opaque_);
26 } // namespace gfx
/external/chromium_org/ui/gfx/
H A Dscrollbar_size.cc5 #include "ui/gfx/scrollbar_size.h"
13 namespace gfx { namespace
23 } // namespace gfx
H A Dscrollbar_size.h8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
17 } // namespace gfx
/external/chromium_org/ui/gfx/x/
H A Dx11_connection.h8 #include "ui/gfx/gfx_export.h"
10 namespace gfx { namespace
16 } // namespace gfx
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.h12 namespace gfx { namespace
18 } // namespace gfx
H A Dgl_image_stub.cc7 namespace gfx { namespace
13 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
19 bool GLImageStub::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
27 } // namespace gfx
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_ozone.cc11 gfx::Screen* CreateDesktopScreen() {
/external/chromium_org/ui/views/widget/
H A Dmonitor_win.cc10 #include "ui/gfx/rect.h"
14 gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect) {
20 return gfx::Rect(mi.rcWork);
23 return gfx::Rect();
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_common_unittest.cc13 #include "ui/gfx/display.h"
14 #include "ui/gfx/screen.h"
22 class TestScreen : public gfx::Screen {
27 // Overridden from gfx::Screen:
33 virtual gfx::Point GetCursorScreenPoint() OVERRIDE {
35 return gfx::Point();
38 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE {
43 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
53 virtual std::vector<gfx
[all...]
/external/chromium_org/ash/system/user/
H A Drounded_image_view.h9 #include "ui/gfx/geometry/size.h"
10 #include "ui/gfx/image/image_skia.h"
27 void SetImage(const gfx::ImageSkia& img, const gfx::Size& size);
37 virtual gfx::Size GetPreferredSize() const OVERRIDE;
38 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
40 gfx::ImageSkia image_;
41 gfx::ImageSkia resized_;
42 gfx::Size image_size_;
/external/chromium_org/chrome/browser/
H A Dplatform_util.h11 #include "ui/gfx/native_widget_types.h"
38 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
41 gfx::NativeView GetParent(gfx::NativeView view);
44 bool IsWindowActive(gfx::NativeWindow window);
47 void ActivateWindow(gfx::NativeWindow window);
52 bool IsVisible(gfx::NativeView view);
H A Dplatform_util_android.cc25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
30 gfx::NativeView GetParent(gfx::NativeView view) {
35 bool IsWindowActive(gfx::NativeWindow window) {
40 void ActivateWindow(gfx::NativeWindow window) {
44 bool IsVisible(gfx::NativeView view) {
H A Dplatform_util_aura.cc16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
20 gfx::NativeView GetParent(gfx::NativeView view) {
24 bool IsWindowActive(gfx::NativeWindow window) {
33 void ActivateWindow(gfx::NativeWindow window) {
41 bool IsVisible(gfx::NativeView view) {
/external/chromium_org/chrome/utility/importer/
H A Dfavicon_reencode.cc10 #include "ui/gfx/codec/png_codec.h"
11 #include "ui/gfx/favicon_size.h"
21 gfx::Size(gfx::kFaviconSize, gfx::kFaviconSize),
26 if (decoded.width() != gfx::kFaviconSize ||
27 decoded.height() != gfx::kFaviconSize) {
31 gfx::CalculateFaviconTargetSize(&new_width, &new_height);
37 gfx::PNGCodec::EncodeBGRASkBitmap(decoded, false, png_data);
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.cc9 #include "ui/gfx/rect.h"
10 #include "ui/gfx/size.h"
11 #include "ui/gfx/transform.h"
19 const gfx::Transform& transform,
20 const gfx::Size& size) {
21 const gfx::Size content_bounds = size;
22 const gfx::Rect visible_content_rect = gfx::Rect(size);
23 const gfx::Rect clip_rect = gfx
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapp_list_drag_and_drop_host.h10 namespace gfx { namespace
13 } // namespace gfx
28 const gfx::Point& location_in_screen_coordinates,
29 const gfx::ImageSkia& icon,
31 const gfx::Vector2d& cursor_offset_from_center,
36 const gfx::Point& location_in_screen_coordinates) = 0;
46 const gfx::Point& location_in_screen_coordinates) = 0;
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;

Completed in 4842 milliseconds

1234567891011>>