HomeSort by relevance Sort by last modified time
    Searched defs:face (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/freetype/include/freetype/
ftxf86.h 64 /* Return a string describing the format of a given face, using values */
70 /* face :: */
71 /* Input face handle. */
77 FT_Get_X11_Font_Format( FT_Face face ); variable
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.
  /external/freetype/src/sfnt/
sfobjs.h 33 TT_Face face,
40 TT_Face face,
46 sfnt_done_face( TT_Face face ); variable
ttbdf.h 32 tt_face_free_bdf_props( TT_Face face ); variable
36 tt_face_find_bdf_prop( TT_Face face,
ttload.h 33 tt_face_lookup_table( TT_Face face,
37 tt_face_goto_table( TT_Face face,
44 tt_face_load_font_dir( TT_Face face,
49 tt_face_load_any( TT_Face face,
57 tt_face_load_head( TT_Face face,
62 tt_face_load_cmap( TT_Face face,
67 tt_face_load_maxp( TT_Face face,
72 tt_face_load_name( TT_Face face,
77 tt_face_load_os2( TT_Face face,
82 tt_face_load_post( TT_Face face,
91 tt_face_free_name( TT_Face face ); variable
    [all...]
ttpost.h 33 tt_face_get_ps_name( TT_Face face,
38 tt_face_free_ps_names( TT_Face face ); variable
ttsbit.h 31 tt_face_load_eblc( TT_Face face,
35 tt_face_free_eblc( TT_Face face ); variable
39 tt_face_set_sbit_strike( TT_Face face,
44 tt_face_load_strike_metrics( TT_Face face,
50 tt_find_sbit_image( TT_Face face,
65 tt_face_load_sbit_image( TT_Face face,
ttkern.h 33 tt_face_load_kern( TT_Face face,
37 tt_face_done_kern( TT_Face face ); variable
40 tt_face_get_kerning( TT_Face face,
44 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
ttcmap.h 112 tt_face_build_cmaps( TT_Face face ); variable
  /external/freetype/src/truetype/
ttgload.h 35 TT_Init_Glyph_Loading( TT_Face face ); variable
38 TT_Get_HMetrics( TT_Face face,
45 TT_Get_VMetrics( TT_Face face,
ttpload.h 31 tt_face_load_loca( TT_Face face,
35 tt_face_get_location( TT_Face face,
40 tt_face_done_loca( TT_Face face ); variable
43 tt_face_load_cvt( TT_Face face,
47 tt_face_load_fpgm( TT_Face face,
52 tt_face_load_prep( TT_Face face,
57 tt_face_load_hdmx( TT_Face face,
62 tt_face_free_hdmx( TT_Face face ); variable
66 tt_face_get_device_metrics( TT_Face face,
ttobjs.c 145 /* Compare the face with a list of well-known `tricky' fonts. */
169 /* Note that we only check the face name at the moment; it might */
185 /* Initialize a given TrueType face object. */
190 /* face_index :: The index of the font face in the resource. */
197 /* face :: The newly built face object. */
212 TT_Face face = (TT_Face)ttface; local
225 error = sfnt->init_face( stream, face, face_index, num_params, params );
232 if ( face->format_tag != 0x00010000L && /* MS fonts */
233 face->format_tag != 0x00020000L && /* CJK fonts for Win 3.1 *
338 TT_Face face = (TT_Face)ttface; local
405 TT_Face face = (TT_Face)size->root.face; local
490 TT_Face face = (TT_Face)size->root.face; local
545 TT_Face face = (TT_Face)ftsize->face; local
589 TT_Face face = (TT_Face)ftsize->face; local
685 TT_Face face = (TT_Face)size->root.face; local
793 TT_Face face; local
    [all...]
  /external/freetype/src/base/
ftsynth.c 87 FT_Face face = slot->face; local
97 xstr = FT_MulFix( face->units_per_EM,
98 face->size->metrics.y_scale ) / 24;
  /external/webkit/WebCore/platform/graphics/android/
FontCustomPlatformData.cpp 36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face)
38 face->safeRef();
39 m_typeface = face;
66 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
67 if (0 == face) {
73 SkAutoUnref aur(face);
75 return new FontCustomPlatformData(face);
  /external/freetype/src/autofit/
afloader.h 30 FT_Face face; /* current face */ member in struct:AF_LoaderRec_
31 AF_FaceGlobals globals; /* current face globals */
52 FT_Face face );
61 FT_Face face,
afglobal.c 67 FT_Face face; member in struct:AF_FaceGlobalsRec_
68 FT_Long glyph_count; /* same as face->num_glyphs */
76 /* Compute the script index of each glyph within a given face. */
82 FT_Face face = globals->face; local
83 FT_CharMap old_charmap = face->charmap;
93 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
124 gindex = FT_Get_Char_Index( face, charcode );
135 charcode = FT_Get_Next_Char( face, charcode, &gindex );
152 FT_UInt gindex = FT_Get_Char_Index( face, i )
    [all...]
  /external/freetype/src/cff/
cffcmap.c 36 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
37 CFF_Font cff = (CFF_Font)face->extra.data;
123 cff_sid_to_glyph_name( TT_Face face,
126 CFF_Font cff = (CFF_Font)face->extra.data;
138 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
139 FT_Memory memory = FT_FACE_MEMORY( face );
140 CFF_Font cff = (CFF_Font)face->extra.data;
155 (FT_Pointer)face );
162 FT_Face face = FT_CMAP_FACE( unicodes ); local
163 FT_Memory memory = FT_FACE_MEMORY( face );
175 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
188 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /external/webkit/WebCore/html/
HTMLFontElement.cpp 157 String HTMLFontElement::face() const function in class:WebCore::HTMLFontElement
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 49 // FontPlatformData is the handle which WebKit has on a specific face. A face
99 // the font's file name so refers to a single face.
133 HB_FaceRec_* face() const { return m_harfbuzzFace; } function in class:WebCore::FontPlatformData::RefCountedHarfbuzzFace
  /external/webkit/WebCore/platform/graphics/gtk/
FontCustomPlatformData.cpp 59 FT_Face face; local
60 error = FT_New_Memory_Face(library, reinterpret_cast<const FT_Byte*>(buffer->data()), buffer->size(), 0, &face);
65 cairo_font_face_t* fontFace = cairo_ft_font_face_create_for_ft_face(face, 0);
SimpleFontDataGtk.cpp 95 FT_Face face = cairo_ft_scaled_font_lock_face(m_platformData.m_scaledFont); local
97 if (!face)
101 if (FcFreeTypeCharIndex(face, characters[i]) == 0) {
FontPlatformDataPango.cpp 109 cairo_font_face_t* face = cairo_ft_font_face_create_for_pattern(fcfont->font_pattern); local
122 m_scaledFont = cairo_scaled_font_create(face, &fontMatrix, &ctm, fontOptions);
124 cairo_font_face_destroy(face);
  /external/freetype/src/psaux/
t1cmap.c 38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); local
39 FT_Service_PsCMaps psnames = (FT_Service_PsCMaps)face->psnames;
42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
177 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); local
178 T1_Encoding encoding = &face->type1.encoding;
267 t1_get_glyph_name( T1_Face face,
270 return face->type1.glyph_names[idx];
277 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
278 FT_Memory memory = FT_FACE_MEMORY( face );
294 FT_Face face = FT_CMAP_FACE( unicodes ); local
307 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
319 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLShape.java 29 public void addFace(GLFace face) {
30 mFaceList.add(face);
33 public void setFaceColor(int face, GLColor color) {
34 mFaceList.get(face).setColor(color);
40 GLFace face = iter.next(); local
41 face.putIndices(buffer);
49 GLFace face = iter.next(); local
50 count += face.getIndexCount();
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 72 const char* face = wxfont->GetFaceName().mb_str(wxConvUTF8); local
74 face,

Completed in 834 milliseconds

1 2 3