Home
last modified time | relevance | path

Searched refs:wx2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp65 explicit inline map_transformer(W const& wx1, W const& wy1, W const& wx2, W const& wy2, in map_transformer() argument
68 set_transformation(wx1, wy1, wx2, wy2, width, height); in map_transformer()
104 void set_transformation(W const& wx1, W const& wy1, W const& wx2, W const& wy2, in set_transformation() argument
118 W wdx = wx2 - wx1; in set_transformation()
131 W wtx = wx1 + wx2; in set_transformation()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxsingle.c879 int wx1, wx2, wy1, wy2; in __glXDisp_ReadPixels() local
889 &wx1, &wx2, &wy1, &wy2); in __glXDisp_ReadPixels()
893 wx2 = win_x2; in __glXDisp_ReadPixels()
896 npixels = (wx2 - wx1 + 1) * (wy2 - wy1 + 1); in __glXDisp_ReadPixels()
912 sw = (wx2 - wx1 + 1); in __glXDisp_ReadPixels()