Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dimage_projector.h78 CoordinateAxisType to_y, in CoordinateSystemConv()
82 axis_to_y = to_y; in CoordinateSystemConv()
/external/freetype/src/smooth/
Dftgrays.c703 TPos to_y ) in gray_render_line() argument
711 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */ in gray_render_line()
719 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) ); in gray_render_line()
729 dy = to_y - ras.y; in gray_render_line()
833 ras.y = to_y; in gray_render_line()
844 TPos to_y ) in gray_render_line() argument
851 ey2 = TRUNC( to_y ); in gray_render_line()
865 dy = to_y - ras.y; in gray_render_line()
963 fy2 = to_y - SUBPIXELS( ey2 ); in gray_render_line()
970 ras.y = to_y; in gray_render_line()