OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:visible_rect_in_content_space
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture_layer_tiling.cc
491
const gfx::Rect&
visible_rect_in_content_space
) const {
492
gfx::Rect skewport =
visible_rect_in_content_space
;
511
int new_x =
visible_rect_in_content_space
.x();
512
int new_y =
visible_rect_in_content_space
.y();
513
int new_right =
visible_rect_in_content_space
.right();
514
int new_bottom =
visible_rect_in_content_space
.bottom();
533
skewport.Union(
visible_rect_in_content_space
);
550
gfx::Rect
visible_rect_in_content_space
=
local
556
last_visible_rect_in_content_space_ =
visible_rect_in_content_space
;
567
visible_rect_in_content_space
);
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl.cc
554
gfx::Rect
visible_rect_in_content_space
= visible_rect_for_tile_priority_;
local
556
if (
visible_rect_in_content_space
.IsEmpty() ||
562
visible_rect_in_content_space
=
567
return
visible_rect_in_content_space
;
[
all
...]
Completed in 4400 milliseconds