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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
resource_update.h 9 #include "ui/gfx/rect.h"
10 #include "ui/gfx/vector2d.h"
21 const gfx::Rect& content_rect,
22 const gfx::Rect& source_rect,
23 const gfx::Vector2d& dest_offset);
30 gfx::Rect content_rect;
31 gfx::Rect source_rect;
32 gfx::Vector2d dest_offset;
  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_controller.h 11 namespace gfx { namespace
33 virtual const gfx::FontList& font_list() const = 0;
34 virtual const gfx::Rect& password_bounds() const = 0;
35 virtual const gfx::Rect& divider_bounds() const = 0;
36 virtual const gfx::Rect& help_bounds() const = 0;
44 virtual const gfx::Range& HelpTextLinkRange() = 0;
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.h 14 namespace gfx { namespace
18 } // namespace gfx
28 const gfx::Display& display);
35 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
36 const gfx::Display& display,
37 const gfx::Point& cursor,
  /external/chromium_org/components/web_modal/
test_web_contents_modal_dialog_host.cc 7 #include "ui/gfx/point.h"
12 gfx::NativeView host_view)
17 gfx::Size TestWebContentsModalDialogHost::GetMaximumDialogSize() {
21 gfx::NativeView TestWebContentsModalDialogHost::GetHostView() const {
25 gfx::Point TestWebContentsModalDialogHost::GetDialogPosition(
26 const gfx::Size& size) {
27 return gfx::Point();
test_web_contents_modal_dialog_host.h 12 #include "ui/gfx/native_widget_types.h"
13 #include "ui/gfx/size.h"
19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
23 virtual gfx::Size GetMaximumDialogSize() OVERRIDE;
24 virtual gfx::NativeView GetHostView() const OVERRIDE;
25 virtual gfx::Point GetDialogPosition(const gfx::Size& size) OVERRIDE;
29 void set_max_dialog_size(const gfx::Size& max_dialog_size) {
34 gfx::NativeView host_view_;
35 gfx::Size max_dialog_size_
    [all...]
web_contents_modal_dialog_host.h 10 namespace gfx { namespace
25 virtual gfx::Size GetMaximumDialogSize() = 0;
  /external/chromium_org/content/common/gpu/
image_transport_surface_linux.cc 10 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
13 const gfx::GLSurfaceHandle& handle) {
15 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT);
16 scoped_refptr<gfx::GLSurface> surface =
17 gfx::GLSurface::CreateViewGLSurface(handle.handle);
20 return scoped_refptr<gfx::GLSurface>(new PassThroughImageTransportSurface(
image_transport_surface_win.cc 15 #include "ui/gfx/native_widget_types.h"
24 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
27 const gfx::GLSurfaceHandle& handle) {
29 DCHECK_EQ(handle.transport_type, gfx::NATIVE_DIRECT);
30 scoped_refptr<gfx::GLSurface> surface =
31 gfx::GLSurface::CreateViewGLSurface(handle.handle);
34 return scoped_refptr<gfx::GLSurface>(new PassThroughImageTransportSurface(
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 18 gfx::GLContext* context) {
27 switch (gfx::GetGLImplementation()) {
28 case gfx::kGLImplementationOSMesaGL:
29 case gfx::kGLImplementationDesktopGL:
30 case gfx::kGLImplementationEGLGLES2:
32 case gfx::kGLImplementationMockGL:
  /external/chromium_org/apps/ui/
web_contents_sizer.h 12 namespace gfx { namespace
20 const gfx::Size& size);
  /external/chromium_org/ash/frame/
frame_util.h 14 namespace gfx { namespace
22 ASH_EXPORT gfx::Image GetAvatarImageForContext(
  /external/chromium_org/cc/layers/
layer_utils.h 10 namespace gfx { namespace
12 } // namespace gfx
24 static bool GetAnimationBounds(const LayerImpl& layer, gfx::BoxF* out);
  /external/chromium_org/cc/output/
overlay_candidate.h 13 #include "ui/gfx/geometry/rect.h"
14 #include "ui/gfx/overlay_transform.h"
15 #include "ui/gfx/transform.h"
21 static gfx::OverlayTransform GetOverlayTransform(
22 const gfx::Transform& quad_transform,
24 static gfx::Rect GetOverlayRect(const gfx::Transform& quad_transform,
25 const gfx::Rect& rect);
31 gfx::OverlayTransform transform;
35 gfx::Rect display_rect
    [all...]
  /external/chromium_org/cc/quads/
shared_quad_state.h 11 #include "ui/gfx/rect.h"
12 #include "ui/gfx/transform.h"
32 void SetAll(const gfx::Transform& content_to_target_transform,
33 const gfx::Size& content_bounds,
34 const gfx::Rect& visible_content_rect,
35 const gfx::Rect& clip_rect,
43 gfx::Transform content_to_target_transform;
45 gfx::Size content_bounds;
47 gfx::Rect visible_content_rect;
49 gfx::Rect clip_rect
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.h 11 #include "ui/gfx/display.h"
12 #include "ui/gfx/insets.h"
13 #include "ui/gfx/rect.h"
25 OverscanCalibrator(const gfx::Display& target_display,
26 const gfx::Insets& initial_insets);
38 void UpdateInsets(const gfx::Insets& insets);
40 const gfx::Insets& insets() const { return insets_; }
44 virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
49 const gfx::Display display_;
52 gfx::Insets insets_
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.h 8 #include "ui/gfx/native_widget_types.h"
14 bool IsNativeViewInAsh(gfx::NativeView native_view);
15 bool IsNativeWindowInAsh(gfx::NativeWindow native_window);
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_drag_handler.h 11 namespace gfx { namespace
18 static void HandleDrag(Panel* panel, const gfx::Point& target_position);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_resources.h 8 namespace gfx { namespace
23 gfx::Path* path);
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view_model.h 8 namespace gfx { namespace
21 virtual gfx::ImageSkia GetFaviconForTabIconView() = 0;
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.h 11 #include "ui/gfx/image/canvas_image_source.h"
12 #include "ui/gfx/image/image_skia.h"
14 namespace gfx { namespace
20 : public gfx::CanvasImageSource {
23 const gfx::ImageSkia& icon,
24 const gfx::Size& icon_size,
25 const gfx::Size& spacing,
33 virtual void Draw(gfx::Canvas* canvas) OVERRIDE;
36 gfx::ImageSkia icon_;
39 gfx::Size spacing_
    [all...]
  /external/chromium_org/chrome/test/base/
interactive_test_utils_aura.h 16 void HideNativeWindowAura(gfx::NativeWindow window);
17 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window);
  /external/chromium_org/mojo/aura/
screen_mojo.cc 7 #include "ui/gfx/native_widget_types.h"
8 #include "ui/gfx/rect_conversions.h"
14 return new ScreenMojo(gfx::Rect(0, 0, 800, 600));
25 gfx::Point ScreenMojo::GetCursorScreenPoint() {
27 return gfx::Point();
30 gfx::NativeWindow ScreenMojo::GetWindowUnderCursor() {
34 gfx::NativeWindow ScreenMojo::GetWindowAtScreenPoint(const gfx::Point& point) {
43 std::vector<gfx::Display> ScreenMojo::GetAllDisplays() const {
44 return std::vector<gfx::Display>(1, display_)
    [all...]
screen_mojo.h 9 #include "ui/gfx/display.h"
10 #include "ui/gfx/screen.h"
12 namespace gfx { namespace
19 // A minimal implementation of gfx::Screen for mojo.
20 class ScreenMojo : public gfx::Screen {
26 // gfx::Screen overrides:
28 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
29 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE;
30 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point
    [all...]
  /external/chromium_org/ui/aura/test/
aura_test_utils.h 10 namespace gfx { namespace
19 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host);
  /external/chromium_org/ui/compositor/
debug_utils.h 10 namespace gfx { namespace
20 gfx::Point mouse_location);

Completed in 841 milliseconds

1 2 34 5 6 7 8 91011>>