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

/external/freetype/src/pshinter/
H A Dpshalgo.c1030 FT_Int orient_prev, orient_cur; local
1096 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1098 } while ( orient_cur == 0 );
1100 if ( ( orient_cur ^ orient_prev ) < 0 )
1114 orient_prev = orient_cur;
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c1039 FT_Int orient_prev, orient_cur; local
1105 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1107 } while ( orient_cur == 0 );
1109 if ( ( orient_cur ^ orient_prev ) < 0 )
1123 orient_prev = orient_cur;

Completed in 100 milliseconds