Home
last modified time | relevance | path

Searched refs:sbix (Results 1 – 18 of 18) sorted by relevance

/external/skia/tools/fonts/
Dcreate_test_font_color.cpp26 SkFILEWStream sbix("sbix.ttx"); in main() local
27 typeface->exportTtxSbix(&sbix); in main()
28 sbix.flush(); in main()
29 sbix.fsync(); in main()
/external/skqp/tools/fonts/
Dcreate_test_font_color.cpp26 SkFILEWStream sbix("sbix.ttx"); in main() local
27 typeface->exportTtxSbix(&sbix); in main()
28 sbix.flush(); in main()
29 sbix.fsync(); in main()
/external/harfbuzz_ng/test/api/
Dtest-ot-color.c102 static hb_face_t *sbix = NULL; variable
353 g_assert (hb_ot_color_has_layers (sbix) == FALSE); in test_hb_ot_color_has_data()
361 g_assert (hb_ot_color_has_palettes (sbix) == FALSE); in test_hb_ot_color_has_data()
369 g_assert (hb_ot_color_has_svg (sbix) == FALSE); in test_hb_ot_color_has_data()
377 g_assert (hb_ot_color_has_png (sbix) == TRUE); in test_hb_ot_color_has_data()
414 sbix_font = hb_font_create (sbix); in test_hb_ot_color_png()
463 sbix = hb_test_open_font_file ("fonts/chromacheck-sbix.ttf"); in main()
486 hb_face_destroy (sbix); in main()
Dtest-aat-layout.c34 static hb_face_t *sbix; variable
128 sbix = hb_test_open_font_file ("fonts/chromacheck-sbix.ttf"); in main()
130 hb_face_destroy (sbix); in main()
/external/harfbuzz_ng/src/
Dhb-ot-color.cc271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
293 blob = font->face->table.sbix->reference_png (font, glyph, nullptr, nullptr, nullptr); in hb_ot_color_glyph_reference_png()
Dhb-ot-color-sbix-table.hh131 struct sbix struct
143 table = hb_sanitize_context_t().reference_table<sbix> (face); in init()
258 hb_blob_ptr_t<sbix> table;
282 struct sbix_accelerator_t : sbix::accelerator_t {};
Dhb-ot-face.hh81 HB_OT_ACCELERATOR(OT, sbix) \
Dhb-ot-font.cc183 bool ret = ot_face->sbix->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
DMakefile.sources57 hb-ot-color-sbix-table.hh \
/external/freetype/
DChangeLog.271001 [sfnt] Improve FT_LOAD_BITMAP_METRICS_ONLY for `sbix' format.
1014 [sfnt] Speed up `sbix' lookup.
1017 display of embedded bitmap fonts that use the `sbix' format.
1019 * src/sfnt/ttsbit.c (tt_face_load_sbit): Store `sbix' size and
DChangeLog.254267 [sfnt] Fix `sbix' table version handling.
4305 [sfnt] `sbix' fix-ups.
4307 * src/sfnt/sfobjs.c (sfnt_load_face): Apple's `sbix' color bitmaps
4318 [sfnt] Add support for Apple's `sbix' color bitmap table.
4335 Handle `sbix' bitmaps.
4339 (tt_face_load_strike_metrics): Handle `sbix' bitmaps.
4350 Handle `sbix' bitmaps.
DChangeLog1631 [sfnt] Correctly handle missing bitmaps in sbix format (#53404).
/external/fonttools/
DREADME.rst113 sbix, trak, vhea and vmtx
DPKG-INFO123 sbix, trak, vhea and vmtx
892 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
DNEWS.rst475 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO123 sbix, trak, vhea and vmtx
892 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
/external/harfbuzz_ng/
DNEWS87 o CBDT/sbix API to fetch PNG images.
/external/freetype/docs/
DCHANGES1109 - Apple's `sbix' color bitmap format is now supported.