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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_s_b_i_x.py 84 myBitmapSet = BitmapSet(rawdata=data[self.bitmapSetOffsets[i]:])
87 #print " BitmapSet length: %xh" % len(bitmapSetData)
91 raise ttLib.TTLibError("Pixel 'size' must be unique for each BitmapSet")
127 elif name == "bitmapSet":
128 myBitmapSet = BitmapSet()
sbixBitmapSet.py 23 class BitmapSet(object):
36 raise(ttLib.TTLibError, "BitmapSet header too short: Expected %x, got %x.") \
39 # read BitmapSet header from raw data
102 xmlWriter.begintag("bitmapSet")
113 xmlWriter.endtag("bitmapSet")

Completed in 225 milliseconds