Home
last modified time | relevance | path

Searched defs:BitmapSizeTable (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_EBLC.h44 struct BitmapSizeTable { struct
45 SK_OT_ULONG indexSubTableArrayOffset; //offset to indexSubtableArray from beginning of EBLC.
46 SK_OT_ULONG indexTablesSize; //number of bytes in corresponding index subtables and array
47 SK_OT_ULONG numberOfIndexSubTables; //an index subtable for each range or format change
48 SK_OT_ULONG colorRef; //not used; set to 0.
49 SbitLineMetrics hori; //line metrics for text rendered horizontally
50 SbitLineMetrics vert; //line metrics for text rendered vertically
51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
53 SK_OT_BYTE ppemX; //horizontal pixels per Em
[all …]
/external/harfbuzz_ng/src/OT/Color/CBDT/
DCBDT.hh629 struct BitmapSizeTable struct
634 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
644 find_table (hb_codepoint_t glyph, const void *base, const void **out_base) const in find_table()
651 subset (hb_subset_context_t *c, const void *base, in subset()
687 indexSubtableArrayOffset;
688 HBUINT32 indexTablesSize;
689 HBUINT32 numberOfIndexSubtables;
690 HBUINT32 colorRef;
691 SBitLineMetrics horizontal;
692 SBitLineMetrics vertical;
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py296 class BitmapSizeTable(object): class