Home
last modified time | relevance | path

Searched refs:pathTransform (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp297 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) { in restorePlatformState()
298 QMatrix matrix = m_common->state.pathTransform; in restorePlatformState()
944 m_common->state.pathTransform.translate(x, y); in translate()
966 m_common->state.pathTransform.rotate(radians); in rotate()
980 m_common->state.pathTransform.scale(s.width(), s.height()); in scale()
1051 m_common->state.pathTransform.multiply(transform); in concatCTM()
/external/webkit/WebCore/platform/graphics/
DGraphicsContextPrivate.h75 TransformationMatrix pathTransform; member