HomeSort by relevance Sort by last modified time
    Searched defs:flattenWithTransform (Results 1 - 2 of 2) 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)
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.cpp 136 flattenWithTransform(*finalTransform, wasClamped);
153 flattenWithTransform(*m_accumulatedTransform, wasClamped);
188 void TransformState::flattenWithTransform(const TransformationMatrix& t, bool* wasClamped)

Completed in 50 milliseconds