HomeSort by relevance Sort by last modified time
    Searched full:subrindex (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 558 subrIndex = self.pop()
559 subr = self.localSubrs[subrIndex+self.localBias]
563 subrIndex = self.pop()
564 subr = self.globalSubrs[subrIndex+self.globalBias]
1021 subrIndex = self.pop()
1022 subr = self.subrs[subrIndex]
1025 subrIndex = self.pop()
1027 #print nArgs, subrIndex, "callothersubr"
1028 if subrIndex == 0 and nArgs == 3:
1031 elif subrIndex == 1 and nArgs == 0
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 749 CF2_UInt subrIndex;
769 subrIndex = (CF2_UInt)cf2_stack_popInt( opStack );
775 subrIndex + (CF2_UInt)decoder->globals_bias,
779 subrIndex,
790 subrIndex + (CF2_UInt)decoder->locals_bias,
794 subrIndex,
    [all...]

Completed in 794 milliseconds