/external/chromium_org/cc/layers/ |
picture_layer_impl.cc | 87 // When the pending tree pushes to the active tree, the pending twin 676 if (PictureLayerImpl* twin = twin_layer_) { 678 std::min(twin->ideal_contents_scale_, twin->raster_contents_scale_); 680 // called for active twin. 729 // If these pointers are null (because no twin, no matching tiling, or the 732 // layer is allowed to skip any tiles that are not ready on its twin. 736 // As a simplification, only allow activating to skip twin tiles that the 737 // active layer is also missing when both this layer and its twin have 2 746 // If this layer and its twin have different transforms, then don't compar 1068 PictureLayerImpl* twin = twin_layer_; local [all...] |
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 89 links[i].twin->twin = &links[i]; 154 fwdlink->twin = backlink; 155 backlink->twin = fwdlink; 502 link->twin->flags = ulink.flags;
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_v4l2.h | 133 struct media_link *twin; member in struct:media_link
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 883 MutableEntry twin(&wtrans, CREATE, child.Get(ID), "Bob"); 884 ASSERT_TRUE(twin.good()); 885 ASSERT_TRUE(twin.Put(IS_DEL, true)); 889 twin_handle = twin.Get(META_HANDLE); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bitvect.c | 570 wordptr twin; local 573 twin = BitVector_Create(bits,false); 574 if ((twin != NULL) and (bits > 0)) 575 BIT_VECTOR_cpy_words(twin,addr,size_(addr)); 576 return(twin); [all...] |
/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |