OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnalyzeInRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc
43
pile->
AnalyzeInRect
(rect, 1.0, &analysis);
54
pile->
AnalyzeInRect
(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
57
pile->
AnalyzeInRect
(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
63
pile->
AnalyzeInRect
(gfx::Rect(350, 0, 100, 100), 1.0, &analysis);
68
pile->
AnalyzeInRect
(gfx::Rect(0, 350, 100, 100), 1.0, &analysis);
73
pile->
AnalyzeInRect
(gfx::Rect(350, 350, 100, 100), 1.0, &analysis);
101
pile->
AnalyzeInRect
(rect, 0.1f, &analysis);
112
pile->
AnalyzeInRect
(gfx::Rect(0, 0, 10, 10), 0.1f, &analysis);
115
pile->
AnalyzeInRect
(gfx::Rect(10, 0, 10, 10), 0.1f, &analysis);
121
pile->
AnalyzeInRect
(gfx::Rect(35, 0, 10, 10), 0.1f, &analysis)
[
all
...]
picture_pile_impl.h
82
void
AnalyzeInRect
(gfx::Rect content_rect,
picture_pile_impl.cc
283
void PicturePileImpl::
AnalyzeInRect
(gfx::Rect content_rect,
287
TRACE_EVENT0("cc", "PicturePileImpl::
AnalyzeInRect
");
raster_worker_pool.cc
80
picture_clone->
AnalyzeInRect
(content_rect_, contents_scale_, &analysis_);
Completed in 720 milliseconds