Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafangles.c26 af_corner_is_flat( FT_Pos x_in,
31 FT_Pos ax = x_in;
51 ax = x_out + x_in;
64 af_corner_orientation( FT_Pos x_in,
72 delta = x_in * y_out - y_in * x_out;
/external/freetype/src/pshinter/
Dpshalgo.c937 psh_corner_is_flat( FT_Pos x_in, in psh_corner_is_flat() argument
942 FT_Pos ax = x_in; in psh_corner_is_flat()
962 ax = x_out + x_in; in psh_corner_is_flat()