Home
last modified time | relevance | path

Searched defs:COLR (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh1322 struct COLR struct
1324 static constexpr hb_tag_t tableTag = HB_OT_TAG_COLR;
1326 bool has_data () const { return numBaseGlyphs; } in has_data()
1328 unsigned int get_glyph_layers (hb_codepoint_t glyph, in get_glyph_layers()
1347 struct accelerator_t
1372 void closure_glyphs (hb_codepoint_t glyph, in closure_glyphs()
1384 void closure_V0palette_indices (const hb_set_t *glyphs, in closure_V0palette_indices()
1401 void closure_forV1 (hb_set_t *glyphset, in closure_forV1()
1422 const LayerList& get_layerList () const in get_layerList()
1425 const BaseGlyphList& get_baseglyphList () const in get_baseglyphList()
[all …]
/external/skia/src/ports/
DSkScalerContext_win_dw.h46 static const constexpr value_type COLR = 3 << 1; member
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py142 table: ot.COLR,
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1184 class COLR(BaseTable): class
1576 def traverse(self, colr: COLR, callback):