Searched refs:face (Results 51 - 75 of 190) sorted by relevance

12345678

/external/freetype/src/truetype/
H A Dttgxvar.h145 TT_Set_MM_Blend( TT_Face face,
150 TT_Set_Var_Design( TT_Face face,
155 TT_Get_MM_Var( TT_Face face,
160 tt_face_vary_cvt( TT_Face face,
165 TT_Vary_Get_Glyph_Deltas( TT_Face face,
H A Dttgxvar.c277 /* 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...]
H A Dttgload.c71 TT_Get_HMetrics( TT_Face face, argument
76 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
94 TT_Get_VMetrics( TT_Face face, argument
99 if ( face->vertical_info )
100 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
107 *ah = face->root.units_per_EM;
112 else if ( face->os2.version != 0xFFFFU )
114 *tsb = face
134 TT_Face face = (TT_Face)loader->face; local
166 TT_Face face = (TT_Face)loader->face; local
340 TT_Face face = (TT_Face)load->face; local
1219 TT_Face face = (TT_Face)loader->face; local
1622 TT_Face face = (TT_Face)loader->face; local
1773 TT_Face face; local
1834 TT_Face face; local
1986 TT_Face face; local
[all...]
/external/freetype/src/autofit/
H A Dafglobal.c67 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,
[all...]
/external/freetype/src/psaux/
H A Dt1cmap.c38 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, argument
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/
H A Dsvcid.h30 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
35 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
38 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
H A Dsvsfnt.h40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
H A Dsvbdf.h32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
H A Dsvgldict.h38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
H A Dsvkern.h32 (*FT_Kerning_TrackGetFunc)( FT_Face face,
H A Dsvotval.h32 (*otv_validate_func)( FT_Face volatile face,
/external/skia/tests/
H A DFontHostTest.cpp27 static void test_tables(skiatest::Reporter* reporter, SkTypeface* face) { argument
28 SkFontID fontID = face->uniqueID();
76 SkTypeface* face = SkTypeface::CreateFromName(gNames[i], local
78 if (face) {
82 test_tables(reporter, face);
83 face->unref();
/external/freetype/include/freetype/
H A Dftbdf.h140 * face ::
141 * A handle to the input face.
145 * Charset encoding, as a C~string, owned by the face.
148 * Charset registry, as a C~string, owned by the face.
157 FT_Get_BDF_Charset_ID( FT_Face face,
171 * face :: A handle to the input face.
198 FT_Get_BDF_Property( FT_Face face,
H A Dftotval.h124 * face ::
125 * A handle to the input face.
160 FT_OpenType_Validate( FT_Face face,
179 * face ::
180 * A handle to the input face.
191 FT_OpenType_Free( FT_Face face,
H A Dftsnames.h120 /* 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.
H A Dftgasp.h61 * This special value means that there is no GASP table in this face.
109 * face :: The source face handle.
114 * `gasp' table in the face.
120 FT_Get_Gasp( FT_Face face,
H A Dftgxval.h188 * face ::
189 * A handle to the input face.
218 FT_TrueTypeGX_Validate( FT_Face face,
235 * face ::
236 * A handle to the input face.
247 FT_TrueTypeGX_Free( FT_Face face,
298 * face ::
299 * A handle to the input face.
318 FT_ClassicKern_Validate( FT_Face face,
334 * face
[all...]
H A Dftsizes.h54 /* 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' i
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLBaseFontElement.idl24 attribute [Reflect] DOMString face;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp468 const bool symbolFont = item->face->isSymbolFont;
898 static HB_Bool checkScript(HB_Face face, int script) argument
902 if (!face->gsub && !face->gpos)
909 if (!face->gsub)
913 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index);
916 error = HB_GSUB_Select_Script(face->gsub, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index);
923 if (!face->gpos)
927 HB_Error error = HB_GPOS_Select_Script(face->gpos, script, &script_index);
930 error = HB_GPOS_Select_Script(face
972 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec)); local
1033 HB_FreeFace(HB_Face face) argument
1157 HB_Face face = item->face; local
1214 HB_Face face = item->face; local
[all...]
/external/freetype/src/sfnt/
H A Dttbdf.c41 tt_face_free_bdf_props( TT_Face face )
43 TT_BDF bdf = &face->bdf;
48 FT_Stream stream = FT_FACE(face)->stream;
62 tt_face_load_bdf_props( TT_Face face, argument
65 TT_BDF bdf = &face->bdf;
72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length );
140 tt_face_find_bdf_prop( TT_Face face,
144 TT_BDF bdf = &face->bdf;
145 FT_Size size = FT_FACE(face)->size;
157 error = tt_face_load_bdf_props( face, FT_FAC
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c77 /* glyphs of the same face. */
80 /* face :: A handle to the source face object. */
108 TT_Face face = (TT_Face)ttface; local
109 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
116 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
137 /* size :: A handle to the source face size at which the glyph */
176 if ( cffsize->face != cffslot->face )
191 cff_get_advances( FT_Face face,
225 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
263 cff_get_name_index( CFF_Face face, FT_String* glyph_name ) argument
320 cff_ps_get_font_info( CFF_Face face, PS_FontInfoRec* afont_info ) argument
408 FT_Face face = FT_CMAP_FACE( cmap ); local
442 cff_get_ros( CFF_Face face, const char* *registry, const char* *ordering, FT_Int *supplement ) argument
499 cff_get_is_cid( CFF_Face face, FT_Bool *is_cid ) argument
522 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) argument
[all...]
/external/freetype/include/freetype/internal/
H A Dsfnt.h37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face objec
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dbuffer.cpp34 static void StencilFuncSeparate(GGLInterface * iface, GLenum face, GLenum func, GLint ref, GLuint mask) argument
37 if (GL_FRONT > face || GL_FRONT_AND_BACK < face)
44 if (GL_FRONT == face || GL_FRONT_AND_BACK == face) {
49 if (GL_BACK == face || GL_FRONT_AND_BACK == face) {
80 static void StencilOpSeparate(GGLInterface * iface, GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) argument
83 if (GL_FRONT > face || GL_FRONT_AND_BACK < face)
98 StencilSelect(const GGLInterface * iface, GLenum face) argument
[all...]
/external/opencv/
H A Dcvjni.cpp337 // Release all of the memory used by face tracking.
374 // If a previous face was specified, we will limit the ROI to that face.
456 // of Android Rect objects with the face coordinates. If any errors
503 // Store the previous face found in the scene.
504 void storePreviousFace(CvRect* face) { argument
507 face->x += m_faceCropArea.x;
508 face->y += m_faceCropArea.y;
509 sprintf(buffer, "Face rect + m_faceCropArea: (%d, %d) to (%d, %d)", face->x, face
593 CvRect *face = (CvRect*)cvGetSeqElem(m_facesFound, 0); local
613 highlightFace(IplImage *sourceImage, CvRect *face, double scale = 1.0) argument
636 CvRect* face; local
[all...]

Completed in 992 milliseconds

12345678