Searched refs:clip_rect (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac_unittest.cc41 SkRect clip_rect = gfx::CGRectToSkRect(CGContextGetClipBoundingBox(context)); local
42 transform.mapRect(&clip_rect);
43 EXPECT_EQ(0, clip_rect.fLeft);
44 EXPECT_EQ(0, clip_rect.fTop);
45 EXPECT_EQ(kWidth, clip_rect.width());
46 EXPECT_EQ(kHeight, clip_rect.height());
61 SkRect clip_rect = gfx::CGRectToSkRect(CGContextGetClipBoundingBox(context)); local
62 transform.mapRect(&clip_rect);
63 EXPECT_EQ(0, clip_rect.fLeft);
64 EXPECT_EQ(0, clip_rect
[all...]
H A Dlazy_pixel_ref.h22 SkIRect clip_rect; member in struct:skia::LazyPixelRef::PrepareParams
/external/chromium_org/content/common/
H A Dwebplugin_geometry.cc21 clip_rect == rhs.clip_rect &&
H A Dwebplugin_geometry.h39 gfx::Rect clip_rect; member in struct:content::WebPluginGeometry
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc35 clip_rect.point.x == other.clip_rect.point.x &&
36 clip_rect.point.y == other.clip_rect.point.y &&
37 clip_rect.size.width == other.clip_rect.size.width &&
38 clip_rect.size.height == other.clip_rect.size.height &&
73 return PP_FromBool(data_.is_page_visible && IsRectNonempty(data_.clip_rect));
83 *clip = data_.clip_rect;
[all...]
H A Dppb_view_shared.h27 PP_Rect clip_rect; member in struct:ppapi::ViewData
/external/chromium_org/cc/quads/
H A Dshared_quad_state.h29 gfx::Rect clip_rect,
41 gfx::Rect clip_rect; member in class:cc::SharedQuadState
H A Dshared_quad_state.cc33 gfx::Rect clip_rect,
39 this->clip_rect = clip_rect;
53 value->Set("clip_rect", MathUtil::AsValue(clip_rect).release());
29 SetAll( const gfx::Transform& content_to_target_transform, gfx::Size content_bounds, gfx::Rect visible_content_rect, gfx::Rect clip_rect, bool is_clipped, float opacity) argument
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_android.cc54 const gfx::Rect& clip_rect) {
63 const gfx::Rect& clip_rect) {
52 WindowedReposition( const gfx::Rect& window_rect, const gfx::Rect& clip_rect) argument
61 WindowlessUpdateGeometry( const gfx::Rect& window_rect, const gfx::Rect& clip_rect) argument
H A Dwebplugin_delegate_impl_aura.cc41 const gfx::Rect& clip_rect) {
50 const gfx::Rect& clip_rect) {
39 WindowedReposition( const gfx::Rect& window_rect, const gfx::Rect& clip_rect) argument
48 WindowlessUpdateGeometry( const gfx::Rect& window_rect, const gfx::Rect& clip_rect) argument
/external/chromium_org/chrome/browser/thumbnails/
H A Dsimple_thumbnail_crop_unittest.cc204 gfx::Rect clip_rect = SimpleThumbnailCrop::GetClippingRect( local
207 EXPECT_EQ(gfx::Point(0, 0).ToString(), clip_rect.origin().ToString());
208 EXPECT_EQ(desired_size.ToString(), clip_rect.size().ToString());
211 clip_rect = SimpleThumbnailCrop::GetClippingRect(
214 EXPECT_EQ(gfx::Point(0, 0).ToString(), clip_rect.origin().ToString());
215 EXPECT_EQ(500, clip_rect.width());
216 EXPECT_GE(1200, clip_rect.height());
218 clip_rect = SimpleThumbnailCrop::GetClippingRect(
222 EXPECT_EQ(0, clip_rect.y());
223 EXPECT_LT(0, clip_rect
[all...]
/external/chromium_org/cc/layers/
H A Drender_surface.h86 gfx::Rect clip_rect() const { return clip_rect_; } function in class:cc::RenderSurface
87 void SetClipRect(gfx::Rect clip_rect) { clip_rect_ = clip_rect; } argument
H A Ddraw_properties.h58 // True if the layer needs to be clipped by clip_rect.
78 gfx::Rect clip_rect; member in struct:cc::DrawProperties
/external/chromium_org/content/browser/renderer_host/
H A Dtest_backing_store.cc34 const gfx::Rect& clip_rect,
33 ScrollBackingStore(const gfx::Vector2d& delta, const gfx::Rect& clip_rect, const gfx::Size& view_size) argument
H A Dbacking_store_gtk.cc626 const gfx::Rect& clip_rect,
636 if (abs(delta.y()) < clip_rect.height()) {
638 clip_rect.x() /* source x */,
639 std::max(clip_rect.y(), clip_rect.y() - delta.y()),
640 clip_rect.width(),
641 clip_rect.height() - abs(delta.y()),
642 clip_rect.x() /* dest x */,
643 std::max(clip_rect.y(), clip_rect
625 ScrollBackingStore(const gfx::Vector2d& delta, const gfx::Rect& clip_rect, const gfx::Size& view_size) argument
[all...]
H A Dgtk_plugin_container_manager.cc84 GdkRectangle clip_rect = move.clip_rect.ToGdkRectangle(); local
85 GdkRegion* clip_region = gdk_region_rectangle(&clip_rect);
H A Dbacking_store_win.h39 const gfx::Rect& clip_rect,
H A Dtest_backing_store.h31 const gfx::Rect& clip_rect,
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc74 void Graphics2DResource::Scroll(const PP_Rect* clip_rect, argument
79 !!clip_rect, clip_rect ? *clip_rect : dummy, *amount));
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h154 const struct PP_Rect* clip_rect,
296 const struct PP_Rect* clip_rect,
/external/chromium_org/cc/output/
H A Dsoftware_output_device.h38 gfx::Rect clip_rect);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_backing_store.h44 const gfx::Rect& clip_rect,
/external/chromium_org/content/renderer/
H A Dpaint_aggregator.h56 void ScrollRect(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_api.h31 virtual void Scroll(const PP_Rect* clip_rect,
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h115 /// @param[in] clip_rect The rect to scroll.
117 void ScrollRect(const Rect& clip_rect, const Point& amount);

Completed in 3398 milliseconds

12345