Home
last modified time | relevance | path

Searched refs:c1y (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/spherical/
H A Dssf.hpp50 T const c1y = cos_delta1 * sin(lambda1); in spherical_side_formula() local
63 = (c1y * c2z - c1z * c2y) * cos_delta * cos(lambda) in spherical_side_formula()
65 + (c1x * c2y - c1y * c2x) * sin(delta); in spherical_side_formula()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c821 float c1x, c1y, c2x, c2y, r1, r2; in glamor_generate_radial_gradient_picture() local
1044 c1y = (float) pixman_fixed_to_double(src_picture->pSourcePict->radial.c1.y); in glamor_generate_radial_gradient_picture()
1053 glamor_set_circle_centre(width, height, c1x, c1y, cxy); in glamor_generate_radial_gradient_picture()
1062 (c2x - c1x) * (c2x - c1x) + (c2y - c1y) * (c2y - c1y) - (r2 - in glamor_generate_radial_gradient_picture()
1068 c1x, c1y, r1, c2x, c2y, r2, A_value); in glamor_generate_radial_gradient_picture()