HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /external/freetype/include/freetype/
ftbdf.h 140 * face ::
141 * A handle to the input face.
145 * Charset encoding, as a C~string, owned by the face.
148 * Charset registry, as a C~string, owned by the face.
157 FT_Get_BDF_Charset_ID( FT_Face face,
171 * face :: A handle to the input face.
198 FT_Get_BDF_Property( FT_Face face,
ftotval.h 124 * face ::
125 * A handle to the input face.
160 FT_OpenType_Validate( FT_Face face,
179 * face ::
180 * A handle to the input face.
191 FT_OpenType_Free( FT_Face face,
ftsnames.h 120 /* 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 which has 4-face-per-family restriction.
187 * systems which has 4-face-per-family restriction.
ftgasp.h 61 * This special value means that there is no GASP table in this face.
101 * face :: The source face handle.
106 * `gasp' table in the face.
112 FT_Get_Gasp( FT_Face face,
ftgxval.h 188 * face ::
189 * A handle to the input face.
218 FT_TrueTypeGX_Validate( FT_Face face,
235 * face ::
236 * A handle to the input face.
247 FT_TrueTypeGX_Free( FT_Face face,
298 * face ::
299 * A handle to the input face.
318 FT_ClassicKern_Validate( FT_Face face,
334 * face :
    [all...]
ftsizes.h 54 /* 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' is the size's parent face object, this function changes *
    [all...]
  /external/freetype/include/freetype/internal/services/
svbdf.h 32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
svgldict.h 38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
svkern.h 32 (*FT_Kerning_TrackGetFunc)( FT_Face face,
svotval.h 32 (*otv_validate_func)( FT_Face volatile face,
svpostnm.h 34 * The name is owned by the face and will be destroyed with it.
41 (*FT_PsName_GetFunc)( FT_Face face );
svttglyf.h 31 (*TT_Glyf_GetLocationFunc)( FT_Face face,
  /external/webkit/WebCore/html/
HTMLBaseFontElement.idl 24 attribute [ConvertNullToNullString, Reflect] DOMString face;
HTMLFontElement.h 42 String face() const;
  /external/freetype/src/sfnt/
ttbdf.c 41 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,
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_FACE( face )->stream )
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
FontCustomPlatformData.h 41 FontCustomPlatformData(SkTypeface* face);
  /external/freetype/src/cff/
cffdrivr.c 78 /* glyphs of the same face. */
81 /* face :: A handle to the source face object. */
109 TT_Face face = (TT_Face)ttface; local
110 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
117 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
138 /* size :: A handle to the source face size at which the glyph */
177 if ( cffsize->face != cffslot->face )
192 cff_get_advances( FT_Face face,
408 FT_Face face = FT_CMAP_FACE( cmap ); local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 277 /* face :: The font face. */
280 ft_var_load_avar( TT_Face face )
282 FT_Stream stream = FT_FACE_STREAM(face);
284 GX_Blend blend = face->blend;
296 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 )
366 /* face :: The font face. */
372 ft_var_load_gvar( TT_Face face )
    [all...]
ttgload.c 74 TT_Get_HMetrics( TT_Face face,
80 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
82 if ( check && face->postscript.isFixedPitch )
83 *aw = face->horizontal.advance_Width_Max;
104 TT_Get_VMetrics( TT_Face face,
112 if ( face->vertical_info )
113 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
120 *ah = face->root.units_per_EM
147 TT_Face face = (TT_Face)loader->face; local
183 TT_Face face = (TT_Face)loader->face; local
357 TT_Face face = (TT_Face)load->face; local
1239 TT_Face face = (TT_Face)loader->face; local
1642 TT_Face face = (TT_Face)loader->face; local
1809 TT_Face face; local
1870 TT_Face face; local
2016 TT_Face face; local
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face object. *
    [all...]
  /external/webkit/WebCore/css/
CSSFontFaceSource.h 56 void setFontFace(CSSFontFace* face) { m_face = face; }
72 CSSFontFace* m_face; // Our owning font face.
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 32 SkTypeface* face; local
35 face = SkTypeface::CreateFromName(NULL, (SkTypeface::Style)style);
39 face = SkTypeface::CreateFromName(str.c_str(), style);
41 return face;
48 static void Typeface_unref(JNIEnv* env, jobject obj, SkTypeface* face) {
49 SkSafeUnref(face);
52 static int Typeface_getStyle(JNIEnv* env, jobject obj, SkTypeface* face) {
53 return face->style();
  /external/freetype/src/autofit/
afcjk.h 35 FT_Face face );
afglobal.h 40 * model the global hints data for a given face, decomposed into
47 af_face_globals_new( FT_Face face,
afpic.h 52 #define AF_SCRIPT_CLASSES_GET (GET_PIC(FT_FACE_LIBRARY(globals->face))->af_script_classes)

Completed in 1847 milliseconds

1 23 4 5 6 7 8