Searched refs:face (Results 201 - 225 of 505) sorted by relevance

1234567891011>>

/external/pdfium/third_party/freetype/src/cid/
H A Dcidgload.c44 CID_Face face = (CID_Face)decoder->builder.face; local
45 CID_FaceInfo cid = &face->cid;
48 FT_Stream stream = face->cid_stream;
51 FT_Memory memory = face->root.memory;
53 PSAux_Service psaux = (PSAux_Service)face->psaux;
57 face->root.internal->incremental_interface;
135 CID_Subrs cid_subrs = face->subrs + fd_select;
217 cid_face_compute_max_advance( CID_Face face,
224 PSAux_Service psaux = (PSAux_Service)face
277 CID_Face face = (CID_Face)cidglyph->face; local
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c73 TT_Get_HMetrics( TT_Face face, argument
78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
91 TT_Get_VMetrics( TT_Face face, argument
97 if ( face->vertical_info )
98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
100 else if ( face->os2.version != 0xFFFFU )
102 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
103 *ah = face
121 TT_Face face = (TT_Face)loader->face; local
181 TT_Face face = (TT_Face)loader->face; local
736 TT_Face face = (TT_Face)loader->face; local
919 TT_Face face = (TT_Face)loader->face; local
1408 TT_Face face = (TT_Face)loader->face; local
1850 TT_Face face = (TT_Face)loader->face; local
2028 TT_Face face; local
2091 TT_Face face; local
[all...]
/external/freetype/src/cache/
H A Dftcbasic.c102 FT_Face face; local
107 &face );
109 if ( error || !face )
112 if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs )
114 " too large number of glyphs in this face, truncated\n",
115 face->num_glyphs ));
118 result = (FT_UInt)face->num_glyphs;
138 FT_Face face = size->face; local
162 FT_Face face; local
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java86 // Marks the face with the current strip ID
100 boolean unique(FaceInfoVec faceVec, FaceInfo face) argument
109 if( (faceVec.at(i).m_v0 == face.m_v0) ||
110 (faceVec.at(i).m_v1 == face.m_v0) ||
111 (faceVec.at(i).m_v2 == face.m_v0) )
117 if( (faceVec.at(i).m_v0 == face.m_v1) ||
118 (faceVec.at(i).m_v1 == face.m_v1) ||
119 (faceVec.at(i).m_v2 == face.m_v1) )
125 if( (faceVec.at(i).m_v0 == face.m_v2) ||
126 (faceVec.at(i).m_v1 == face
[all...]
/external/freetype/src/cff/
H A Dcffgload.c244 /* face :: The current face object. */
254 TT_Face face,
262 builder->face = face;
264 builder->memory = face->root.memory;
372 /* face :: The current face object. */
384 TT_Face face,
390 CFF_Font cff = (CFF_Font)face
253 cff_builder_init( CFF_Builder* builder, TT_Face face, CFF_Size size, CFF_GlyphSlot glyph, FT_Bool hinting ) argument
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
693 cff_free_glyph_data( TT_Face face, FT_Byte** pointer, FT_ULong length ) argument
740 TT_Face face = decoder->builder.face; local
2615 TT_Face face = (TT_Face)glyph->root.face; local
[all...]
/external/freetype/src/truetype/
H A Dttgload.c73 TT_Get_HMetrics( TT_Face face, argument
78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
91 TT_Get_VMetrics( TT_Face face, argument
97 if ( face->vertical_info )
98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
100 else if ( face->os2.version != 0xFFFFU )
102 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
103 *ah = (FT_UShort)FT_ABS( face
123 TT_Face face = (TT_Face)loader->face; local
185 TT_Face face = (TT_Face)loader->face; local
757 TT_Face face = (TT_Face)loader->face; local
923 TT_Face face = (TT_Face)loader->face; local
1415 TT_Face face = (TT_Face)loader->face; local
1938 TT_Face face = (TT_Face)loader->face; local
2116 TT_Face face; local
2179 TT_Face face; local
[all...]
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp384 FXFT_Face face; local
385 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
388 FXFT_Set_Pixel_Sizes(face, 0, 64);
389 return face;
402 FXFT_Face face; local
403 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
406 FXFT_Set_Pixel_Sizes(face, 0, 64);
407 return face;
421 FXFT_Face face; local
422 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
461 FXFT_Face face = GetFontFace(file); local
517 ReportFace(FXFT_Face face, CFPF_SkiaFontDescriptor *pFontDesc) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp163 FXFT_Face face = NULL; local
164 int error = FXFT_New_Memory_Face(library, pData, size, 0, &face);
168 error = FXFT_Set_Pixel_Sizes(face, 64, 64);
172 return face;
395 FXFT_Face face = m_pFont->GetFace(); local
396 if (!face) {
399 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0) {
400 return FXFT_Get_Char_Index(face, charcode);
404 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0) {
405 index = FXFT_Get_Char_Index(face, charcod
415 FXFT_Face face = m_pFont->GetFace(); local
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c244 /* face :: The current face object. */
254 TT_Face face,
262 builder->face = face;
264 builder->memory = face->root.memory;
372 /* face :: The current face object. */
384 TT_Face face,
390 CFF_Font cff = (CFF_Font)face
253 cff_builder_init( CFF_Builder* builder, TT_Face face, CFF_Size size, CFF_GlyphSlot glyph, FT_Bool hinting ) argument
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
693 cff_free_glyph_data( TT_Face face, FT_Byte** pointer, FT_ULong length ) argument
740 TT_Face face = decoder->builder.face; local
2610 TT_Face face = (TT_Face)glyph->root.face; local
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp337 void SkScalerContext_FreeType_Base::generateGlyphImage(FT_Face face, const SkGlyph& glyph) { argument
341 switch ( face->glyph->format ) {
343 FT_Outline* outline = &face->glyph->outline;
367 FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : FT_RENDER_MODE_LCD);
371 copyFT2LCD16<true>(face->glyph->bitmap, mask, doBGR,
374 copyFT2LCD16<false>(face->glyph->bitmap, mask, doBGR,
386 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
391 FT_Pixel_Mode pixel_mode = static_cast<FT_Pixel_Mode>(face->glyph->bitmap.pixel_mode);
406 !(face->style_flags & FT_STYLE_FLAG_BOLD))
408 FT_GlyphSlot_Own_Bitmap(face
545 generateGlyphPath(FT_Face face, SkPath* path) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh68 hb_face_t *face; member in struct:hb_ot_shape_planner_t
74 face (master_plan->face_unsafe),
77 map (face, &props) {}
H A Dtest.cc90 /* Create the face */
91 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
94 unsigned int upem = hb_face_get_upem (face);
96 hb_font_t *font = hb_font_create (face);
131 hb_face_destroy (face);
/external/freetype/src/psaux/
H A Dt1decode.h46 FT_Face face,
/external/harfbuzz_ng/test/api/
H A Dtest-shape.c87 hb_face_t *face; local
96 face = hb_face_create (blob, 0);
98 font = hb_font_create (face);
99 hb_face_destroy (face);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.h44 extern int r200UploadTexImages( r200ContextPtr rmesa, radeonTexObjPtr t, GLuint face );
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h47 GLuint face );
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dlight.h47 _mesa_ColorMaterial( GLenum face, GLenum mode );
80 _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params );
83 _mesa_GetMaterialiv( GLenum face, GLenum pname, GLint *params );
91 GLenum face, GLenum pname,
H A Dpolygon.h53 _mesa_PolygonMode( GLenum face, GLenum mode );
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp43 Contour-based face feature tracking
68 int ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy);
69 int ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel);
109 CvTrackingRect face[NUM_FACE_ELEMENTS]; member in struct:CvFaceTracker
145 face[i].r = pRects[i];
146 face[i].ptCenter = Center(face[i].r);
147 ptTempl[i] = face[i].ptCenter;
148 rTempl[i] = face[i].r;
164 ptRotate = face[MOUT
661 ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy) argument
709 ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel) argument
[all...]
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.h46 FT_Face face,
/external/skia/bench/
H A DCmapBench.cpp49 SkTypeface* face = paint.getTypeface(); local
51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
59 SkTypeface* face = paint.getTypeface(); local
61 face->charsToGlyphs(text, encoding, NULL, glyphCount);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
32 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
/external/freetype/include/internal/
H A Dautohint.h36 /* 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 /* Retrieve 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 objec
[all...]

Completed in 913 milliseconds

1234567891011>>