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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 83 TransformationMatrix pathTransform;
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 298 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) {
299 QTransform matrix = m_common->state.pathTransform;
972 m_common->state.pathTransform.translate(x, y);
994 m_common->state.pathTransform.rotate(radians);
1008 m_common->state.pathTransform.scaleNonUniform(s.width(), s.height());
1100 m_common->state.pathTransform.multiply(transform.toTransformationMatrix());
    [all...]

Completed in 41 milliseconds