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

  /external/chromium_org/cc/animation/
transform_operations.h 67 bool CanBlendWith(const TransformOperations& other) const;
transform_operations.cc 98 bool TransformOperations::CanBlendWith(
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.cc 20 bool WebTransformOperationsImpl::canBlendWith(
24 return transform_operations_.CanBlendWith(other_impl.transform_operations_);

Completed in 344 milliseconds