Home
last modified time | relevance | path

Searched refs:xScale (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c106 double xScale; member
122 return (int) ((x * priv->xScale) + .5); in scalex()
134 return (int) ((x / priv->xScale) + .5); in unscalex()
536 priv->xScale = (double) priv->consWidth / width; in dmxConsoleCollectEvents()
679 double *xScale, double *yScale, in dmxConsoleComputeWidthHeight() argument
687 *xScale = 1.0; in dmxConsoleComputeWidthHeight()
718 *xScale = *yScale = (double) *consWidth / *width; in dmxConsoleComputeWidthHeight()
720 *xScale = *yScale = (double) *consHeight / *height; in dmxConsoleComputeWidthHeight()
744 &priv->xScale, &priv->yScale, in dmxConsoleReInit()
787 &priv->xScale, &priv->yScale, in dmxConsoleInit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.hpp95 const double xScale; member in mbgl::GridIndex
H A Dgrid_index.cpp17 xScale(xCellCount / width_), in GridIndex()
248 return util::max(0.0, util::min(xCellCount - 1.0, std::floor(x * xScale))); in convertToXCellCoord()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapSliders.qml85 xScale: rightEdge() ? 1 : -1