Home
last modified time | relevance | path

Searched refs:T2WidthExtractor (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/subset/
Dcff.py221 class _DehintingT2Decompiler(psCharStrings.T2WidthExtractor):
250 psCharStrings.T2WidthExtractor.__init__(
258 psCharStrings.T2WidthExtractor.execute(self, charString)
280 psCharStrings.T2WidthExtractor.op_callsubr(self, index)
285 psCharStrings.T2WidthExtractor.op_callgsubr(self, index)
289 psCharStrings.T2WidthExtractor.op_hstem(self, index)
292 psCharStrings.T2WidthExtractor.op_vstem(self, index)
295 psCharStrings.T2WidthExtractor.op_hstemhm(self, index)
298 psCharStrings.T2WidthExtractor.op_vstemhm(self, index)
301 rv = psCharStrings.T2WidthExtractor.op_hintmask(self, index)
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py457 class T2WidthExtractor(SimpleT2Decompiler): class
499 class T2OutlineExtractor(T2WidthExtractor):
502 T2WidthExtractor.__init__(
507 T2WidthExtractor.reset(self)