HomeSort by relevance Sort by last modified time
    Searched full:sublayer (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObjectMac.mm 77 CALayer *sublayer = [CALayer layer];
79 [sublayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
82 [sublayer setBackgroundColor:color];
84 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
86 [sublayer addConstraint:[CAConstraint constraintWithAttribute:kCAConstraintMinY
89 [sublayer addConstraint:[CAConstraint constraintWithAttribute:kCAConstraintMinX
92 [sublayer addConstraint:[CAConstraint constraintWithAttribute:kCAConstraintMaxX
96 [caLayer addSublayer:sublayer];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
llc.h 52 #define LLC_SAP_LLC 0x02 /* LLC Sublayer Managment. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
llc.h 52 #define LLC_SAP_LLC 0x02 /* LLC Sublayer Managment. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
llc.h 52 #define LLC_SAP_LLC 0x02 /* LLC Sublayer Managment. */
  /external/libpcap/
savefile.c 475 * IEEE 802.16 MAC Common Part Sublayer; requested by Maria Cruz
508 * Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;
778 /* IEEE 802.16 MAC Common Part Sublayer */
793 /* IEEE 802.16 MAC Common Part Sublayer plus radiotap header */
    [all...]
CHANGES 23 Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header
44 Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
pcap-bpf.h 652 * IEEE 802.16 MAC Common Part Sublayer; requested by Maria Cruz
685 * Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]
layer_tree_host_common_unittest.cc 291 // Case 1: setting the sublayer transform should not affect this layer's draw
422 LayerImpl* sublayer = sublayer_scoped_ptr.get(); local
423 sublayer->SetContentsScale(kPageScale * kDeviceScale,
425 SetLayerPropertiesForTesting(sublayer,
468 sublayer->draw_transform());
470 sublayer->screen_space_transform());
492 sublayer->draw_transform());
621 // Case 4: parent's sublayer matrix affects child and grandchild scaling is
623 // tested. Note that preserves3d is false, but the sublayer matrix should
629 // Sublayer matrix is applied to the anchor point of the parent layer
    [all...]
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 151 // Special case: check that sublayer transform changes all layer's
layer_impl.cc 770 // Sublayer transform does not affect the current layer; it affects only its
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 371 // Flippedness of the contents of this layer. Does not affect sublayer geometry.
GraphicsLayer.cpp 793 // Avoid dumping the sublayer transform on the root layer, because it's used for geometry flipping, whose behavior
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 1090 final int sublayer = win.mSubLayer; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
tabpose_window.mm 268 // TODO(thakis): Add a sublayer for each accelerated surface in the rwhv.
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
tabpose_window.mm 321 // TODO(thakis): Add a sublayer for each accelerated surface in the rwhv.
    [all...]

Completed in 1052 milliseconds