Home
last modified time | relevance | path

Searched refs:CPAL (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color.cc74 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()
Dhb-ot-color-cpal-table.hh48 friend struct CPAL;
108 struct CPAL struct
Dhb-ot-face-table-list.hh125 HB_OT_TABLE (OT, CPAL)
/external/freetype/
DChangeLog1335 [sfnt] Fix heap buffer overflow in CPAL handling.
2299 [sfnt] Fix CPAL heap buffer overflow.
2305 * src/sfnt/ttcpal.c (tt_face_load_cpal): Guard CPAL version 1
2310 Doh. Don't use CPAL or COLR data if tables are missing.
2460 [sfnt] Move `CPAL' stuff into separate files.
2465 * src/sfnt/ttcolr.c, src/sfnt/ttcolr.h: Move CPAL stuff to ...
2477 [sfnt] Separate `CPAL' and `COLR' table handling.
2479 Later on we want to support the `SVG' table also, which needs `CPAL'
2495 (tt_face_load_colr): Split off CPAL handling into...
2497 (tt_face_free_colr): Split off CPAL handling into...
[all …]
/external/fonttools/
DREADME.rst106 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
DPKG-INFO116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
581 - [CPAL] Make Color a subclass of namedtuple (173a0f5).
1568 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color
1608 - Add support for Microsoft COLR/CPAL layered color glyphs
DNEWS.rst164 - [CPAL] Make Color a subclass of namedtuple (173a0f5).
1151 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color
1191 - Add support for Microsoft COLR/CPAL layered color glyphs
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO116 BASE, CBDT, CBLC, CFF, CFF2, COLR, CPAL, DSIG, EBDT, EBLC, FFTM,
581 - [CPAL] Make Color a subclass of namedtuple (173a0f5).
1568 - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color
1608 - Add support for Microsoft COLR/CPAL layered color glyphs
/external/harfbuzz_ng/
DNEWS202 o COLR/CPAL API to fetch color layers.
/external/freetype/docs/
DCHANGES61 COLR/CPAL data of OpenType fonts with color-layered glyphs.