Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1040 FT_Int orient_prev, orient_cur; in psh_glyph_compute_inflections() local
1106 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1108 } while ( orient_cur == 0 ); in psh_glyph_compute_inflections()
1110 if ( ( orient_cur ^ orient_prev ) < 0 ) in psh_glyph_compute_inflections()
1124 orient_prev = orient_cur; in psh_glyph_compute_inflections()