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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestingTransformState.cpp 38 flattenWithTransform(m_accumulatedTransform);
47 flattenWithTransform(m_accumulatedTransform);
54 flattenWithTransform(m_accumulatedTransform);
57 void HitTestingTransformState::flattenWithTransform(const TransformationMatrix& t)
HitTestingTransformState.h 90 void flattenWithTransform(const TransformationMatrix&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformState.cpp 134 flattenWithTransform(*finalTransform, wasClamped);
151 flattenWithTransform(*m_accumulatedTransform, wasClamped);
186 void TransformState::flattenWithTransform(const TransformationMatrix& t, bool* wasClamped)
TransformState.h 106 void flattenWithTransform(const TransformationMatrix&, bool* wasClamped);

Completed in 1401 milliseconds