OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetClipRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
render_surface_impl.cc
67
void RenderSurfaceImpl::
SetClipRect
(gfx::Rect clip_rect) {
render_surface.h
87
void
SetClipRect
(gfx::Rect clip_rect) { clip_rect_ = clip_rect; }
/external/chromium_org/ui/views/corewm/
image_grid.cc
157
top_left_painter_->
SetClipRect
(
167
top_right_painter_->
SetClipRect
(
179
bottom_left_painter_->
SetClipRect
(
192
bottom_right_painter_->
SetClipRect
(
226
void ImageGrid::ImagePainter::
SetClipRect
(const gfx::Rect& clip_rect,
/external/chromium_org/cc/output/
software_renderer.cc
136
SetClipRect
(scissor_rect_);
146
SetClipRect
(gfx::Rect(device->width(), device->height()));
176
SetClipRect
(scissor_rect);
179
void SoftwareRenderer::
SetClipRect
(gfx::Rect rect) {
Completed in 34 milliseconds