Searched refs:CPAL (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-color.cc | 69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes() 84 return face->table.CPAL->get_palette_count (); in hb_ot_color_palette_get_count() 104 return face->table.CPAL->get_palette_name_id (palette_index); in hb_ot_color_palette_get_name_id() 120 return face->table.CPAL->get_color_name_id (color_index); in hb_ot_color_palette_color_get_name_id() 136 return face->table.CPAL->get_palette_flags (palette_index); in hb_ot_color_palette_get_flags() 170 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.hh | 79 HB_OT_TABLE(OT, CPAL) \
|
/external/freetype/ |
D | ChangeLog | 555 [sfnt] Fix CPAL heap buffer overflow. 561 * src/sfnt/ttcpal.c (tt_face_load_cpal): Guard CPAL version 1 566 Doh. Don't use CPAL or COLR data if tables are missing. 716 [sfnt] Move `CPAL' stuff into separate files. 721 * src/sfnt/ttcolr.c, src/sfnt/ttcolr.h: Move CPAL stuff to ... 733 [sfnt] Separate `CPAL' and `COLR' table handling. 735 Later on we want to support the `SVG' table also, which needs `CPAL' 751 (tt_face_load_colr): Split off CPAL handling into... 753 (tt_face_free_colr): Split off CPAL handling into... 770 Finish CPAL/COLR support (4/4). [all …]
|
/external/fonttools/ |
D | README.rst | 106 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
|
D | PKG-INFO | 116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, 454 - [CPAL] Make Color a subclass of namedtuple (173a0f5). 1441 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color 1481 - Add support for Microsoft COLR/CPAL layered color glyphs
|
D | NEWS.rst | 37 - [CPAL] Make Color a subclass of namedtuple (173a0f5). 1024 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color 1064 - Add support for Microsoft COLR/CPAL layered color glyphs
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, 454 - [CPAL] Make Color a subclass of namedtuple (173a0f5). 1441 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color 1481 - Add support for Microsoft COLR/CPAL layered color glyphs
|
/external/harfbuzz_ng/ |
D | NEWS | 85 o COLR/CPAL API to fetch color layers.
|