Home
last modified time | relevance | path

Searched refs:toSkMatrix44 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationTranslationUtil.cpp87 webTransformOperations->appendMatrix(TransformationMatrix::toSkMatrix44(m)); in toWebTransformOperations()
93 webTransformOperations->appendMatrix(TransformationMatrix::toSkMatrix44(m)); in toWebTransformOperations()
104 webTransformOperations->appendMatrix(TransformationMatrix::toSkMatrix44(m)); in toWebTransformOperations()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h325 static SkMatrix44 toSkMatrix44(const TransformationMatrix&);
DTransformationMatrix.cpp1567 SkMatrix44 TransformationMatrix::toSkMatrix44(const TransformationMatrix& matrix) in toSkMatrix44() function in blink::TransformationMatrix
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp742 platformLayer()->setTransform(TransformationMatrix::toSkMatrix44(m_transform)); in setTransform()