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

  /external/chromium_org/cc/animation/
transform_operations.h 73 void AppendPerspective(SkMScalar depth);
transform_operations_unittest.cc 40 to_add->AppendPerspective(800);
200 operations.AppendPerspective(depth);
569 operations.AppendPerspective(1000);
660 operations.AppendPerspective(1000);
674 operations1.AppendPerspective(1000);
677 operations2.AppendPerspective(500);
    [all...]
transform_operations.cc 154 void TransformOperations::AppendPerspective(SkMScalar depth) {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.cc 46 void WebTransformOperationsImpl::appendPerspective(double depth) {
47 transform_operations_.AppendPerspective(depth);

Completed in 26 milliseconds