Searched refs:face (Results 126 - 150 of 505) sorted by relevance

1234567891011>>

/external/freetype/include/
H A Dftbdf.h141 * face ::
142 * A handle to the input face.
146 * Charset encoding, as a C~string, owned by the face.
149 * Charset registry, as a C~string, owned by the face.
158 FT_Get_BDF_Charset_ID( FT_Face face,
172 * face :: A handle to the input face.
199 FT_Get_BDF_Property( FT_Face face,
H A Dftotval.h128 * face ::
129 * A handle to the input face.
164 FT_OpenType_Validate( FT_Face face,
181 * face ::
182 * A handle to the input face.
193 FT_OpenType_Free( FT_Face face,
H A Dftsnames.h120 /* face :: A handle to the source face. */
126 FT_Get_Sfnt_Name_Count( FT_Face face ); variable
138 /* face :: A handle to the source face. */
158 FT_Get_Sfnt_Name( FT_Face face,
172 * legacy systems that have a 4-face-per-family restriction.
187 * systems that have a 4-face-per-family restriction.
H A Dftgasp.h61 * This special value means that there is no GASP table in this face.
109 * face :: The source face handle.
114 * `gasp' table in the face.
120 FT_Get_Gasp( FT_Face face,
H A Dftgxval.h196 * face ::
197 * A handle to the input face.
226 FT_TrueTypeGX_Validate( FT_Face face,
241 * face ::
242 * A handle to the input face.
253 FT_TrueTypeGX_Free( FT_Face face,
300 * face ::
301 * A handle to the input face.
320 FT_ClassicKern_Validate( FT_Face face,
334 * face
[all...]
H A Dftsizes.h54 /* Managing multiple sizes per face. */
57 /* When creating a new face object (e.g., with @FT_New_Face), an */
59 /* pixel-size dependent information, available in the `face->size' */
62 /* It is however possible to create more sizes for a given face, */
83 /* Create a new size object from a given face object. */
86 /* face :: A handle to a parent face object. */
100 FT_New_Size( FT_Face face,
131 /* given face (see @FT_New_Size for details), functions like */
145 /* If `face' i
[all...]
/external/freetype/include/internal/services/
H A Dsvbdf.h32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
H A Dsvgldict.h38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
H A Dsvkern.h32 (*FT_Kerning_TrackGetFunc)( FT_Face face,
H A Dsvotval.h32 (*otv_validate_func)( FT_Face volatile face,
/external/pdfium/third_party/freetype/include/
H A Dftbdf.h141 * face ::
142 * A handle to the input face.
146 * Charset encoding, as a C~string, owned by the face.
149 * Charset registry, as a C~string, owned by the face.
158 FT_Get_BDF_Charset_ID( FT_Face face,
172 * face :: A handle to the input face.
199 FT_Get_BDF_Property( FT_Face face,
H A Dftotval.h128 * face ::
129 * A handle to the input face.
164 FT_OpenType_Validate( FT_Face face,
181 * face ::
182 * A handle to the input face.
193 FT_OpenType_Free( FT_Face face,
H A Dftsnames.h120 /* face :: A handle to the source face. */
126 FT_Get_Sfnt_Name_Count( FT_Face face ); variable
138 /* face :: A handle to the source face. */
158 FT_Get_Sfnt_Name( FT_Face face,
172 * legacy systems that have a 4-face-per-family restriction.
187 * systems that have a 4-face-per-family restriction.
H A Dftgasp.h61 * This special value means that there is no GASP table in this face.
109 * face :: The source face handle.
114 * `gasp' table in the face.
120 FT_Get_Gasp( FT_Face face,
H A Dftgxval.h196 * face ::
197 * A handle to the input face.
226 FT_TrueTypeGX_Validate( FT_Face face,
241 * face ::
242 * A handle to the input face.
253 FT_TrueTypeGX_Free( FT_Face face,
300 * face ::
301 * A handle to the input face.
320 FT_ClassicKern_Validate( FT_Face face,
334 * face
[all...]
H A Dftsizes.h54 /* Managing multiple sizes per face. */
57 /* When creating a new face object (e.g., with @FT_New_Face), an */
59 /* pixel-size dependent information, available in the `face->size' */
62 /* It is however possible to create more sizes for a given face, */
83 /* Create a new size object from a given face object. */
86 /* face :: A handle to a parent face object. */
100 FT_New_Size( FT_Face face,
131 /* given face (see @FT_New_Size for details), functions like */
145 /* If `face' i
[all...]
/external/pdfium/third_party/freetype/include/internal/services/
H A Dsvbdf.h32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
H A Dsvgldict.h38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp100 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_by_NameStyle, &nameStyle); local
101 if (face) {
102 //SkDebugf("found cached face <%s> <%s> %p [%d]\n",
103 // familyName, ((FontConfigTypeface*)face)->getFamilyName(),
104 // face, face->getRefCnt());
105 return face;
116 face = SkTypefaceCache::FindByProcAndRef(find_by_FontIdentity, &indentity);
117 if (!face) {
118 face
[all...]
/external/freetype/src/sfnt/
H A Dttbdf.c41 tt_face_free_bdf_props( TT_Face face )
43 TT_BDF bdf = &face->bdf;
48 FT_Stream stream = FT_FACE(face)->stream;
62 tt_face_load_bdf_props( TT_Face face, argument
65 TT_BDF bdf = &face->bdf;
72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length );
140 tt_face_find_bdf_prop( TT_Face face,
144 TT_BDF bdf = &face->bdf;
145 FT_Size size = FT_FACE(face)->size;
157 error = tt_face_load_bdf_props( face, FT_FAC
[all...]
H A Dttload.c48 /* face :: A face object handle. */
56 tt_face_lookup_table( TT_Face face,
67 face,
73 entry = face->dir_tables;
74 limit = entry + face->num_tables;
113 /* face :: A face object handle. */
126 tt_face_goto_table( TT_Face face,
135 table = tt_face_lookup_table( face, ta
573 tt_face_load_generic_header( TT_Face face, FT_Stream stream, FT_ULong tag ) argument
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttbdf.c41 tt_face_free_bdf_props( TT_Face face )
43 TT_BDF bdf = &face->bdf;
48 FT_Stream stream = FT_FACE(face)->stream;
62 tt_face_load_bdf_props( TT_Face face, argument
65 TT_BDF bdf = &face->bdf;
72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length );
140 tt_face_find_bdf_prop( TT_Face face,
144 TT_BDF bdf = &face->bdf;
145 FT_Size size = FT_FACE(face)->size;
157 error = tt_face_load_bdf_props( face, FT_FAC
[all...]
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c75 #define IS_INCREMENTAL (FT_Bool)( face->root.internal->incremental_interface != 0 )
103 t1_allocate_blend( T1_Face face, argument
108 FT_Memory memory = face->root.memory;
112 blend = face->blend;
120 face->blend = blend;
140 blend->font_infos[0] = &face->type1.font_info;
141 blend->privates [0] = &face->type1.private_dict;
142 blend->bboxes [0] = &face->type1.font_bbox;
191 T1_Get_Multi_Master( T1_Face face,
194 PS_Blend blend = face
565 parse_blend_axis_types( T1_Face face, T1_Loader loader ) argument
632 parse_blend_design_positions( T1_Face face, T1_Loader loader ) argument
729 parse_blend_design_map( T1_Face face, T1_Loader loader ) argument
819 parse_weight_vector( T1_Face face, T1_Loader loader ) argument
890 parse_buildchar( T1_Face face, T1_Loader loader ) argument
913 t1_load_keyword( T1_Face face, T1_Loader loader, const T1_Field field ) argument
1032 parse_private( T1_Face face, T1_Loader loader ) argument
1094 t1_parse_font_matrix( T1_Face face, T1_Loader loader ) argument
1152 parse_encoding( T1_Face face, T1_Loader loader ) argument
1361 parse_subrs( T1_Face face, T1_Loader loader ) argument
1496 parse_charstrings( T1_Face face, T1_Loader loader ) argument
1846 parse_dict( T1_Face face, T1_Loader loader, FT_Byte* base, FT_Long size ) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-coretext.h52 hb_coretext_face_get_cg_font (hb_face_t *face);
H A Dsample.py26 face = hb.face_create (blob, 0) variable
28 font = hb.font_create (face)
29 upem = hb.face_get_upem (face)
30 del face

Completed in 1374 milliseconds

1234567891011>>