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

1 2 3 4 5

  /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 )
  /external/freetype/src/truetype/
ttgload.h 35 TT_Init_Glyph_Loading( TT_Face face ); variable
38 TT_Get_HMetrics( TT_Face face,
44 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,
  /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/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.cpp 36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face)
38 SkSafeRef(face);
39 m_typeface = face;
66 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
69 if (0 == face) {
75 SkAutoUnref aur(face);
77 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,
  /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/harfbuzz/contrib/
harfbuzz-freetype.c 20 FT_Face face = (FT_Face) font->userData; local
27 glyphs[j++] = FT_Get_Char_Index(face, cp);
38 FT_Face face = (FT_Face) font->userData; local
42 const FT_Error error = FT_Load_Glyph(face, glyphs[i], FT_LOAD_DEFAULT);
48 advances[i] = face->glyph->advance.x;
54 FT_Face face = (FT_Face)font->userData; local
59 if (FT_Get_Char_Index(face, cp) == 0)
71 FT_Face face = (FT_Face) font->userData; local
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags)))
78 if (face->glyph->format != ft_glyph_format_outline
97 FT_Face face = (FT_Face) font->userData; local
117 FT_Face face = (FT_Face) font->userData; local
140 FT_Face face = (FT_Face) voidface; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 64 hb_face_t *face; member in struct:hb_ot_shape_planner_t
70 face (master_plan->face),
73 map (face, &props) {}
hb-shape-plan-private.hh 42 hb_face_t *face; member in struct:hb_shape_plan_t
test-size-params.cc 82 /* Create the face */
83 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
88 bool ret = hb_ot_layout_get_size_params (face, p, p+1, p+2, p+3, p+4);
test-would-substitute.cc 86 /* Create the face */
87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 hb_font_t *font = hb_font_create (face);
102 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
test-buffer-serialize.cc 84 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
88 unsigned int upem = hb_face_get_upem (face);
89 hb_font_t *font = hb_font_create (face);
90 hb_face_destroy (face);
test.cc 87 /* Create the face */
88 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 unsigned int upem = hb_face_get_upem (face);
93 hb_font_t *font = hb_font_create (face);
127 hb_face_destroy (face);
  /external/skia/gm/
strokefill.cpp 47 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); local
48 SkSafeUnref(paint.setTypeface(face));
51 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
52 SkSafeUnref(paint.setTypeface(face));
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Face.java 25 public class Face implements Comparable<Face> {
30 public Face(String name, String personId, String rect) {
54 if (obj instanceof Face) {
55 Face face = (Face) obj; local
56 return mPersonId.equals(face.mPersonId);
62 public int compareTo(Face another) {
  /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 psaux_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...]
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 119 FT_Face face = cairo_ft_scaled_font_lock_face(m_platformData.scaledFont()); local
121 if (!face)
125 if (FcFreeTypeCharIndex(face, characters[i]) == 0) {

Completed in 460 milliseconds

1 2 3 4 5