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

  /external/chromium_org/cc/layers/
draw_properties.h 29 num_descendants_that_draw_content(0),
94 int num_descendants_that_draw_content; member in struct:cc::DrawProperties
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 575 int num_descendants_that_draw_content = local
576 layer->draw_properties().num_descendants_that_draw_content;
581 num_descendants_that_draw_content > 0) {
608 num_descendants_that_draw_content > 0) {
623 num_descendants_that_draw_content > 0 &&
624 (layer->DrawsContent() || num_descendants_that_draw_content > 1);
1068 int num_descendants_that_draw_content = 0; local
    [all...]

Completed in 39 milliseconds