Searched refs:m_deviceScaleFactor (Results 1 – 6 of 6) sorted by relevance
68 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor()69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } in setDeviceScaleFactor()76 float m_deviceScaleFactor; variable
36 : m_deviceScaleFactor(1) in ElementStyleResources()71 RefPtr<StyleImage> image = value->cachedOrPendingImageSet(m_deviceScaleFactor); in setOrPendingFromValue()91 RefPtr<StyleImage> image = value->cachedOrPendingImage(m_deviceScaleFactor); in cursorOrPendingFromValue()
177 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor()286 float m_deviceScaleFactor; variable
135 , m_deviceScaleFactor(1) in Page()373 if (m_deviceScaleFactor == scaleFactor) in setDeviceScaleFactor()376 m_deviceScaleFactor = scaleFactor; in setDeviceScaleFactor()
197 void setDeviceScaleFactor(float factor) { m_deviceScaleFactor = factor; } in setDeviceScaleFactor()198 float deviceScaleFactor() const { return m_deviceScaleFactor; } in deviceScaleFactor()535 float m_deviceScaleFactor; variable
104 , m_deviceScaleFactor(1.0f) in GraphicsContext()812 int deviceScaleFactor = m_deviceScaleFactor > 1.5f ? 2 : 1; in drawLineForDocumentMarker()