Searched refs:gfx (Results 351 - 375 of 5206) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/android_webview/browser/
H A Dgpu_memory_buffer_factory_impl.cc10 #include "ui/gfx/gpu_memory_buffer.h"
11 #include "ui/gfx/size.h"
22 class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
24 GpuMemoryBufferImpl(long buffer_id, const gfx::Size& size)
33 // Overridden from gfx::GpuMemoryBuffer:
50 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE {
51 gfx::GpuMemoryBufferHandle handle;
52 handle.type = gfx::ANDROID_NATIVE_BUFFER;
59 gfx::Size size_;
73 scoped_ptr<gfx
[all...]
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.h19 #include "ui/gfx/transform.h"
69 virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE;
78 gfx::Size surface_size,
79 const gfx::Transform& transform,
80 gfx::Rect viewport,
81 gfx::Rect clip,
82 gfx::Rect viewport_rect_for_tile_priority,
83 const gfx::Transform& transform_for_tile_priority);
93 void InvokeComposite(const gfx::Transform& transform,
94 gfx
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc19 #include "ui/gfx/display.h"
20 #include "ui/gfx/insets.h"
21 #include "ui/gfx/point.h"
22 #include "ui/gfx/point3_f.h"
23 #include "ui/gfx/point_conversions.h"
24 #include "ui/gfx/screen.h"
25 #include "ui/gfx/size_conversions.h"
33 gfx::Display display = gfx::Screen::GetScreenFor(window)->
48 WindowTreeHost* WindowTreeHost::Create(const gfx
[all...]
/external/chromium_org/cc/base/
H A Dmath_util.cc13 #include "ui/gfx/quad_f.h"
14 #include "ui/gfx/rect.h"
15 #include "ui/gfx/rect_conversions.h"
16 #include "ui/gfx/rect_f.h"
17 #include "ui/gfx/transform.h"
18 #include "ui/gfx/vector2d_f.h"
26 const gfx::Transform& transform,
27 const gfx::PointF& p) {
46 const gfx::Transform& transform,
47 const gfx
[all...]
H A Dtiling_data.h13 #include "ui/gfx/rect.h"
14 #include "ui/gfx/size.h"
16 namespace gfx { namespace
25 TilingData(const gfx::Size& max_texture_size,
26 const gfx::Size& tiling_size,
28 TilingData(const gfx::Size& max_texture_size,
29 const gfx::Size& tiling_size,
32 gfx::Size tiling_size() const { return tiling_size_; }
33 void SetTilingSize(const gfx::Size& tiling_size);
35 gfx
[all...]
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.h14 #include "ui/gfx/image/image_skia.h"
15 #include "ui/gfx/size.h"
27 static uint32_t GetImageId(const gfx::ImageSkia& image);
29 WallpaperResizer(const gfx::ImageSkia& image,
30 const gfx::Size& target_size,
35 const gfx::ImageSkia& image() const { return image_; }
57 gfx::ImageSkia image_;
62 gfx::Size target_size_;
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper.h12 namespace gfx { namespace
49 virtual gfx::Rect GetLauncherBounds() = 0;
52 virtual gfx::Rect GetAppListButtonBounds() = 0;
56 virtual gfx::Rect GetAppListBounds() = 0;
67 virtual gfx::Rect GetTrayBubbleBounds() = 0;
71 virtual gfx::Rect GetHelpButtonBounds() = 0;
/external/chromium_org/ash/host/
H A Dash_remote_window_tree_host_win.cc8 #include "ui/gfx/geometry/insets.h"
9 #include "ui/gfx/transform.h"
32 gfx::Insets AshRemoteWindowTreeHostWin::GetHostInsets() const {
33 return gfx::Insets();
40 gfx::Transform AshRemoteWindowTreeHostWin::GetRootTransform() const {
45 const gfx::Transform& transform) {
49 gfx::Transform AshRemoteWindowTreeHostWin::GetInverseRootTransform() const {
54 const gfx::Size& host_size) {
/external/chromium_org/ash/wm/
H A Ddrag_window_controller.h12 #include "ui/gfx/display.h"
13 #include "ui/gfx/rect.h"
38 void SetDestinationDisplay(const gfx::Display& dst_display);
51 void SetBounds(const gfx::Rect& bounds);
62 void CreateDragWidget(const gfx::Rect& bounds);
66 void SetBoundsInternal(const gfx::Rect& bounds);
77 gfx::Display dst_display_;
83 gfx::Rect bounds_;
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_action_test_util.h11 #include "ui/gfx/native_widget_types.h"
16 namespace gfx { namespace
20 } // namespace gfx
44 gfx::Image GetIcon(int index);
55 gfx::NativeView GetPopupNativeView();
61 gfx::Rect GetPopupBounds();
70 static gfx::Size GetMinPopupSize();
73 static gfx::Size GetMaxPopupSize();
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_test.cc37 virtual gfx::NativeView GetHostView() const OVERRIDE {
42 virtual gfx::Point GetDialogPosition(const gfx::Size& size) OVERRIDE {
43 return gfx::Point();
46 virtual gfx::Size GetMaximumDialogSize() OVERRIDE {
47 return gfx::Size();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dmedia_indicator_button.h13 namespace gfx { namespace
48 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
50 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
54 const gfx::Rect& rect) const OVERRIDE;
66 scoped_ptr<gfx::AnimationDelegate> fade_animation_delegate_;
67 scoped_ptr<gfx::Animation> fade_animation_;
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc9 #include "ui/gfx/canvas.h"
10 #include "ui/gfx/rect.h"
13 const gfx::ImageSkia& icon,
14 const gfx::Size& icon_size,
15 const gfx::Size& spacing,
20 : gfx::CanvasImageSource(icon_size, false),
31 void IconWithBadgeImageSource::Draw(gfx::Canvas* canvas) {
33 gfx::Rect bounds(size_.width() + spacing_.width(),
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_surface_texture.h18 const gfx::GpuMemoryBufferHandle& handle,
19 const gfx::Size& size,
28 // Overridden from gfx::GpuMemoryBuffer:
31 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
36 const gfx::Size& size,
39 const gfx::SurfaceTextureId& surface_texture_id,
43 gfx::SurfaceTextureId surface_texture_id_;
/external/chromium_org/extensions/browser/
H A Dextension_icon_image.cc14 #include "ui/gfx/canvas.h"
15 #include "ui/gfx/image/canvas_image_source.h"
16 #include "ui/gfx/image/image.h"
17 #include "ui/gfx/image/image_skia_operations.h"
18 #include "ui/gfx/image/image_skia_source.h"
19 #include "ui/gfx/size.h"
20 #include "ui/gfx/size_conversions.h"
53 class BlankImageSource : public gfx::CanvasImageSource {
55 explicit BlankImageSource(const gfx::Size& size_in_dip)
61 // gfx
[all...]
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport.h9 #include "ui/gfx/native_widget_types.h"
10 #include "ui/gfx/size.h"
12 namespace gfx { namespace
29 virtual void OnBoundsChanged(const gfx::Rect& rect) = 0;
31 gfx::AcceleratedWidget widget) = 0;
38 virtual void Init(const gfx::Rect& bounds) = 0;
42 virtual gfx::Size GetSize() = 0;
43 virtual void SetBounds(const gfx::Rect& bounds) = 0;
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_utils.cc8 #include "ui/gfx/geometry/rect.h"
9 #include "ui/gfx/geometry/size.h"
10 #include "ui/gfx/transform.h"
14 SharedQuadStatePtr CreateDefaultSQS(const gfx::Size& size) {
16 sqs->content_to_target_transform = Transform::From(gfx::Transform());
18 sqs->visible_content_rect = Rect::From(gfx::Rect(size));
19 sqs->clip_rect = Rect::From(gfx::Rect(size));
27 PassPtr CreateDefaultPass(int id, const gfx::Rect& rect) {
32 pass->transform_to_root_target = Transform::From(gfx::Transform());
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.cc26 gfx::Rect AXPlatformNodeBase::GetBoundsInScreen() const {
28 return gfx::Rect();
29 gfx::Rect bounds = delegate_->GetData()->location;
34 gfx::NativeViewAccessible AXPlatformNodeBase::GetParent() {
42 gfx::NativeViewAccessible AXPlatformNodeBase::ChildAtIndex(int index) {
53 gfx::NativeViewAccessible AXPlatformNodeBase::GetNativeViewAccessible() {
/external/chromium_org/ui/aura/client/
H A Dscreen_position_client.h11 namespace gfx { namespace
29 gfx::Point* point) = 0;
31 gfx::Point* point) = 0;
38 gfx::Point* point) = 0;
42 const gfx::Rect& bounds,
43 const gfx::Display& display) = 0;
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_utils.h15 namespace gfx { namespace
34 const gfx::ImageSkia& icon,
39 UI_BASE_EXPORT void SetDragImageOnDataObject(const gfx::Canvas& canvas,
40 const gfx::Vector2d& cursor_offset,
45 UI_BASE_EXPORT void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia,
46 const gfx::Vector2d& cursor_offset,
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter_unittest.cc20 gfx::Transform parent_start, parent_target;
25 gfx::Transform child_transform;
30 const gfx::Transform effective_child_transform =
33 TransformAnimationCurveAdapter parent_curve(gfx::Tween::LINEAR,
47 gfx::Transform progress_parent_transform =
49 gfx::Transform progress_child_transform =
/external/chromium_org/ui/gl/
H A Dgl_image_surface_texture.h9 #include "ui/gfx/gpu_memory_buffer.h"
13 namespace gfx { namespace
19 explicit GLImageSurfaceTexture(const gfx::Size& size);
21 bool Initialize(const gfx::GpuMemoryBufferHandle& handle);
25 virtual gfx::Size GetSize() OVERRIDE;
33 virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
44 const gfx::Size size_;
50 } // namespace gfx
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.h10 #include "ui/gfx/animation/animation_delegate.h"
11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/point.h"
13 #include "ui/gfx/rect.h"
14 #include "ui/gfx/size.h"
18 namespace gfx { namespace
39 public gfx::AnimationDelegate {
42 static gfx::Size GetToastSizeForView(const views::View* view);
58 void RevealWithAnimation(gfx::Point origin);
64 void SetBoundsWithAnimation(gfx
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window_manager.h11 #include "ui/gfx/native_widget_types.h"
26 gfx::AcceleratedWidget NextAcceleratedWidget();
30 void AddWindow(gfx::AcceleratedWidget widget, DriWindow* window);
34 void RemoveWindow(gfx::AcceleratedWidget widget);
38 DriWindow* GetWindow(gfx::AcceleratedWidget widget);
46 typedef std::map<gfx::AcceleratedWidget, DriWindow*> WidgetToWindowMap;
48 gfx::AcceleratedWidget last_allocated_widget_;
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.h10 #include "ui/gfx/animation/animation_delegate.h"
13 namespace gfx { namespace
28 class VIEWS_EXPORT ScrollAnimator : public gfx::AnimationDelegate {
43 // Implementation of gfx::AnimationDelegate.
44 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
45 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
46 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
56 scoped_ptr<gfx::SlideAnimation> animation_;

Completed in 485 milliseconds

<<11121314151617181920>>