Searched defs:BitmapSizeTable (Results 1 – 4 of 4) sorted by relevance
44 struct BitmapSizeTable { struct45 SK_OT_ULONG indexSubTableArrayOffset; //offset to indexSubtableArray from beginning of EBLC.46 SK_OT_ULONG indexTablesSize; //number of bytes in corresponding index subtables and array47 SK_OT_ULONG numberOfIndexSubTables; //an index subtable for each range or format change48 SK_OT_ULONG colorRef; //not used; set to 0.49 SbitLineMetrics hori; //line metrics for text rendered horizontally50 SbitLineMetrics vert; //line metrics for text rendered vertically51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size53 SK_OT_BYTE ppemX; //horizontal pixels per Em[all …]
618 struct BitmapSizeTable struct623 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()633 find_table (hb_codepoint_t glyph, const void *base, const void **out_base) const in find_table()640 subset (hb_subset_context_t *c, const void *base, in subset()676 indexSubtableArrayOffset;677 HBUINT32 indexTablesSize;678 HBUINT32 numberOfIndexSubtables;679 HBUINT32 colorRef;680 SBitLineMetrics horizontal;681 SBitLineMetrics vertical;[all …]
263 class BitmapSizeTable(object): class
119 BitmapSizeTable::BitmapSizeTable(ReadableFontData* data, in BitmapSizeTable() function in sfntly::BitmapSizeTable