Searched refs:CPAL (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-color.cc | 74 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes() 90 return face->table.CPAL->get_palette_count (); in hb_ot_color_palette_get_count() 113 return face->table.CPAL->get_palette_name_id (palette_index); in hb_ot_color_palette_get_name_id() 135 return face->table.CPAL->get_color_name_id (color_index); in hb_ot_color_palette_color_get_name_id() 153 return face->table.CPAL->get_palette_flags (palette_index); in hb_ot_color_palette_get_flags() 184 return face->table.CPAL->get_palette_colors (palette_index, start_offset, colors_count, colors); in hb_ot_color_palette_get_colors()
|
D | hb-ot-color-cpal-table.hh | 48 friend struct CPAL; 108 struct CPAL struct
|
D | hb-ot-face-table-list.hh | 125 HB_OT_TABLE (OT, CPAL)
|
/external/fonttools/Doc/source/colorLib/ |
D | index.rst | 2 colorLib.builder: Build COLR/CPAL tables from scratch
|
/external/fonttools/Doc/source/ |
D | ttx.rst | 38 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, Debg, EBDT, EBLC,
|
D | index.rst | 71 - :py:mod:`fontTools.colorLib`: Module for handling colors in CPAL/COLR fonts
|
/external/freetype/ |
D | ChangeLog | 3281 [sfnt] Fix heap buffer overflow in CPAL handling. 4245 [sfnt] Fix CPAL heap buffer overflow. 4251 * src/sfnt/ttcpal.c (tt_face_load_cpal): Guard CPAL version 1 4256 Doh. Don't use CPAL or COLR data if tables are missing. 4406 [sfnt] Move `CPAL' stuff into separate files. 4411 * src/sfnt/ttcolr.c, src/sfnt/ttcolr.h: Move CPAL stuff to ... 4423 [sfnt] Separate `CPAL' and `COLR' table handling. 4425 Later on we want to support the `SVG' table also, which needs `CPAL' 4441 (tt_face_load_colr): Split off CPAL handling into... 4443 (tt_face_free_colr): Split off CPAL handling into... [all …]
|
/external/fonttools/ |
D | NEWS.rst | 57 - [subset] Added support for subsetting COLR v1 and CPAL tables (#2174, #2177). 346 - [CPAL] Added ``fromRGBA`` method to ``Color`` class (#1861). 714 - [CPAL] Make Color a subclass of namedtuple (173a0f5). 1701 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color 1741 - Add support for Microsoft COLR/CPAL layered color glyphs
|
/external/harfbuzz_ng/ |
D | NEWS | 202 o COLR/CPAL API to fetch color layers.
|
/external/freetype/docs/ |
D | CHANGES | 162 COLR/CPAL data of OpenType fonts with color-layered glyphs.
|