HomeSort by relevance Sort by last modified time
    Searched refs:AnalyzeInRect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/resources/
picture_pile_impl.h 69 void AnalyzeInRect(const gfx::Rect& content_rect,
73 void AnalyzeInRect(
picture_pile_impl_perftest.cc 39 pile->AnalyzeInRect(content_rect, contents_scale, &analysis);
picture_pile_impl_unittest.cc 42 pile->AnalyzeInRect(rect, 1.0, &analysis);
53 pile->AnalyzeInRect(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
56 pile->AnalyzeInRect(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
62 pile->AnalyzeInRect(gfx::Rect(350, 0, 100, 100), 1.0, &analysis);
67 pile->AnalyzeInRect(gfx::Rect(0, 350, 100, 100), 1.0, &analysis);
72 pile->AnalyzeInRect(gfx::Rect(350, 350, 100, 100), 1.0, &analysis);
100 pile->AnalyzeInRect(rect, 0.1f, &analysis);
111 pile->AnalyzeInRect(gfx::Rect(0, 0, 10, 10), 0.1f, &analysis);
114 pile->AnalyzeInRect(gfx::Rect(10, 0, 10, 10), 0.1f, &analysis);
120 pile->AnalyzeInRect(gfx::Rect(35, 0, 10, 10), 0.1f, &analysis)
    [all...]
picture_pile_impl.cc 326 void PicturePileImpl::AnalyzeInRect(const gfx::Rect& content_rect,
329 AnalyzeInRect(content_rect, contents_scale, analysis, NULL);
332 void PicturePileImpl::AnalyzeInRect(
338 TRACE_EVENT0("cc", "PicturePileImpl::AnalyzeInRect");
tile_manager.cc 103 picture_pile->AnalyzeInRect(
    [all...]
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 59 picture_pile_->AnalyzeInRect(

Completed in 877 milliseconds