Searched refs:ps_dict (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DpsOperators.py160 class ps_dict(ps_object): class in inherits:ps_object
300 self.push(ps_dict(self.dictstack[0]))
303 self.push(ps_dict(self.dictstack[1]))
306 self.push(ps_dict(self.dictstack[-1]))
525 def ps_dict(self): member in class:PSOperators
527 self.push(ps_dict({}))
H A DpsLib.py140 systemdict['FontDirectory'] = ps_dict({})
/external/fonttools/Tools/fontTools/misc/
H A DpsOperators.py160 class ps_dict(ps_object): class in inherits:ps_object
300 self.push(ps_dict(self.dictstack[0]))
303 self.push(ps_dict(self.dictstack[1]))
306 self.push(ps_dict(self.dictstack[-1]))
525 def ps_dict(self): member in class:PSOperators
527 self.push(ps_dict({}))
H A DpsLib.py140 systemdict['FontDirectory'] = ps_dict({})

Completed in 246 milliseconds