Searched refs:scaleY (Results 1 – 4 of 4) sorted by relevance
70 + qreal scaleY = qreal(m_displayRect.height()) / m_screenSize.height();80 + pntr.scale(scaleX, scaleY);
84 double scaleY = screenHeight / tileSize; in screenPositions() local86 double scaledHalfLengthY = halfLength * scaleY; in screenPositions()
400 double scaleY = double(size.height) / height; in cameraForLatLngs() local402 scaleY -= (padding.top() + padding.bottom()) / height; in cameraForLatLngs()403 minScale = util::min(scaleX, scaleY); in cameraForLatLngs()
1 …scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE…