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

1 2 3 4 5 6 7 8 91011

  /external/freetype/include/freetype/
ftfntfmt.h 61 /* Return a string describing the format of a given face. Possible */
68 /* face :: */
69 /* Input face handle. */
79 FT_Get_Font_Format( FT_Face face ); variable
84 FT_Get_X11_Font_Format( FT_Face face ); variable
ftsnames.h 128 /* face :: A handle to the source face. */
134 FT_Get_Sfnt_Name_Count( FT_Face face ); variable
146 /* face :: A handle to the source face. */
169 FT_Get_Sfnt_Name( FT_Face face,
214 /* face :: A handle to the source face. */
240 FT_Get_Sfnt_LangTag( FT_Face face,
  /external/freetype/src/sfnt/
sfobjs.h 33 TT_Face face,
40 TT_Face face,
46 sfnt_done_face( TT_Face face ); variable
49 tt_face_get_name( TT_Face face,
ttbdf.h 34 tt_face_free_bdf_props( TT_Face face ); variable
38 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_sbit( TT_Face face,
35 tt_face_free_sbit( TT_Face face ); variable
39 tt_face_set_sbit_strike( TT_Face face,
44 tt_face_load_strike_metrics( TT_Face face,
49 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,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftfntfmt.h 61 /* Return a string describing the format of a given face. Possible */
68 /* face :: */
69 /* Input face handle. */
79 FT_Get_Font_Format( FT_Face face ); variable
84 FT_Get_X11_Font_Format( FT_Face face ); variable
  /external/freetype/src/cff/
cffload.h 69 CFF_Face face,
109 cff_get_var_blend( CFF_Face face,
116 cff_done_blend( CFF_Face face ); variable
cffobjs.h 56 /* Face functions */
60 FT_Face face, /* CFF_Face */
66 cff_face_done( FT_Face face ); /* CFF_Face */ variable
cffcmap.c 39 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
40 CFF_Font cff = (CFF_Font)face->extra.data;
134 cff_sid_to_glyph_name( TT_Face face,
137 CFF_Font cff = (CFF_Font)face->extra.data;
150 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
151 FT_Memory memory = FT_FACE_MEMORY( face );
152 CFF_Font cff = (CFF_Font)face->extra.data;
169 (FT_Pointer)face );
176 FT_Face face = FT_CMAP_FACE( unicodes ); local
177 FT_Memory memory = FT_FACE_MEMORY( face );
189 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
202 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /external/pdfium/core/fxge/
cfx_unicodeencoding.cpp 19 FXFT_Face face = m_pFont->GetFace(); local
20 if (!face)
23 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0)
24 return FXFT_Get_Char_Index(face, charcode);
29 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0)
30 index = FXFT_Get_Char_Index(face, charcode);
31 if (!index && !FXFT_Select_Charmap(face, FXFT_ENCODING_APPLE_ROMAN))
32 return FXFT_Get_Char_Index(face, charcode);
  /external/freetype/src/base/
ftsynth.c 93 FT_Face face; local
102 face = slot->face;
109 xstr = FT_MulFix( face->units_per_EM,
110 face->size->metrics.y_scale ) / 24;
  /external/freetype/src/pfr/
pfrdrivr.c 36 PFR_Face face = (PFR_Face)pfrface; local
37 PFR_PhyFont phys = &face->phy_font;
70 PFR_Face face = (PFR_Face)pfrface; local
81 if ( face )
83 PFR_PhyFont phys = &face->phy_font;
105 PFR_Face face = (PFR_Face)pfrface; local
106 PFR_PhyFont phys = &face->phy_font;
108 FT_Size size = face->root.size;
pfrcmap.c 32 PFR_Face face = (PFR_Face)FT_CMAP_FACE( cmap ); local
37 cmap->num_chars = face->phy_font.num_chars;
38 cmap->chars = face->phy_font.chars;
  /external/mesa3d/src/mesa/main/
genmipmap.c 157 GLuint face; local
158 for (face = 0; face < 6; face++) {
160 GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, texObj);
172 * cube face, a set of array slices, etc.
  /packages/apps/Camera2/src/com/android/camera/one/v2/face/
FaceDetect.java 17 package com.android.camera.one.v2.face;
28 * Compute face detect modes.
  /external/freetype/src/autofit/
afloader.h 31 * actual fonts. If necessary, `local' data like the current face, the
32 * current face's auto-hint data, or the current glyph's parameters
39 /* current face data */
40 FT_Face face; member in struct:AF_LoaderRec_
64 FT_Face face );
74 FT_Face face,
80 FT_Face face,
  /external/harfbuzz_ng/src/
test-size-params.cc 83 /* Create the face */
84 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
89 bool ret = hb_ot_layout_get_size_params (face, p, p+1, p+2, p+3, p+4);
test-would-substitute.cc 87 /* Create the face */
88 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
92 hb_font_t *font = hb_font_create (face);
103 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], nullptr, 0), glyphs, len, false);
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 10 hb_face_t *face = hb_face_create(blob, 0); local
11 hb_font_t *font = hb_font_create(face);
49 hb_face_destroy(face);
  /external/harfbuzz_ng/util/
hb-fc.cc 101 static hb_face_t *face; local
108 if (!face) /* XXX MT-unsafe */
109 face = hb_face_create (hb_blob_get_empty (), 0);
111 font = hb_font_create (face);

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011