Searched refs:layer4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc220 scoped_ptr<LayerImpl> layer4 = LayerImpl::Create(host_impl.active_tree(), 4); local
243 layer4->SetBounds(gfx::Size(40, 40));
244 layer4->SetContentBounds(gfx::Size(40, 40));
245 layer4->draw_properties().target_space_transform = FrontMatrix;
246 layer4->SetDrawsContent(true);
257 layer_list.push_back(layer4.get());
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
H A Ddebugging.c48 void layer4(int x) { layer5(x, 1); } function
50 void layer3(int a, int b, int c) { layer4(a + b + c); }

Completed in 87 milliseconds