HomeSort by relevance Sort by last modified time
    Searched refs:subrNum (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/cff/
cf2ft.h 114 CF2_Int subrNum,
125 CF2_Int subrNum,
cf2ft.c 589 CF2_Int subrNum,
599 idx = (CF2_UInt)( subrNum + decoder->globals_bias );
676 CF2_Int subrNum,
686 idx = (CF2_UInt)( subrNum + decoder->locals_bias );
cf2intrp.c 874 CF2_Int subrNum;
894 subrNum = cf2_stack_popInt( opStack );
900 subrNum + decoder->globals_bias,
904 subrNum,
915 subrNum + decoder->locals_bias,
919 subrNum,
    [all...]

Completed in 597 milliseconds