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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/gfx/image/
image_skia_source.h 10 #include "ui/gfx/gfx_export.h"
12 namespace gfx { namespace
24 virtual gfx::ImageSkiaRep GetImageForScale(float scale) = 0;
27 } // namespace gfx
  /external/chromium_org/ui/gfx/
linux_font_delegate.cc 5 #include "ui/gfx/linux_font_delegate.h"
9 gfx::LinuxFontDelegate* g_linux_font_delegate = 0;
13 namespace gfx { namespace
23 } // namespace gfx
  /external/chromium_org/ui/keyboard/
keyboard_controller_observer.h 10 namespace gfx { namespace
21 virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
  /external/chromium_org/ui/snapshot/test/
snapshot_desktop.h 10 namespace gfx { namespace
20 const gfx::Rect& snapshot_bounds,
  /external/chromium_org/ui/v2/public/
painter.h 10 namespace gfx { namespace
20 virtual void Paint(gfx::Canvas* canvas) = 0;
  /external/chromium_org/ui/views/controls/
styled_label_listener.h 10 namespace gfx { namespace
19 virtual void StyledLabelLinkClicked(const gfx::Range& range,
  /external/chromium_org/ui/views/window/
window_resources.h 8 namespace gfx { namespace
28 virtual gfx::ImageSkia* GetPartImage(FramePartImage part) const = 0;
  /external/chromium_org/ash/frame/
frame_util.cc 12 #include "ui/gfx/image/image_skia.h"
13 #include "ui/gfx/image/image_skia_operations.h"
17 gfx::Image GetAvatarImageForContext(content::BrowserContext* context) {
18 static const gfx::ImageSkia* holder =
21 static const gfx::ImageSkia* holder_mask =
24 gfx::ImageSkia user_image = Shell::GetInstance()
28 gfx::ImageSkia resized = gfx::ImageSkiaOperations::CreateResizedImage(
30 gfx::ImageSkia masked =
31 gfx::ImageSkiaOperations::CreateMaskedImage(resized, *holder_mask)
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_theme_painter.h 12 namespace gfx { namespace
23 const gfx::Rect& rect) = 0;
25 const gfx::Rect& rect) = 0;
27 const gfx::Rect& rect) = 0;
29 const gfx::Rect& rect) = 0;
31 const gfx::Rect& rect) = 0;
33 const gfx::Rect& rect) = 0;
35 const gfx::Rect& rect) = 0;
37 const gfx::Rect& rect) = 0;
38 virtual void PaintTickmarks(SkCanvas* canvas, const gfx::Rect& rect) = 0
    [all...]
  /external/chromium_org/cc/output/
overlay_candidate.cc 7 #include "ui/gfx/rect_conversions.h"
12 : transform(gfx::OVERLAY_TRANSFORM_NONE),
22 gfx::OverlayTransform OverlayCandidate::GetOverlayTransform(
23 const gfx::Transform& quad_transform,
26 return gfx::OVERLAY_TRANSFORM_INVALID;
28 return flipped ? gfx::OVERLAY_TRANSFORM_FLIP_VERTICAL
29 : gfx::OVERLAY_TRANSFORM_NONE;
33 gfx::Rect OverlayCandidate::GetOverlayRect(const gfx::Transform& quad_transform,
34 const gfx::Rect& rect)
    [all...]
direct_renderer.h 35 const gfx::Rect& device_viewport_rect,
36 const gfx::Rect& device_clip_rect,
47 gfx::Rect root_damage_rect;
48 gfx::Rect device_viewport_rect;
49 gfx::Rect device_clip_rect;
51 gfx::Transform projection_matrix;
52 gfx::Transform window_matrix;
59 void SetEnlargePassTextureAmountForTesting(const gfx::Vector2d& amount);
67 static gfx::RectF QuadVertexRect();
68 static void QuadRectTransform(gfx::Transform* quad_rect_transform
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_based_thumbnailing_algorithm.h 18 explicit ContentBasedThumbnailingAlgorithm(const gfx::Size& target_size);
20 virtual ClipResult GetCanvasCopyInfo(const gfx::Size& source_size,
22 gfx::Rect* clipping_rect,
23 gfx::Size* target_size) const OVERRIDE;
33 const gfx::Size& thumbnail_size,
41 const gfx::Size& thumbnail_size,
49 static gfx::Rect GetClippingRect(const gfx::Size& source_size,
50 const gfx::Size& thumbnail_size,
51 gfx::Size* target_size
    [all...]
  /external/chromium_org/ui/aura/
window_delegate.h 13 #include "ui/gfx/native_widget_types.h"
15 namespace gfx { namespace
38 virtual gfx::Size GetMinimumSize() const = 0;
41 virtual gfx::Size GetMaximumSize() const = 0;
44 virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
45 const gfx::Rect& new_bounds) = 0;
49 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
53 virtual int GetNonClientComponent(const gfx::Point& point) const = 0;
59 const gfx::Point& location) = 0
    [all...]
window_tree_host.h 15 #include "ui/gfx/native_widget_types.h"
17 namespace gfx { namespace
47 static WindowTreeHost* Create(const gfx::Rect& bounds);
51 static WindowTreeHost* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
74 virtual gfx::Transform GetRootTransform() const;
75 virtual void SetRootTransform(const gfx::Transform& transform);
76 virtual gfx::Transform GetInverseRootTransform() const;
80 virtual void UpdateRootWindowSize(const gfx::Size& host_size);
83 // (gfx::Screen only reports on the virtual desktop exposed by Aura.)
84 static gfx::Size GetNativeScreenSize()
    [all...]
  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.h 11 #include "ui/gfx/animation/tween.h"
12 #include "ui/gfx/transform.h"
13 #include "ui/gfx/transform_util.h"
20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
21 gfx::Transform intial_value,
22 gfx::Transform target_value,
30 virtual gfx::Transform GetValue(double t) const OVERRIDE;
31 virtual bool AnimatedBoundsForBox(const gfx::BoxF& box,
32 gfx::BoxF* bounds) const OVERRIDE;
38 gfx::Tween::Type tween_type_
    [all...]
  /external/chromium_org/ash/wm/
window_util_unittest.cc 16 std::string GetAdjustedBounds(const gfx::Rect& visible,
17 gfx::Rect to_be_adjusted) {
32 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 100, 100)));
42 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
50 const gfx::Rect visible_bounds(0, 0, 100, 100);
53 GetAdjustedBounds(visible_bounds, gfx::Rect(0, 0, 90, 90)));
55 GetAdjustedBounds(visible_bounds, gfx::Rect(0, 0, 150, 150)));
57 GetAdjustedBounds(visible_bounds, gfx::Rect(-50, -50, 150, 150)));
59 GetAdjustedBounds(visible_bounds, gfx::Rect(-100, 10, 150, 150)));
61 GetAdjustedBounds(visible_bounds, gfx::Rect(100, 100, 150, 150)))
    [all...]
