Home
last modified time | relevance | path

Searched refs:op_callothersubr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c66 op_callothersubr, enumerator
543 op = op_callothersubr; in t1_decoder_parse_charstrings()
678 else if ( op == op_callothersubr ) /* callothersubr */ in t1_decoder_parse_charstrings()
1069 case op_callothersubr: in t1_decoder_parse_charstrings()
/external/freetype/src/psaux/
Dt1decode.c66 op_callothersubr, enumerator
543 op = op_callothersubr; in t1_decoder_parse_charstrings()
678 else if ( op == op_callothersubr ) /* callothersubr */ in t1_decoder_parse_charstrings()
1070 case op_callothersubr: in t1_decoder_parse_charstrings()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py1024 def op_callothersubr(self, index): member in T1OutlineExtractor