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/core/platform/graphics/transforms/
TransformState.cpp 134 flattenWithTransform(*finalTransform, wasClamped);
151 flattenWithTransform(*m_accumulatedTransform, wasClamped);
186 void TransformState::flattenWithTransform(const TransformationMatrix& t, bool* wasClamped)

Completed in 1234 milliseconds