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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CompositingReasons.h 56 const uint64_t CompositingReasonPreserve3DWith3DDescendants = UINT64_C(1) << 35;
127 | CompositingReasonPreserve3DWith3DDescendants; // preserve-3d has to create backing store to ensure that 3d-transformed elements intersect.
267 { CompositingReasonPreserve3DWith3DDescendants,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.cpp 207 subtreeReasons |= CompositingReasonPreserve3DWith3DDescendants;

Completed in 46 milliseconds