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

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 215 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1); local
226 layer1->SetBounds(gfx::Size(10, 10));
227 layer1->SetContentBounds(gfx::Size(10, 10));
228 layer1->draw_properties().target_space_transform = BehindMatrix;
229 layer1->SetDrawsContent(true);
252 layer_list.push_back(layer1.get());
280 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1); local
298 layer1->SetBounds(gfx::Size(10, 10));
299 layer1->SetContentBounds(gfx::Size(10, 10));
300 layer1->draw_properties().target_space_transform = BehindMatrix
    [all...]
layer_tree_host_impl_unittest.cc 1458 DidDrawCheckLayer* layer1 = local
2718 BlendStateCheckLayer* layer1 = local
    [all...]
occlusion_tracker_unittest.cc 626 typename Types::ContentLayerType* layer1 = this->CreateDrawingLayer( local
629 layer1, layer_transform, gfx::PointF(), gfx::Size(50, 50), true);
637 this->EnterLayer(layer1, &occlusion, false);
954 typename Types::ContentLayerType* layer1 = this->CreateDrawingLayer( local
1258 typename Types::ContentLayerType* layer1 = local
1386 typename Types::ContentLayerType* layer1 = local
1513 typename Types::ContentLayerType* layer1 = local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManagerTest.cpp 112 FakeCanvas2DLayerBridge layer1(context, canvas1.get());
114 layer1.storageAllocatedForRecordingChanged(1);
117 layer1.storageAllocatedForRecordingChanged(2);
120 layer1.storageAllocatedForRecordingChanged(1);
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c 54 void layer1(int s, int t) { function
63 layer1(2, 9);
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 136 bool UpdateAndPush(const scoped_refptr<FakeTiledLayer>& layer1,
140 return UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2);
143 bool UpdateAndPush(const scoped_refptr<FakeTiledLayer>& layer1,
149 if (layer1.get())
150 layer1->SetTexturePriorities(priority_calculator_);
156 if (layer1.get())
157 layer1->SavePaintProperties();
162 if (layer1.get())
163 layer1->Update(queue_.get(), occlusion_);
168 if (layer1.get()
437 scoped_refptr<FakeTiledLayer> layer1 = local
548 scoped_refptr<FakeTiledLayer> layer1 = local
579 scoped_refptr<FakeTiledLayer> layer1 = local
    [all...]
picture_layer_impl.cc 780 PictureLayerTiling* layer1,
784 float ratio1 = PositiveRatio(layer1->contents_scale(), contents_scale);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds_unittest.cc 77 void ExpectEqualLayerRectsInTarget(cc::Layer* layer1, cc::Layer* layer2) {
78 gfx::RectF layer1_rect_in_target(layer1->content_bounds());
79 layer1->draw_transform().TransformRect(&layer1_rect_in_target);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 48 public static final int LAYER1 = 1;
275 * @param layer1 Layer to insert
276 * @param layer2 Never merge to the previous segment from {@code layer1} to {@code layer2}.
279 public void insertStrSegment(int layer1, int layer2, StrSegment str) {
280 mStringLayer[layer1].add(mCursor[layer1], str);
281 mCursor[layer1]++;
283 for (int i = layer1 + 1; i <= layer2; i++) {

Completed in 521 milliseconds