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

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 219 scoped_ptr<LayerImpl> layer3 = LayerImpl::Create(host_impl.active_tree(), 3); local
238 layer3->SetBounds(gfx::Size(30, 30));
239 layer3->SetContentBounds(gfx::Size(30, 30));
240 layer3->draw_properties().target_space_transform = FrontMatrix;
241 layer3->SetDrawsContent(true);
256 layer_list.push_back(layer3.get());
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c 50 void layer3(int a, int b, int c) { layer4(a + b + c); } function
52 void layer2(int i, int j) { layer3(i, j, 7); }
example.js 59 // 0x0000000000020320 layer3

Completed in 347 milliseconds