Searched defs:m_rotation (Results 1 - 3 of 3) sorted by path

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h75 float m_rotation; member in class:WebCore::PDFDocumentImage
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp465 RotationTransform m_rotation; member in class:WebCore::TransparentLayerDC
493 m_rotation.m_cosA = a / c;
494 m_rotation.m_sinA = b / c;
498 m_rotation.m_preShiftX = -centerX;
499 m_rotation.m_preShiftY = -centerY;
500 m_rotation.m_postShiftX = centerX;
501 m_rotation.m_postShiftY = centerY;
503 m_origRect = mapRect(m_rotatedOrigRect, m_rotation);
505 m_rotation.m_preShiftX += m_rotatedOrigRect.x();
506 m_rotation
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationProviderQt.h44 bool isActive() const { return m_rotation.isActive(); }
46 bool hasAlpha() const { return m_rotation.property("hasZ").toBool(); }
58 QRotationSensor m_rotation; member in class:WebCore::DeviceOrientationProviderQt

Completed in 217 milliseconds