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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.cpp 55 if (m_direction == ApplyTransformDirection)
63 LayoutSize adjustedOffset = (m_direction == ApplyTransformDirection) ? offset : -offset;
125 if (m_direction == ApplyTransformDirection)
162 point.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset);
166 if (m_direction == ApplyTransformDirection)
178 quad.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset);
182 if (m_direction == ApplyTransformDirection)
190 if (m_direction == ApplyTransformDirection) {
TransformState.h 41 enum TransformDirection { ApplyTransformDirection, UnapplyInverseTransformDirection };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 114 TransformState transformState(TransformState::ApplyTransformDirection, p);
160 TransformState transformState(TransformState::ApplyTransformDirection, rect.center(), rect);
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 481 milliseconds