Searched refs:sbix (Results 1 – 18 of 18) sorted by relevance
/external/skia/tools/fonts/ |
D | create_test_font_color.cpp | 26 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/ |
D | create_test_font_color.cpp | 26 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/ |
D | test-ot-color.c | 102 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()
|
D | test-aat-layout.c | 34 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/ |
D | hb-ot-color.cc | 271 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()
|
D | hb-ot-color-sbix-table.hh | 131 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 {};
|
D | hb-ot-face.hh | 81 HB_OT_ACCELERATOR(OT, sbix) \
|
D | hb-ot-font.cc | 183 bool ret = ot_face->sbix->get_extents (font, glyph, extents); in hb_ot_get_glyph_extents()
|
D | Makefile.sources | 57 hb-ot-color-sbix-table.hh \
|
/external/freetype/ |
D | ChangeLog.27 | 1001 [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
|
D | ChangeLog.25 | 4267 [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.
|
D | ChangeLog | 1631 [sfnt] Correctly handle missing bitmaps in sbix format (#53404).
|
/external/fonttools/ |
D | README.rst | 113 sbix, trak, vhea and vmtx
|
D | PKG-INFO | 123 sbix, trak, vhea and vmtx 892 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
|
D | NEWS.rst | 475 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 123 sbix, trak, vhea and vmtx 892 - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
|
/external/harfbuzz_ng/ |
D | NEWS | 87 o CBDT/sbix API to fetch PNG images.
|
/external/freetype/docs/ |
D | CHANGES | 1109 - Apple's `sbix' color bitmap format is now supported.
|