Searched refs:isIntegral (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DPageViewportController.cpp88 static inline bool isIntegral(float value) function in namespace:WebKit
97 if (!isIntegral(effectiveScale)) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.cpp1070 static inline bool isIntegral(float value) function in namespace:WebCore
1086 if (isIntegral(effectiveContentsScale())) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp85 static inline bool isIntegral(float value) function in namespace:WebCore
1485 if (m_client.needsPixelAligment() && !isIntegral(pageScaleFactor) && m_drawsContent && !m_masksToBounds)
1612 if (!isIntegral(contentsScale) && !m_client.paintsOpaquelyAtNonIntegralScales(this))

Completed in 142 milliseconds