/external/v8/tools/gyp/tools/emacs/testdata/ |
D | media.gyp.fontified | 1107 …face font-lock-comment-face) 64 137 (face font-lock-comment-face) 137 166 (face font-lock-comment-…
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 58 #define FXFT_Open_Face(library, args, index, face) \ argument 59 FT_Open_Face((FT_Library)(library), args, index, (FT_Face*)(face)) 60 #define FXFT_Done_Face(face) FT_Done_Face((FT_Face)(face)) argument 63 #define FXFT_New_Memory_Face(library, base, size, index, face) \ argument 64 FT_New_Memory_Face((FT_Library)(library), base, size, index, (FT_Face*)(face)) 65 #define FXFT_New_Face(library, filename, index, face) \ argument 66 FT_New_Face((FT_Library)(library), filename, index, (FT_Face*)(face)) 67 #define FXFT_Get_Face_FreeType(face) ((FT_Face)face)->driver->root.library argument 68 #define FXFT_Select_Charmap(face, encoding) \ argument 69 FT_Select_Charmap((FT_Face)face, (FT_Encoding)encoding) [all …]
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttpload.c | 62 tt_face_load_loca( TT_Face face, in tt_face_load_loca() argument 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 76 face->glyf_len = 0; in tt_face_load_loca() 81 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 88 if ( face->header.Index_To_Loc_Format != 0 ) in tt_face_load_loca() 98 face->num_locations = table_len >> shift; in tt_face_load_loca() 110 face->num_locations = table_len >> shift; in tt_face_load_loca() 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 116 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() [all …]
|
D | ttobjs.c | 215 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum() argument 219 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum() 220 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum() 223 if ( !face->goto_table ) in tt_get_sfnt_checksum() 226 if ( face->goto_table( face, in tt_get_sfnt_checksum() 227 face->dir_tables[i].Tag, in tt_get_sfnt_checksum() 228 face->root.stream, in tt_get_sfnt_checksum() 232 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream, in tt_get_sfnt_checksum() 233 face->dir_tables[i].Length ); in tt_get_sfnt_checksum() 246 tt_check_trickyness_sfnt_ids( TT_Face face ) in tt_check_trickyness_sfnt_ids() argument [all …]
|
/external/freetype/src/truetype/ |
D | ttpload.c | 62 tt_face_load_loca( TT_Face face, in tt_face_load_loca() argument 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 76 face->glyf_len = 0; in tt_face_load_loca() 81 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 88 if ( face->header.Index_To_Loc_Format != 0 ) in tt_face_load_loca() 98 face->num_locations = table_len >> shift; in tt_face_load_loca() 110 face->num_locations = table_len >> shift; in tt_face_load_loca() 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 116 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() [all …]
|
D | ttobjs.c | 211 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum() argument 215 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum() 216 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum() 219 if ( !face->goto_table ) in tt_get_sfnt_checksum() 222 if ( face->goto_table( face, in tt_get_sfnt_checksum() 223 face->dir_tables[i].Tag, in tt_get_sfnt_checksum() 224 face->root.stream, in tt_get_sfnt_checksum() 228 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream, in tt_get_sfnt_checksum() 229 face->dir_tables[i].Length ); in tt_get_sfnt_checksum() 242 tt_check_trickyness_sfnt_ids( TT_Face face ) in tt_check_trickyness_sfnt_ids() argument [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
D | ttpload.c | 62 tt_face_load_loca( TT_Face face, in tt_face_load_loca() argument 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 76 face->glyf_len = 0; in tt_face_load_loca() 81 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 88 if ( face->header.Index_To_Loc_Format != 0 ) in tt_face_load_loca() 98 face->num_locations = table_len >> shift; in tt_face_load_loca() 110 face->num_locations = table_len >> shift; in tt_face_load_loca() 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 116 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() [all …]
|
D | ttobjs.c | 215 tt_get_sfnt_checksum( TT_Face face, in tt_get_sfnt_checksum() argument 219 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum() 220 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum() 223 if ( !face->goto_table ) in tt_get_sfnt_checksum() 226 if ( face->goto_table( face, in tt_get_sfnt_checksum() 227 face->dir_tables[i].Tag, in tt_get_sfnt_checksum() 228 face->root.stream, in tt_get_sfnt_checksum() 232 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream, in tt_get_sfnt_checksum() 233 face->dir_tables[i].Length ); in tt_get_sfnt_checksum() 246 tt_check_trickyness_sfnt_ids( TT_Face face ) in tt_check_trickyness_sfnt_ids() argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-face.cc | 87 hb_face_t *face; in hb_face_create_for_tables() local 89 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) { in hb_face_create_for_tables() 95 face->reference_table_func = reference_table_func; in hb_face_create_for_tables() 96 face->user_data = user_data; in hb_face_create_for_tables() 97 face->destroy = destroy; in hb_face_create_for_tables() 99 face->upem = 0; in hb_face_create_for_tables() 100 face->num_glyphs = (unsigned int) -1; in hb_face_create_for_tables() 102 return face; in hb_face_create_for_tables() 134 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in _hb_face_for_data_reference_table() 166 hb_face_t *face; in hb_face_create() local [all …]
|
D | hb-ot-layout.cc | 45 HB_SHAPER_DATA_ENSURE_DECLARE(ot, face) in HB_SHAPER_DATA_ENSURE_DECLARE() argument 48 _hb_ot_layout_create (hb_face_t *face) in HB_SHAPER_DATA_ENSURE_DECLARE() 54 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE() 57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in HB_SHAPER_DATA_ENSURE_DECLARE() 60 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS)); in HB_SHAPER_DATA_ENSURE_DECLARE() 132 _get_gdef (hb_face_t *face) in _get_gdef() argument 134 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef() 135 return *hb_ot_layout_from_face (face)->gdef; in _get_gdef() 138 _get_gsub (hb_face_t *face) in _get_gsub() argument 140 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); in _get_gsub() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | sfobjs.c | 126 tt_face_get_name( TT_Face face, in tt_face_get_name() argument 130 FT_Memory memory = face->root.memory; in tt_face_get_name() 148 rec = face->name_table.names; in tt_face_get_name() 149 for ( n = 0; n < face->num_names; n++, rec++ ) in tt_face_get_name() 222 rec = face->name_table.names + found_win; in tt_face_get_name() 246 rec = face->name_table.names + found_apple; in tt_face_get_name() 251 rec = face->name_table.names + found_unicode; in tt_face_get_name() 259 FT_Stream stream = face->name_table.stream; in tt_face_get_name() 391 TT_Face face ) in woff_open_font() argument 434 FT_ASSERT( stream == face->root.stream ); in woff_open_font() [all …]
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.c | 126 tt_face_get_name( TT_Face face, in tt_face_get_name() argument 130 FT_Memory memory = face->root.memory; in tt_face_get_name() 148 rec = face->name_table.names; in tt_face_get_name() 149 for ( n = 0; n < face->num_names; n++, rec++ ) in tt_face_get_name() 222 rec = face->name_table.names + found_win; in tt_face_get_name() 246 rec = face->name_table.names + found_apple; in tt_face_get_name() 251 rec = face->name_table.names + found_unicode; in tt_face_get_name() 259 FT_Stream stream = face->name_table.stream; in tt_face_get_name() 391 TT_Face face ) in woff_open_font() argument 434 FT_ASSERT( stream == face->root.stream ); in woff_open_font() [all …]
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 126 tt_face_get_name( TT_Face face, in tt_face_get_name() argument 130 FT_Memory memory = face->root.memory; in tt_face_get_name() 148 rec = face->name_table.names; in tt_face_get_name() 149 for ( n = 0; n < face->num_names; n++, rec++ ) in tt_face_get_name() 222 rec = face->name_table.names + found_win; in tt_face_get_name() 246 rec = face->name_table.names + found_apple; in tt_face_get_name() 251 rec = face->name_table.names + found_unicode; in tt_face_get_name() 259 FT_Stream stream = face->name_table.stream; in tt_face_get_name() 391 TT_Face face ) in woff_open_font() argument 434 FT_ASSERT( stream == face->root.stream ); in woff_open_font() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftobjs.c | 273 FT_Driver driver = slot->face->driver; in ft_glyphslot_init() 303 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() 334 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() 383 FT_Driver driver = slot->face->driver; in ft_glyphslot_done() 412 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() argument 422 if ( !face ) in FT_New_GlyphSlot() 425 if ( !face->driver ) in FT_New_GlyphSlot() 428 driver = face->driver; in FT_New_GlyphSlot() 435 slot->face = face; in FT_New_GlyphSlot() 445 slot->next = face->glyph; in FT_New_GlyphSlot() [all …]
|
D | ftpfr.c | 27 ft_pfr_check( FT_Face face ) in ft_pfr_check() argument 32 if ( face ) in ft_pfr_check() 33 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS ); in ft_pfr_check() 42 FT_Get_PFR_Metrics( FT_Face face, in FT_Get_PFR_Metrics() argument 52 if ( !face ) in FT_Get_PFR_Metrics() 55 service = ft_pfr_check( face ); in FT_Get_PFR_Metrics() 58 error = service->get_metrics( face, in FT_Get_PFR_Metrics() 71 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 74 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 77 if ( face->size ) in FT_Get_PFR_Metrics() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 262 FT_Driver driver = slot->face->driver; in ft_glyphslot_init() 292 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() 323 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() 372 FT_Driver driver = slot->face->driver; in ft_glyphslot_done() 401 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() argument 411 if ( !face ) in FT_New_GlyphSlot() 414 if ( !face->driver ) in FT_New_GlyphSlot() 417 driver = face->driver; in FT_New_GlyphSlot() 424 slot->face = face; in FT_New_GlyphSlot() 434 slot->next = face->glyph; in FT_New_GlyphSlot() [all …]
|
D | ftpfr.c | 27 ft_pfr_check( FT_Face face ) in ft_pfr_check() argument 32 if ( face ) in ft_pfr_check() 33 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS ); in ft_pfr_check() 42 FT_Get_PFR_Metrics( FT_Face face, in FT_Get_PFR_Metrics() argument 52 if ( !face ) in FT_Get_PFR_Metrics() 55 service = ft_pfr_check( face ); in FT_Get_PFR_Metrics() 58 error = service->get_metrics( face, in FT_Get_PFR_Metrics() 71 *aoutline_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 74 *ametrics_resolution = face->units_per_EM; in FT_Get_PFR_Metrics() 77 if ( face->size ) in FT_Get_PFR_Metrics() [all …]
|
/external/freetype/src/base/ |
D | ftobjs.c | 273 FT_Driver driver = slot->face->driver; in ft_glyphslot_init() 303 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() 334 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() 383 FT_Driver driver = slot->face->driver; in ft_glyphslot_done() 412 FT_New_GlyphSlot( FT_Face face, in FT_New_GlyphSlot() argument 422 if ( !face ) in FT_New_GlyphSlot() 425 if ( !face->driver ) in FT_New_GlyphSlot() 428 driver = face->driver; in FT_New_GlyphSlot() 435 slot->face = face; in FT_New_GlyphSlot() 445 slot->next = face->glyph; in FT_New_GlyphSlot() [all …]
|
D | ftadvanc.c | 27 _ft_face_scale_advances( FT_Face face, in _ft_face_scale_advances() argument 39 if ( face->size == NULL ) in _ft_face_scale_advances() 43 scale = face->size->metrics.y_scale; in _ft_face_scale_advances() 45 scale = face->size->metrics.x_scale; in _ft_face_scale_advances() 65 #define LOAD_ADVANCE_FAST_CHECK( face, flags ) \ argument 68 !FT_HAS_MULTIPLE_MASTERS( face ) ) 74 FT_Get_Advance( FT_Face face, in FT_Get_Advance() argument 82 if ( !face ) in FT_Get_Advance() 88 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_Get_Advance() 91 func = face->driver->clazz->get_advances; in FT_Get_Advance() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
D | t42objs.c | 32 T42_Open_Face( T42_Face face ) in T42_Open_Face() argument 36 T1_Font type1 = &face->type1; in T42_Open_Face() 37 FT_Memory memory = face->root.memory; in T42_Open_Face() 40 PSAux_Service psaux = (PSAux_Service)face->psaux; in T42_Open_Face() 43 t42_loader_init( &loader, face ); in T42_Open_Face() 47 if ( FT_ALLOC( face->ttf_data, 12 ) ) in T42_Open_Face() 54 face->ttf_size = 12; in T42_Open_Face() 57 face->root.stream, in T42_Open_Face() 63 error = t42_parse_dict( face, &loader, in T42_Open_Face() 170 T42_Face face = (T42_Face)t42face; in T42_Face_Init() local [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/ |
D | pcfdrivr.c | 78 PCF_Face face = (PCF_Face)FT_CMAP_FACE( pcfcmap ); in pcf_cmap_init() local 83 cmap->num_encodings = face->nencodings; in pcf_cmap_init() 84 cmap->encodings = face->encodings; in pcf_cmap_init() 208 PCF_Face face = (PCF_Face)pcfface; in PCF_Face_Done() local 212 if ( !face ) in PCF_Face_Done() 215 memory = FT_FACE_MEMORY( face ); in PCF_Face_Done() 217 FT_FREE( face->encodings ); in PCF_Face_Done() 218 FT_FREE( face->metrics ); in PCF_Face_Done() 221 if ( face->properties ) in PCF_Face_Done() 226 for ( i = 0; i < face->nprops; i++ ) in PCF_Face_Done() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1objs.c | 61 T1_Face face = (T1_Face)size->root.face; in T1_Size_Get_Globals_Funcs() local 62 PSHinter_Service pshinter = (PSHinter_Service)face->pshinter; in T1_Size_Get_Globals_Funcs() 66 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs() 105 T1_Face face = (T1_Face)size->root.face; in T1_Size_Init() local 108 error = funcs->create( size->root.face->memory, in T1_Size_Init() 109 &face->type1.private_dict, &globals ); in T1_Size_Init() 126 FT_Request_Metrics( size->root.face, req ); in T1_Size_Request() 154 T1_Face face; in T1_GlyphSlot_Init() local 158 face = (T1_Face)slot->face; in T1_GlyphSlot_Init() 159 pshinter = (PSHinter_Service)face->pshinter; in T1_GlyphSlot_Init() [all …]
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1objs.c | 61 T1_Face face = (T1_Face)size->root.face; in T1_Size_Get_Globals_Funcs() local 62 PSHinter_Service pshinter = (PSHinter_Service)face->pshinter; in T1_Size_Get_Globals_Funcs() 66 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs() 105 T1_Face face = (T1_Face)size->root.face; in T1_Size_Init() local 108 error = funcs->create( size->root.face->memory, in T1_Size_Init() 109 &face->type1.private_dict, &globals ); in T1_Size_Init() 126 FT_Request_Metrics( size->root.face, req ); in T1_Size_Request() 154 T1_Face face; in T1_GlyphSlot_Init() local 158 face = (T1_Face)slot->face; in T1_GlyphSlot_Init() 159 pshinter = (PSHinter_Service)face->pshinter; in T1_GlyphSlot_Init() [all …]
|
/external/freetype/include/freetype/ |
D | freetype.h | 832 FT_Face face; member 1228 #define FT_HAS_HORIZONTAL( face ) \ argument 1229 ( (face)->face_flags & FT_FACE_FLAG_HORIZONTAL ) 1242 #define FT_HAS_VERTICAL( face ) \ argument 1243 ( (face)->face_flags & FT_FACE_FLAG_VERTICAL ) 1256 #define FT_HAS_KERNING( face ) \ argument 1257 ( (face)->face_flags & FT_FACE_FLAG_KERNING ) 1271 #define FT_IS_SCALABLE( face ) \ argument 1272 ( (face)->face_flags & FT_FACE_FLAG_SCALABLE ) 1290 #define FT_IS_SFNT( face ) \ argument [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | freetype.h | 833 FT_Face face; member 1225 #define FT_HAS_HORIZONTAL( face ) \ argument 1226 ( face->face_flags & FT_FACE_FLAG_HORIZONTAL ) 1239 #define FT_HAS_VERTICAL( face ) \ argument 1240 ( face->face_flags & FT_FACE_FLAG_VERTICAL ) 1253 #define FT_HAS_KERNING( face ) \ argument 1254 ( face->face_flags & FT_FACE_FLAG_KERNING ) 1268 #define FT_IS_SCALABLE( face ) \ argument 1269 ( face->face_flags & FT_FACE_FLAG_SCALABLE ) 1287 #define FT_IS_SFNT( face ) \ argument [all …]
|