/external/skia/gyp/ |
D | sfnt.gyp | 8 'target_name': 'sfnt', 18 '../src/sfnt', 21 '../src/sfnt/SkIBMFamilyClass.h', 22 '../src/sfnt/SkOTTableTypes.h', 23 '../src/sfnt/SkOTTable_EBDT.h', 24 '../src/sfnt/SkOTTable_EBLC.h', 25 '../src/sfnt/SkOTTable_EBSC.h', 26 '../src/sfnt/SkOTTable_gasp.h', 27 '../src/sfnt/SkOTTable_glyf.h', 28 '../src/sfnt/SkOTTable_head.h', [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttdriver.c | 176 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in tt_get_kerning() local 182 if ( sfnt ) in tt_get_kerning() 183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning() 266 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_select() local 270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); in tt_size_select() 294 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_request() local 298 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); in tt_size_request() 476 SFNT_Service sfnt; in FT_CALLBACK_DEF() local 504 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF() 505 if ( sfnt ) in FT_CALLBACK_DEF() [all …]
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 176 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in tt_get_kerning() local 182 if ( sfnt ) in tt_get_kerning() 183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning() 266 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_select() local 270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); in tt_size_select() 294 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; in tt_size_request() local 298 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); in tt_size_request() 473 SFNT_Service sfnt; in FT_CALLBACK_DEF() local 501 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF() 502 if ( sfnt ) in FT_CALLBACK_DEF() [all …]
|
D | ttobjs.c | 517 SFNT_Service sfnt; in tt_face_init() local 525 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" ); in tt_face_init() 526 if ( !sfnt ) in tt_face_init() 538 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init() 566 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init() 656 error = sfnt->get_name( face, in tt_face_init() 731 SFNT_Service sfnt; in tt_face_done() local 739 sfnt = (SFNT_Service)face->sfnt; in tt_face_done() 745 if ( sfnt ) in tt_face_done() 746 sfnt->done_face( face ); in tt_face_done()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 203 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in tt_get_kerning() local 209 if ( sfnt ) in tt_get_kerning() 210 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning() 294 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt; in tt_size_select() local 298 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); in tt_size_select() 322 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt; in tt_size_request() local 326 error = sfnt->set_sbit_strike( ttface, req, &strike_index ); in tt_size_request() 519 SFNT_Service sfnt; in FT_CALLBACK_DEF() local 547 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF() 548 if ( sfnt ) in FT_CALLBACK_DEF() [all …]
|
D | ttobjs.c | 518 SFNT_Service sfnt; in tt_face_init() local 526 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" ); in tt_face_init() 527 if ( !sfnt ) in tt_face_init() 539 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init() 567 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init() 657 error = sfnt->get_name( face, in tt_face_init() 709 SFNT_Service sfnt; in tt_face_done() local 717 sfnt = (SFNT_Service)face->sfnt; in tt_face_done() 723 if ( sfnt ) in tt_face_done() 724 sfnt->done_face( face ); in tt_face_done()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | sfobjs.c | 402 FT_Byte* sfnt = NULL; in woff_open_font() local 460 if ( FT_ALLOC( sfnt, 12 + woff.num_tables * 16UL ) || in woff_open_font() 464 sfnt_header = sfnt; in woff_open_font() 626 if ( FT_REALLOC( sfnt, in woff_open_font() 631 sfnt_header = sfnt + 12; in woff_open_font() 654 ft_memcpy( sfnt + table->OrigOffset, in woff_open_font() 667 sfnt + table->OrigOffset, &output_len, in woff_open_font() 693 sfnt[sfnt_offset] = '\0'; in woff_open_font() 699 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize ); in woff_open_font() 717 FT_FREE( sfnt ); in woff_open_font() [all …]
|
D | ttload.c | 170 check_table_dir( SFNT_Header sfnt, in check_table_dir() argument 177 FT_ULong offset = sfnt->offset + 12; in check_table_dir() 196 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 206 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 207 sfnt->num_tables = nn; in check_table_dir() 338 SFNT_HeaderRec sfnt; in tt_face_load_font_dir() local 361 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir() 363 if ( FT_READ_ULONG( sfnt.format_tag ) || in tt_face_load_font_dir() 364 FT_STREAM_READ_FIELDS( offset_table_fields, &sfnt ) ) in tt_face_load_font_dir() 369 if ( sfnt.search_range != 1 << ( sfnt.entry_selector + 4 ) || in tt_face_load_font_dir() [all …]
|
D | Jamfile | 1 # FreeType 2 src/sfnt Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) sfnt ; 34 _sources = sfnt ; 40 # end of src/sfnt Jamfile
|
D | sfntpic.c | 73 if ( pic_container->sfnt ) in sfnt_module_class_pic_free() 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() 89 pic_container->sfnt = NULL; in sfnt_module_class_pic_free() 107 pic_container->sfnt = container; in sfnt_module_class_pic_init()
|
D | rules.mk | 18 SFNT_DIR := $(SRC_DIR)/sfnt 55 SFNT_DRV_OBJ_S := $(OBJ_DIR)/sfnt.$O 59 SFNT_DRV_SRC_S := $(SFNT_DIR)/sfnt.c
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.c | 402 FT_Byte* sfnt = NULL; in woff_open_font() local 456 if ( FT_ALLOC( sfnt, woff.totalSfntSize ) || in woff_open_font() 460 sfnt_header = sfnt; in woff_open_font() 635 ft_memcpy( sfnt + table->OrigOffset, in woff_open_font() 648 sfnt + table->OrigOffset, &output_len, in woff_open_font() 673 sfnt[sfnt_offset] = '\0'; in woff_open_font() 679 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize ); in woff_open_font() 697 FT_FREE( sfnt ); in woff_open_font() 830 SFNT_Service sfnt; in sfnt_init_face() local 839 sfnt = (SFNT_Service)face->sfnt; in sfnt_init_face() [all …]
|
D | ttload.c | 170 check_table_dir( SFNT_Header sfnt, in check_table_dir() argument 177 FT_ULong offset = sfnt->offset + 12; in check_table_dir() 196 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 206 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 207 sfnt->num_tables = nn; in check_table_dir() 338 SFNT_HeaderRec sfnt; in tt_face_load_font_dir() local 361 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir() 363 if ( FT_READ_ULONG( sfnt.format_tag ) || in tt_face_load_font_dir() 364 FT_STREAM_READ_FIELDS( offset_table_fields, &sfnt ) ) in tt_face_load_font_dir() 369 if ( sfnt.search_range != 1 << ( sfnt.entry_selector + 4 ) || in tt_face_load_font_dir() [all …]
|
D | Jamfile | 1 # FreeType 2 src/sfnt Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) sfnt ; 34 _sources = sfnt ; 40 # end of src/sfnt Jamfile
|
D | sfntpic.c | 73 if ( pic_container->sfnt ) in sfnt_module_class_pic_free() 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() 89 pic_container->sfnt = NULL; in sfnt_module_class_pic_free() 107 pic_container->sfnt = container; in sfnt_module_class_pic_init()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 402 FT_Byte* sfnt = NULL; in woff_open_font() local 460 if ( FT_ALLOC( sfnt, 12 + woff.num_tables * 16UL ) || in woff_open_font() 464 sfnt_header = sfnt; in woff_open_font() 626 if ( FT_REALLOC( sfnt, in woff_open_font() 631 sfnt_header = sfnt + 12; in woff_open_font() 654 ft_memcpy( sfnt + table->OrigOffset, in woff_open_font() 667 sfnt + table->OrigOffset, &output_len, in woff_open_font() 693 sfnt[sfnt_offset] = '\0'; in woff_open_font() 699 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize ); in woff_open_font() 717 FT_FREE( sfnt ); in woff_open_font() [all …]
|
D | ttload.c | 170 check_table_dir( SFNT_Header sfnt, in check_table_dir() argument 177 FT_ULong offset = sfnt->offset + 12; in check_table_dir() 196 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 206 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 207 sfnt->num_tables = nn; in check_table_dir() 338 SFNT_HeaderRec sfnt; in tt_face_load_font_dir() local 361 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir() 363 if ( FT_READ_ULONG( sfnt.format_tag ) || in tt_face_load_font_dir() 364 FT_STREAM_READ_FIELDS( offset_table_fields, &sfnt ) ) in tt_face_load_font_dir() 369 if ( sfnt.search_range != 1 << ( sfnt.entry_selector + 4 ) || in tt_face_load_font_dir() [all …]
|
D | sfntpic.c | 73 if ( pic_container->sfnt ) in sfnt_module_class_pic_free() 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() 89 pic_container->sfnt = NULL; in sfnt_module_class_pic_free() 107 pic_container->sfnt = container; in sfnt_module_class_pic_init()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cffdrivr.c | 106 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_kerning() local 112 if ( sfnt ) in cff_get_kerning() 113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning() 222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 443 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_ps_name() local 449 if ( FT_IS_SFNT( FT_FACE( face ) ) && sfnt ) in cff_get_ps_name() 500 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() local 502 (FT_Service_TTCMaps)ft_module_get_service( sfnt, in cff_get_cmap_info() 829 FT_Module sfnt; in FT_CALLBACK_DEF() local [all …]
|
D | cffobjs.c | 279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; in cff_size_request() local 283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) ) in cff_size_request() 490 SFNT_Service sfnt; in cff_face_init() local 498 sfnt = (SFNT_Service)FT_Get_Module_Interface( in cff_face_init() 500 if ( !sfnt ) in cff_face_init() 519 error = sfnt->init_face( stream, face, face_index, num_params, params ); in cff_face_init() 543 error = sfnt->load_face( stream, face, face_index, in cff_face_init() 551 error = sfnt->load_cmap( face, stream ); in cff_face_init() 1017 SFNT_Service sfnt; in cff_face_done() local 1024 sfnt = (SFNT_Service)face->sfnt; in cff_face_done() [all …]
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffdrivr.c | 106 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_kerning() local 112 if ( sfnt ) in cff_get_kerning() 113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning() 222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 441 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_ps_name() local 447 if ( sfnt ) in cff_get_ps_name() 498 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() local 500 (FT_Service_TTCMaps)ft_module_get_service( sfnt, in cff_get_cmap_info() 824 FT_Module sfnt; in FT_CALLBACK_DEF() local [all …]
|
D | cffobjs.c | 279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; in cff_size_request() local 283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) ) in cff_size_request() 490 SFNT_Service sfnt; in cff_face_init() local 498 sfnt = (SFNT_Service)FT_Get_Module_Interface( in cff_face_init() 500 if ( !sfnt ) in cff_face_init() 519 error = sfnt->init_face( stream, face, face_index, num_params, params ); in cff_face_init() 543 error = sfnt->load_face( stream, face, face_index, in cff_face_init() 551 error = sfnt->load_cmap( face, stream ); in cff_face_init() 1017 SFNT_Service sfnt; in cff_face_done() local 1024 sfnt = (SFNT_Service)face->sfnt; in cff_face_done() [all …]
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 106 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_kerning() local 112 if ( sfnt ) in cff_get_kerning() 113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning() 222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 443 SFNT_Service sfnt = (SFNT_Service)face->sfnt; in cff_get_ps_name() local 449 if ( FT_IS_SFNT( FT_FACE( face ) ) && sfnt ) in cff_get_ps_name() 500 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() local 502 (FT_Service_TTCMaps)ft_module_get_service( sfnt, in cff_get_cmap_info() 903 FT_Module sfnt; in FT_CALLBACK_DEF() local [all …]
|
D | cffobjs.c | 279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; in cff_size_request() local 283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) ) in cff_size_request() 490 SFNT_Service sfnt; in cff_face_init() local 498 sfnt = (SFNT_Service)FT_Get_Module_Interface( in cff_face_init() 500 if ( !sfnt ) in cff_face_init() 519 error = sfnt->init_face( stream, face, face_index, num_params, params ); in cff_face_init() 543 error = sfnt->load_face( stream, face, face_index, in cff_face_init() 551 error = sfnt->load_cmap( face, stream ); in cff_face_init() 1060 SFNT_Service sfnt; in cff_face_done() local 1067 sfnt = (SFNT_Service)face->sfnt; in cff_face_done() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.22 | 280 * src/sfnt/ttcmap.c: Remove compiler warnings (gcc-4.0.2). 328 * src/sfnt/ttkern.c (tt_face_get_kerning): Fix a serious bug that 426 * src/sfnt/ttcmap.c (tt_face_build_cmaps): Handle invalid offset 508 src/sfnt/sfobjs.c, src/sfnt/ttmtx.c, src/type1/t1afm.c, 658 * src/sfnt/ttbdf.c (tt_face_load_bdf_props): Rearrange code. 737 * src/sfnt/sfobjs.c (sfnt_done_face): Fix a memory leak. 739 * src/sfnt/ttsbit0.c (tt_sbit_decoder_load_bit_aligned, 774 * src/sfnt/sfobjs.c (sfnt_load_face): Fix silly bug that prevented 778 * src/sfnt/ttmtx.c (tt_face_load_hmtx): Disable memory optimization 794 * include/freetype/internal/sfnt.h (SFNT_Interface): Move [all …]
|