HomeSort by relevance Sort by last modified time
    Searched defs:replica (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_masks.cc 148 scoped_refptr<Layer> replica = Layer::Create(); local
149 replica->SetTransformOrigin(gfx::Point3F(50.f, 50.f, 0.f));
150 replica->SetPosition(gfx::Point(100, 100));
151 replica->SetTransform(replica_transform);
152 green->SetReplicaLayer(replica.get());
171 // replica.
186 scoped_refptr<Layer> replica = Layer::Create(); local
187 replica->SetTransformOrigin(gfx::Point3F(50.f, 50.f, 0.f));
188 replica->SetPosition(gfx::Point(100, 100));
189 replica->SetTransform(replica_transform)
221 scoped_refptr<Layer> replica = Layer::Create(); local
263 scoped_refptr<Layer> replica = Layer::Create(); local
    [all...]
occlusion_tracker_unittest.cc 1337 typename Types::LayerType* replica = this->CreateReplicaLayer( local
    [all...]
layer_tree_host_common_unittest.cc 706 // - Replicas of a render surface are described w.r.t. the replica's
5337 scoped_refptr<ContentLayer> replica = CreateDrawableContentLayer(&delegate); local
5472 scoped_refptr<ContentLayer> replica = CreateDrawableContentLayer(&delegate); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 193 SortedMap<Integer, AtomicInteger> replica = Maps.newTreeMap(); local
198 insertIntoReplica(replica, randomInt);
209 insertIntoReplica(replica, randomInt);
214 removeMinFromReplica(replica, mmHeap.poll());
216 removeMaxFromReplica(replica, mmHeap.pollLast());
218 for (Integer v : replica.keySet()) {
797 Map<Integer, AtomicInteger> replica,
799 if (replica.containsKey(newValue)) {
800 replica.get(newValue).incrementAndGet();
802 replica.put(newValue, new AtomicInteger(1))
    [all...]
  /external/chromium_org/cc/layers/
layer_unittest.cc 831 scoped_refptr<Layer> replica = Layer::Create(); local
839 child->SetReplicaLayer(replica.get());
840 replica->SetMaskLayer(replica_mask.get());
844 EXPECT_EQ(child.get(), replica->parent());
845 EXPECT_EQ(replica.get(), replica_mask->parent());
847 replica->SetMaskLayer(replica_mask_replacement.get());
849 EXPECT_EQ(replica.get(), replica_mask_replacement->parent());
856 EXPECT_EQ(NULL, replica->parent());
859 EXPECT_EQ(replica.get(), replica->mask_layer()->parent())
971 scoped_refptr<Layer> replica = Layer::Create(); local
1031 scoped_refptr<Layer> replica = Layer::Create(); local
1097 scoped_refptr<Layer> replica = Layer::Create(); local
    [all...]

Completed in 220 milliseconds