Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h38 #define v_from_x_coord_x(_xscale_, _x_) ( 2 * (_x_) * (_xscale_) - 1.0) macro
525 (vertices)[0] = _t0_ = v_from_x_coord_x(xscale, x1 + fbo_x_off); \
526 (vertices)[1 * stride] = _t2_ = v_from_x_coord_x(xscale, \
541 (vertices)[0] = v_from_x_coord_x(xscale, x1); \
542 (vertices)[2] = v_from_x_coord_x(xscale, x2); \