Searched refs:cpal (Results 1 – 10 of 10) sorted by relevance
83 Cpal* cpal = NULL; in tt_face_load_cpal() local101 if ( FT_NEW( cpal ) ) in tt_face_load_cpal()104 cpal->version = FT_NEXT_USHORT( p ); in tt_face_load_cpal()105 if ( cpal->version > 1 ) in tt_face_load_cpal()111 cpal->num_colors = FT_NEXT_USHORT( p ); in tt_face_load_cpal()120 if ( cpal->num_colors * COLOR_SIZE > table_size - colors_offset ) in tt_face_load_cpal()123 if ( face->palette_data.num_palette_entries > cpal->num_colors ) in tt_face_load_cpal()126 cpal->color_indices = p; in tt_face_load_cpal()127 cpal->colors = (FT_Byte*)( table + colors_offset ); in tt_face_load_cpal()129 if ( cpal->version == 1 ) in tt_face_load_cpal()[all …]
995 LOAD_( cpal ); in sfnt_load_face()
145 if ( !face->cpal ) in tt_face_load_colr()
100 static hb_face_t *cpal = NULL; variable353 g_assert (hb_ot_color_has_layers (cpal) == TRUE); in test_hb_ot_color_has_data()361 g_assert (hb_ot_color_has_palettes (cpal) == TRUE); in test_hb_ot_color_has_data()369 g_assert (hb_ot_color_has_svg (cpal) == FALSE); in test_hb_ot_color_has_data()377 g_assert (hb_ot_color_has_png (cpal) == FALSE); in test_hb_ot_color_has_data()463 cpal = hb_test_open_font_file ("fonts/chromacheck-colr.ttf"); in main()486 hb_face_destroy (cpal); in main()
1644 void* cpal; member
71 hb-ot-color-cpal-table.hh \
75 'hb-ot-color-cpal-table.hh',
134 "$_src/hb-ot-color-cpal-table.hh",
2783 * src/sfnt/tt{colr,cpal}.c: Fix signedness warnings from VC++.7013 `cpal' is NULL.7167 `cpal'.7182 `colr_and_cpal' fields with `cpal' and `colr'.7346 the `CPAL' elements; I thus plan to add a `cpal' field to
2353 cpal