/external/freetype/src/autofit/ |
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/base/ |
ftpatent.c | 113 _tt_check_patents_in_table( FT_Face face, 116 FT_Stream stream = face->stream; 122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE ); 131 error = service->table_info( face, i, 147 _tt_face_check_patents( FT_Face face ) 149 FT_Stream stream = face->stream; 157 result = _tt_check_patents_in_table( face, TTAG_fpgm ); 161 result = _tt_check_patents_in_table( face, TTAG_prep ); 165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF ); 169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ [all...] |
ftgasp.c | 25 FT_Get_Gasp( FT_Face face, 31 if ( face && FT_IS_SFNT( face ) ) 33 TT_Face ttface = (TT_Face)face;
|
/external/freetype/include/freetype/ |
ftcid.h | 62 * face :: 63 * A handle to the input face. 67 * The registry, as a C~string, owned by the face. 70 * The ordering, as a C~string, owned by the face. 86 FT_Get_CID_Registry_Ordering_Supplement( FT_Face face, 98 * Retrieve the type of the input face, CID keyed or not. In 103 * face :: 104 * A handle to the input face. 108 * The type of the face as an @FT_Bool. 121 FT_Get_CID_Is_Internally_CID_Keyed( FT_Face 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...] |
freetype.h | 382 /* A handle to a given typographic face object. A face object models */ 386 /* Each face object also owns a single @FT_GlyphSlot object, as well */ 389 /* Use @FT_New_Face or @FT_Open_Face to create a new face object from */ 395 /* See @FT_FaceRec for the publicly accessible fields of a given face */ 407 /* A handle to an object used to model a face scaled to a given */ 422 /* activated at any given time per face. */ 439 /* face. */ 460 /* parent's face. Some font formats may provide several charmaps per */ 463 /* Each face object owns zero or more charmaps, but only one of them * 737 FT_Face face; member in struct:FT_CharMapRec_ 1396 FT_Face face; \/* parent face object *\/ member in struct:FT_SizeRec_ 1607 FT_Face face; member in struct:FT_GlyphSlotRec_ 2035 FT_Done_Face( FT_Face face ); variable 2921 FT_Get_Postscript_Name( FT_Face face ); variable 3301 FT_Get_FSType_Flags( FT_Face face ); variable 3450 FT_Face_GetVariantSelectors( FT_Face face ); variable 3841 FT_Face_CheckTrueTypePatents( FT_Face face ); variable [all...] |
ftmac.h | 73 /* Create a new face object from a FOND resource. */ 85 /* aface :: A handle to a new face object. */ 96 /* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */ 123 /* face_index :: Index of the face. For passing to */ 151 /* face_index :: Index of the face. For passing to */ 170 /* Return a pathname of the disk file and face index for given font */ 183 /* face_index :: Index of the face. For passing to @FT_New_Face. */ 202 /* Create a new face object from a given resource and typeface index */ 211 /* face_index :: The index of the face within the resource. The */ 212 /* first face has index~0. * [all...] |
/frameworks/base/media/java/android/media/ |
FaceDetector.java | 32 * A Face contains all the information identifying the location 33 * of a face in a bitmap. 35 public class Face { 36 /** The minimum confidence factor of good face recognition */ 38 /** The x-axis Euler angle of a face. */ 40 /** The y-axis Euler angle of a face. */ 42 /** The z-axis Euler angle of a face. */ 47 * certain what has been found is actually a face. A confidence 56 * face's mid-point 69 * Returns the face's pose. That is, the rotations around either [all...] |
/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, 425 FT_Face face = FT_CMAP_FACE( cmap ); local [all...] |
/external/freetype/src/truetype/ |
ttdriver.c | 81 /* glyphs of the same face. */ 84 /* face :: A handle to the source face object. */ 112 TT_Face face = (TT_Face)ttface; local 113 SFNT_Service sfnt = (SFNT_Service)face->sfnt; 120 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); 137 TT_Face face = (TT_Face) ttface; local 152 TT_Get_VMetrics( face, start + nn, check, &tsb, &ah ); 164 TT_Get_HMetrics( face, start + nn, check, &lsb, &aw ); 191 TT_Face ttface = (TT_Face)size->face; 292 FT_Face face = ttslot->face; local [all...] |
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,
|
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...] |
/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/freetype/include/freetype/internal/services/ |
svpfr.h | 33 (*FT_PFR_GetMetricsFunc)( FT_Face face, 40 (*FT_PFR_GetKerningFunc)( FT_Face face, 46 (*FT_PFR_GetAdvanceFunc)( FT_Face face,
|
svpsinfo.h | 33 (*PS_GetFontInfoFunc)( FT_Face face, 37 (*PS_GetFontExtraFunc)( FT_Face face, 41 (*PS_HasGlyphNamesFunc)( FT_Face face ); 44 (*PS_GetFontPrivateFunc)( 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
|
ttmtx.h | 32 tt_face_load_hhea( TT_Face face, 38 tt_face_load_hmtx( TT_Face face, 44 tt_face_get_metrics( TT_Face face,
|
ttbdf.h | 32 tt_face_free_bdf_props( TT_Face face ); variable 36 tt_face_find_bdf_prop( TT_Face face,
|
ttpost.h | 33 tt_face_get_ps_name( TT_Face face, 38 tt_face_free_ps_names( TT_Face face ); variable
|
ttpost.c | 155 load_format_20( TT_Face face, 177 if ( num_glyphs > face->max_profile.numGlyphs ) 244 TT_Post_20 table = &face->postscript_names.names.format_20; 273 load_format_25( TT_Face face, 288 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 ) 318 TT_Post_25 table = &face->postscript_names.names.format_25; 336 load_post_names( TT_Face face ) 343 /* get a stream for the face's resource */ 344 stream = face->root.stream; 347 error = face->goto_table( face, TTAG_post, stream, 0 ) [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/freetype/include/freetype/internal/ |
autohint.h | 36 /* An automatic hinter might compute two kinds of data for a given face: */ 39 /* of the face. It is computed by scanning more or less */ 40 /* aggressively the glyphs in the face, and thus can be */ 55 /* typically implement an LRU cache of opened face objects to reduce */ 57 /* global hints every time the same face is re-opened. */ 59 /* We thus provide the ability to cache global hints outside of the face */ 89 /* Retrieves the global hints computed for a given face object the */ 90 /* resulting data is dissociated from the face and will survive a */ 97 /* face :: A handle to the source face object. * [all...] |
/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);
|
/cts/tests/src/android/media/cts/ |
FaceView.java | 28 import android.media.FaceDetector.Face; 36 private Face[] mAllFaces = new Face[NUM_FACES]; 44 public ArrayList<Face> detectedFaces = new ArrayList<Face>(); 82 for (Face face : detectedFaces) { 84 face.getMidPoint(eyesMP); 87 float eyesDistance = face.eyesDistance() * scale;
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
ClockPicker.java | 31 * Clock face picker for the Alarm Clock application. 58 int face = mPrefs.getInt(AlarmClock.PREF_CLOCK_FACE, 0); local 59 if (face < 0 || face >= AlarmClock.CLOCKS.length) face = 0; 68 mGallery.setSelection(face, false);
|