Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh2076 struct COLR struct
2078 static constexpr hb_tag_t tableTag = HB_OT_TAG_COLR;
2080 bool has_v0_data () const { return numBaseGlyphs; } in has_v0_data()
2081 bool has_v1_data () const in has_v1_data()
2090 unsigned int get_glyph_layers (hb_codepoint_t glyph, in get_glyph_layers()
2109 struct accelerator_t
2148 void closure_glyphs (hb_codepoint_t glyph, in closure_glyphs()
2160 void closure_V0palette_indices (const hb_set_t *glyphs, in closure_V0palette_indices()
2177 void closure_forV1 (hb_set_t *glyphset, in closure_forV1()
2218 const LayerList& get_layerList () const in get_layerList()
[all …]
/external/skia/src/ports/
DSkScalerContext_win_dw.h51 static const constexpr value_type COLR = 5; member
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py143 table: ot.COLR,
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1230 class COLR(BaseTable): class
1625 def iterPaintSubTables(self, colr: COLR) -> Iterator[BaseTable.SubTableEntry]:
1656 def traverse(self, colr: COLR, callback):
1711 self, colr: COLR, glyphSet: "_TTGlyphSet", quantization: int = 1