Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcf2intrp.c1138 cf2_stack_pushFixed( opStack, FT_ABS( arg ) ); in cf2_interpT2CharString()
1153 cf2_stack_pushFixed( opStack, summand1 + summand2 ); in cf2_interpT2CharString()
1168 cf2_stack_pushFixed( opStack, minuend - subtrahend ); in cf2_interpT2CharString()
1183 cf2_stack_pushFixed( opStack, FT_DivFix( dividend, divisor ) ); in cf2_interpT2CharString()
1196 cf2_stack_pushFixed( opStack, -arg ); in cf2_interpT2CharString()
1247 cf2_stack_pushFixed( opStack, storage[idx] ); in cf2_interpT2CharString()
1266 cf2_stack_pushFixed( opStack, cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
1287 cf2_stack_pushFixed( opStack, FT_MulFix( factor1, factor2 ) ); in cf2_interpT2CharString()
1318 cf2_stack_pushFixed( opStack, arg ); in cf2_interpT2CharString()
1331 cf2_stack_pushFixed( opStack, arg ); in cf2_interpT2CharString()
[all …]
Dcf2stack.h86 cf2_stack_pushFixed( CF2_Stack stack,
Dcf2stack.c123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() function
/external/pdfium/third_party/freetype/src/cff/
Dcf2stack.h84 cf2_stack_pushFixed( CF2_Stack stack,
Dcf2stack.c111 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() function
Dcf2intrp.c1539 cf2_stack_pushFixed( opStack, v ); in cf2_interpT2CharString()