Home
last modified time | relevance | path

Searched refs:BaseGlyphRecord (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh66 struct BaseGlyphRecord struct
101 const BaseGlyphRecord &record = (this+baseGlyphsZ).bsearch (numBaseGlyphs, glyph); in get_glyph_layers()
126 LNNOffsetTo<SortedUnsizedArrayOf<BaseGlyphRecord>>
/external/freetype/src/sfnt/
Dttcolr.c53 } BaseGlyphRecord; typedef
179 BaseGlyphRecord* record ) in find_base_glyph_record()
219 BaseGlyphRecord glyph_record; in tt_face_get_colr_layer()
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_O_L_R_.py23 for baseRec in table.BaseGlyphRecordArray.BaseGlyphRecord:
DotTables.py1241 self.BaseGlyphRecord = sorted(
1242 self.BaseGlyphRecord,
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py158 baseRec = ot.BaseGlyphRecord()
172 table.BaseGlyphRecordArray.BaseGlyphRecord = baseGlyphRecords
/external/fonttools/Tests/subset/
Dsubset_test.py1137 assert len(colr.BaseGlyphRecordArray.BaseGlyphRecord) == 1
1151 baseRecV0 = colr.BaseGlyphRecordArray.BaseGlyphRecord[0]