Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestingTransformState.cpp38 flattenWithTransform(m_accumulatedTransform); in translate()
47 flattenWithTransform(m_accumulatedTransform); in applyTransform()
54 flattenWithTransform(m_accumulatedTransform); in flatten()
57 void HitTestingTransformState::flattenWithTransform(const TransformationMatrix& t) in flattenWithTransform() function in WebCore::HitTestingTransformState
DHitTestingTransformState.h90 void flattenWithTransform(const TransformationMatrix&);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DTransformState.cpp136 flattenWithTransform(*finalTransform, wasClamped); in applyTransform()
153 flattenWithTransform(*m_accumulatedTransform, wasClamped); in flatten()
188 void TransformState::flattenWithTransform(const TransformationMatrix& t, bool* wasClamped) in flattenWithTransform() function in WebCore::TransformState
DTransformState.h106 void flattenWithTransform(const TransformationMatrix&, bool* wasClamped);