HomeSort by relevance Sort by last modified time
    Searched defs:clip_rect (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/skia/ext/
lazy_pixel_ref.h 22 SkIRect clip_rect; member in struct:skia::LazyPixelRef::PrepareParams
bitmap_platform_device_mac_unittest.cc 41 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.fTop)
    [all...]
lazy_pixel_ref_utils.cc 61 SkRect clip_rect = SkRect::Make(draw.fRC->getBounds()); variable
64 paint_rect.intersect(canvas_rect, clip_rect);
analysis_canvas.cc 51 SkRect clip_rect = SkRect::Make(draw.fRC->getBounds()); local
64 device_rect.contains(clip_rect) &&
65 clip_rect.contains(canvas_rect) &&
  /external/chromium_org/cc/quads/
shared_quad_state.h 29 gfx::Rect clip_rect,
41 gfx::Rect clip_rect; member in class:cc::SharedQuadState
  /external/chromium_org/content/common/
webplugin_geometry.h 39 gfx::Rect clip_rect; member in struct:content::WebPluginGeometry
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop_unittest.cc 204 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.x())
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h 27 PP_Rect clip_rect; member in struct:ppapi::ViewData
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.cc 84 GdkRectangle clip_rect = move.clip_rect.ToGdkRectangle(); local
85 GdkRegion* clip_region = gdk_region_rectangle(&clip_rect);
  /external/chromium_org/cc/layers/
draw_properties.h 58 // True if the layer needs to be clipped by clip_rect.
78 gfx::Rect clip_rect; member in struct:cc::DrawProperties
render_surface.h 86 gfx::Rect clip_rect() const { return clip_rect_; } function in class:cc::RenderSurface
87 void SetClipRect(gfx::Rect clip_rect) { clip_rect_ = clip_rect; }
render_surface_impl.h 104 void SetClipRect(gfx::Rect clip_rect);
105 gfx::Rect clip_rect() const { return clip_rect_; } function in class:cc::RenderSurfaceImpl
delegated_renderer_layer_impl.cc 424 output_shared_quad_state->clip_rect = MathUtil::MapClippedRect(
426 output_shared_quad_state->clip_rect);
428 gfx::Rect clip_rect = drawable_content_rect(); local
430 clip_rect.Intersect(MathUtil::MapClippedRect(
432 output_shared_quad_state->clip_rect));
434 output_shared_quad_state->clip_rect = clip_rect;
layer.h 184 gfx::Rect clip_rect() const { return draw_properties_.clip_rect; } function in class:cc::Layer
layer_impl.h 267 gfx::Rect clip_rect() const { return draw_properties_.clip_rect; } function in class:cc::LayerImpl
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 142 SkRect clip_rect = { local
148 canvas->clipRect(clip_rect);
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.cc 184 SkIRect clip_rect = SkIRect::MakeSize(screen_size_); local
185 if (!clip_rect.intersect(clip_area))
192 if (!rect.intersect(clip_rect))
196 clip_rect,
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 50 const gfx::Rect clip_rect = rect; local
57 clip_rect,
66 gfx::Rect clip_rect) {
68 const gfx::Rect visible_content_rect = clip_rect;
75 clip_rect,
    [all...]
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 557 RECT clip_rect = {0}; local
561 &clip_rect,
577 SetObjectRects(&position_rect, &clip_rect);
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 779 gfx::Rect clip_rect = ui::win::DIPToScreenRect(clip_rect_in_dip); local
780 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
803 clip_rect_ = clip_rect;
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 581 gfx::Rect clip_rect = gfx::ToEnclosingRect( local
583 min_y = clip_rect.y();
584 max_y = clip_rect.bottom();
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 108 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 108 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 108 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 108 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
    [all...]

Completed in 1773 milliseconds

1 2