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

1 2 3 4

  /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,
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/
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);
FontPlatformData.h 79 // the font's file name so refers to a single face.
104 HB_FaceRec_* face() const { return m_harfbuzzFace; } function in class:WebCore::FontPlatformData::RefCountedHarfbuzzFace
  /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 );
133 charcode = FT_Get_Next_Char( face, charcode, &gindex );
148 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/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/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...]
  /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) {
  /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) {
66 if (obj instanceof Face) {
67 Face face = (Face) obj; local
68 return mPersonId.equals(face.mPersonId);
73 public int compareTo(Face another) {
  /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/llvm/utils/emacs/
tablegen-mode.el 10 (defvar td-decorators-face 'td-decorators-face
11 "Face method decorators.")
12 (make-face 'td-decorators-face)
23 ;; '("\/\/" . font-lock-comment-face)
25 '("\"[^\"]+\"" . font-lock-string-face)
27 '("\\<0x[0-9A-Fa-f]+\\>" . font-lock-preprocessor-face)
29 '("\\<0b[01]+\\>" . font-lock-preprocessor-face)
31 '("\\<[-]?[0-9]+\\>" . font-lock-preprocessor-face)
    [all...]
  /external/skia/src/core/
SkTypefaceCache.cpp 23 void SkTypefaceCache::add(SkTypeface* face, SkTypeface::Style requestedStyle) {
29 rec->fFace = face;
31 face->ref();
62 SkTypeface* face = fArray[i].fFace; local
63 if (1 == face->getRefCnt()) {
64 face->unref();
90 void SkTypefaceCache::Add(SkTypeface* face, SkTypeface::Style requestedStyle) {
92 Get().add(face, requestedStyle);
108 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
109 SkDebugf("SkTypefaceCache: face %p fontID %d style %d refcnt %d\n"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 53 // FontPlatformData is the handle which WebKit has on a specific face. A face
112 // the font's file name so refers to a single face.
150 HB_FaceRec_* face() const { return m_harfbuzzFace; } function in class:WebCore::FontPlatformData::RefCountedHarfbuzzFace

Completed in 492 milliseconds

1 2 3 4