window_positioner.h 11 #include "ui/gfx/rect.h"
18 namespace gfx { namespace
53 const gfx::Screen* screen,
57 gfx::Rect* bounds_in_out,
61 static gfx::Rect GetDefaultWindowBounds(const gfx::Display& display);
86 gfx::Rect GetPopupPosition(const gfx::Rect& old_pos);
97 gfx::Rect SmartPopupPosition(const gfx::Rect& old_pos
    [all...]
  /external/chromium_org/cc/input/
page_scale_animation.h 11 #include "ui/gfx/size.h"
12 #include "ui/gfx/vector2d_f.h"
30 const gfx::Vector2dF& start_scroll_offset,
32 const gfx::SizeF& viewport_size,
33 const gfx::SizeF& root_layer_size,
42 void ZoomTo(const gfx::Vector2dF& target_scroll_offset,
50 void ZoomWithAnchor(const gfx::Vector2dF& anchor,
61 gfx::Vector2dF ScrollOffsetAtTime(base::TimeTicks time) const;
70 gfx::Vector2dF target_scroll_offset() const { return target_scroll_offset_; }
74 PageScaleAnimation(const gfx::Vector2dF& start_scroll_offset
    [all...]
layer_scroll_offset_delegate.h 9 #include "ui/gfx/size_f.h"
10 #include "ui/gfx/vector2d_f.h"
27 virtual gfx::Vector2dF GetTotalScrollOffset() = 0;
37 virtual void UpdateRootLayerState(const gfx::Vector2dF& total_scroll_offset,
38 const gfx::Vector2dF& max_scroll_offset,
39 const gfx::SizeF& scrollable_size,
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/point.h"
13 #include "ui/gfx/rect.h"
53 static bool IsCloseToPoint(const gfx::Point& screen_loc,
59 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc,
76 const gfx::Point& screen_point,
77 const std::set<gfx::NativeView>& ignore);
83 static gfx::NativeWindow GetLocalProcessWindowAtPoint(
85 const gfx::Point& screen_point,
86 const std::set<gfx::NativeView>& ignore)
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_android.cc 13 #include "ui/gfx/display.h"
14 #include "ui/gfx/geometry/point_conversions.h"
15 #include "ui/gfx/geometry/rect_conversions.h"
16 #include "ui/gfx/screen.h"
21 bool GrabViewSnapshot(gfx::NativeView view,
23 const gfx::Rect& snapshot_bounds) {
28 bool GrabWindowSnapshot(gfx::NativeWindow window,
30 const gfx::Rect& snapshot_bounds) {
36 gfx::NativeWindow window,
37 const gfx::Rect& source_rect
    [all...]
  /external/chromium_org/cc/base/
math_util.h 14 #include "ui/gfx/box_f.h"
15 #include "ui/gfx/point3_f.h"
16 #include "ui/gfx/point_f.h"
17 #include "ui/gfx/size.h"
18 #include "ui/gfx/transform.h"
22 namespace gfx { namespace
43 gfx::PointF CartesianPoint2d() const {
45 return gfx::PointF(x(), y());
51 return gfx::PointF(x() * inv_w, y() * inv_w);
54 gfx::Point3F CartesianPoint3d() const
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 11 #include "ui/gfx/screen.h"
14 namespace gfx { namespace
26 class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
35 void ProcessDisplayChange(const std::vector<gfx::Display>& displays);
37 // Overridden from gfx::Screen:
39 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
40 virtual gfx::NativeWindow GetWindowUnderCursor() OVERRIDE;
41 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
44 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE
    [all...]
  /external/chromium_org/android_webview/browser/
parent_compositor_draw_constraints.h 8 #include "ui/gfx/geometry/rect.h"
9 #include "ui/gfx/transform.h"
15 gfx::Transform transform;
16 gfx::Rect surface_rect;
20 const gfx::Transform& transform,
21 const gfx::Rect& surface_rect);
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_android.cc 9 bool AuthenticateUser(gfx::NativeWindow window) {

Completed in 740 milliseconds

1 2 3 45 6 7 8 91011>>