Searched defs:SetClipRect (Results 1 - 9 of 9) sorted by last modified time

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp933 void CPWL_Wnd::SetClipRect(const CPDF_Rect & rect) function in class:CPWL_Wnd
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc192 top_left_painter_->SetClipRect(
202 top_right_painter_->SetClipRect(
214 bottom_left_painter_->SetClipRect(
227 bottom_right_painter_->SetClipRect(
261 void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect, function in class:wm::ImageGrid::ImagePainter
/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h165 int32_t (*SetClipRect)(PP_Resource layer, const struct PP_Rect* rect); member in struct:PPB_CompositorLayer_0_1
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc86 int32_t CompositorLayer::SetClipRect(const Rect& rect) { function in class:pp::CompositorLayer
88 return get_interface<PPB_CompositorLayer_0_1>()->SetClipRect(
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc230 int32_t CompositorLayerResource::SetClipRect(const PP_Rect* rect) { function in class:ppapi::proxy::CompositorLayerResource
/external/chromium_org/ppapi/thunk/
H A Dppb_compositor_layer_thunk.cc67 int32_t SetClipRect(PP_Resource layer, const struct PP_Rect* rect) { function in namespace:ppapi::thunk::__anon9622
68 VLOG(4) << "PPB_CompositorLayer::SetClipRect()";
72 return enter.object()->SetClipRect(rect);
120 &SetClipRect,
/external/chromium_org/cc/layers/
H A Drender_surface.h91 void SetClipRect(const gfx::Rect& clip_rect) { clip_rect_ = clip_rect; } function in class:cc::RenderSurface
H A Drender_surface_impl.cc61 void RenderSurfaceImpl::SetClipRect(const gfx::Rect& clip_rect) { function in class:cc::RenderSurfaceImpl
/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc177 SetClipRect(scissor_rect_);
187 SetClipRect(gfx::Rect(size.width(), size.height()));
217 SetClipRect(scissor_rect);
220 void SoftwareRenderer::SetClipRect(const gfx::Rect& rect) { function in class:cc::SoftwareRenderer

Completed in 247 milliseconds