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