Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsintrp.c724 FT_Int temp = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
764 numBlends = (FT_UInt)cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
994 subrNum = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1307 CF2_Int achar = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1308 CF2_Int bchar = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1584 divisor = (CF2_F16Dot16)cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1585 dividend = (CF2_F16Dot16)cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1645 subr_no = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1646 arg_cnt = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1891 idx = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
[all …]
Dpsstack.h90 cf2_stack_popInt( CF2_Stack stack );
Dpsstack.c140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt() function
/external/freetype/
DChangeLog.27688 cf2_stack_popInt, cf2_stack_popFixed, cf2_stack_getReal,