OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_rect_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture_layer_tiling.h
117
gfx::Rect
dest_rect_
;
member in class:cc::PictureLayerTiling::CoverageIterator
picture_layer_tiling.cc
207
dest_rect_
(dest_rect),
217
if (
dest_rect_
.IsEmpty())
228
gfx::ScaleToEnclosingRect(
dest_rect_
,
284
current_geometry_rect_.Intersect(
dest_rect_
);
290
// edge is handled by the intersection above with
dest_rect_
. Here we make
295
min_left =
dest_rect_
.x();
Completed in 2643 milliseconds