Searched refs:bitmapObject (Results 1 – 1 of 1) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_D_T_.py | 256 def _writeRawImageData(strikeIndex, glyphName, bitmapObject, writer, ttFont): argument 259 writer.dumphex(bitmapObject.imageData) 263 def _readRawImageData(bitmapObject, name, attrs, content, ttFont): argument 264 bitmapObject.imageData = readHex(content) 266 def _writeRowImageData(strikeIndex, glyphName, bitmapObject, writer, ttFont): argument 267 metrics = bitmapObject.exportMetrics 268 del bitmapObject.exportMetrics 269 bitDepth = bitmapObject.exportBitDepth 270 del bitmapObject.exportBitDepth 275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics) [all …]
|