Searched defs:AddDrawableDescendants (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer.cc251 AddDrawableDescendants(child->NumDescendantsThatDrawContent() +
288 AddDrawableDescendants(-child->NumDescendantsThatDrawContent() -
1033 AddDrawableDescendants(draws_content ? 1000 : -1000);
1037 parent()->AddDrawableDescendants(draws_content ? 1 : -1);
1223 void Layer::AddDrawableDescendants(int num) { function in class:cc::Layer
1231 parent()->AddDrawableDescendants(num);

Completed in 55 milliseconds