Searched refs:scaleX (Results 1 – 5 of 5) sorted by relevance
250 -moz-transform: scaleX(-1);251 -o-transform: scaleX(-1);252 -webkit-transform: scaleX(-1);253 transform: scaleX(-1);
69 + qreal scaleX = qreal(m_displayRect.width()) / m_screenSize.width();80 + pntr.scale(scaleX, scaleY);
83 double scaleX = screenWidth / tileSize; in screenPositions() local85 double scaledHalfLengthX = halfLength * scaleX; in screenPositions()
399 double scaleX = double(size.width) / width; in cameraForLatLngs() local401 scaleX -= (padding.left() + padding.right()) / width; in cameraForLatLngs()403 minScale = util::min(scaleX, scaleY); in cameraForLatLngs()
1 …scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE…