Searched defs:face (Results 101 - 125 of 520) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/test/
H A Dvalidator-checker.cc37 void LoadChar(FT_Face face, int pt, FT_ULong c) { argument
42 FT_Set_Char_Size(face, pt * (1 << 6), 0, 72, 0);
43 FT_Set_Transform(face, &matrix, 0);
44 FT_Load_Char(face, c, FT_LOAD_RENDER);
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/core/
H A DSkFont.cpp12 static SkTypeface* ref_or_default(SkTypeface* face) { argument
13 return face ? SkRef(face) : SkTypeface::RefDefault();
16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, argument
18 : fTypeface(ref_or_default(face))
31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, argument
43 return SkNEW_ARGS(SkFont, (face, size, scaleX, skewX, mt, flags));
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) { argument
47 return SkFont::Create(face, size, 1, 0, mt, flags);
/external/freetype/src/autofit/
H A Dafglobal.c130 /* Compute the style index of each glyph within a given face. */
136 FT_Face face = globals->face; local
137 FT_CharMap old_charmap = face->charmap;
149 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
191 gindex = FT_Get_Char_Index( face, charcode );
200 charcode = FT_Get_Next_Char( face, charcode, &gindex );
234 FT_UInt gindex = FT_Get_Char_Index( face, i );
300 FT_Set_Charmap( face, old_charmap );
306 af_face_globals_new( FT_Face face,
[all...]
H A Dafmodule.c49 af_property_get_face_globals( FT_Face face, argument
57 if ( !face )
60 globals = (AF_FaceGlobals)face->autohint.data;
65 error = af_face_globals_new( face, &globals, module );
68 face->autohint.data =
70 face->autohint.finalizer =
138 error = af_property_get_face_globals( prop->face, &globals, module );
168 error = af_property_get_face_globals( prop->face, &globals, module );
200 error = af_property_get_face_globals( prop->face, &globals, module );
279 return af_loader_load_glyph( module, slot->face,
[all...]
/external/freetype/src/base/
H A Dftpatent.c113 _tt_check_patents_in_table( FT_Face face, argument
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
[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/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...]
H A Dttcmap.h145 tt_face_build_cmaps( TT_Face face ); variable
H A Dttpost.c156 load_format_20( TT_Face face, argument
179 if ( num_glyphs > face->max_profile.numGlyphs )
279 TT_Post_20 table = &face->postscript_names.names.format_20;
308 load_format_25( TT_Face face, argument
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
356 TT_Post_25 table = &face->postscript_names.names.format_25;
374 load_post_names( TT_Face face )
383 /* get a stream for the face's resource */
384 stream = face->root.stream;
387 error = face
[all...]
/external/harfbuzz_ng/src/
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/llvm/utils/emacs/
H A Dtablegen-mode.el10 (defvar td-decorators-face 'td-decorators-face
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)
33 '("\\<[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\>" . font-lock-preprocessor-face)
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */
78 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? local
82 if ((face & cull_stage(stage)->cull_face) == 0) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_validate.c42 GLuint face, i; local
100 for (face = 0; face < nr_faces; face++) {
103 intel_texture_image(intelObj->base.Image[face][i]);
126 int face; local
134 face = intel_image->base.Base.Face;
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, leve
189 int i, face; local
208 int i, face; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_validate.c42 GLuint face, i; local
100 for (face = 0; face < nr_faces; face++) {
103 intel_texture_image(intelObj->base.Image[face][i]);
126 int face; local
134 face = intel_image->base.Base.Face;
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, leve
189 int i, face; local
208 int i, face; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_validate.c42 GLuint face, i; local
100 for (face = 0; face < nr_faces; face++) {
103 intel_texture_image(intelObj->base.Image[face][i]);
126 int face; local
134 face = intel_image->base.Base.Face;
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, leve
189 int i, face; local
208 int i, face; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c49 const GLuint face = timg->base.Base.Face; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c49 const GLuint face = timg->base.Base.Face; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
/external/mesa3d/src/mesa/main/
H A Dstencil.c34 * front OR back face state (as set by glActiveStencilFaceEXT) is set.
41 * glStencilFuncSeparate(GLenum face, GLenum func, ...).
198 const GLint face = ctx->Stencil.ActiveFace; local
211 if (face != 0) {
212 if (ctx->Stencil.Function[face] == func &&
213 ctx->Stencil.ValueMask[face] == mask &&
214 ctx->Stencil.Ref[face] == ref)
217 ctx->Stencil.Function[face] = func;
218 ctx->Stencil.Ref[face] = ref;
219 ctx->Stencil.ValueMask[face]
266 const GLint face = ctx->Stencil.ActiveFace; local
323 const GLint face = ctx->Stencil.ActiveFace; local
388 _mesa_ActiveStencilFaceEXT(GLenum face) argument
420 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) argument
478 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) argument
520 _mesa_StencilMaskSeparate(GLenum face, GLuint mask) argument
553 const GLint face = ctx->Stencil._BackFace; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c1172 GLuint face, i; local
1182 for (face = 0; face < 6; face++) {
1184 if (texObj->Image[face][i]) {
1186 swrast_texture_image(texObj->Image[face][i]),
/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) argument
47 return m_pFontMgr->CreateFont(face, charset, dwStyle, FPF_MATCHFONT_REPLACEANSI);
49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp36 static void GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family) argument
38 if (face.Find("Gothic") >= 0) {
39 face = JAPAN_GOTHIC;
43 face = JAPAN_GOTHIC;
45 face = JAPAN_MINCHO;
50 CFX_ByteString face = cstr_face; local
53 if (face == CFX_ByteStringC(Base14Substs[iBaseFont].m_pName)) {
54 face = Base14Substs[iBaseFont].m_pSubstName;
59 return GetFont(face);
62 if (m_FontList.Lookup(face,
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftpatent.c113 _tt_check_patents_in_table( FT_Face face, argument
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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c59 CID_Face face; local
63 face = (CID_Face)slot->face;
64 pshinter = (PSHinter_Service)face->pshinter;
71 module = FT_Get_Module( slot->face->driver->root.library,
97 CID_Face face = (CID_Face)size->root.face; local
98 PSHinter_Service pshinter = (PSHinter_Service)face->pshinter;
102 module = FT_Get_Module( size->root.face->driver->root.library,
141 CID_Face face local
196 CID_Face face = (CID_Face)cidface; local
284 CID_Face face = (CID_Face)cidface; local
[all...]
H A Dcidobjs.h133 FT_Face face, /* CID_Face */
139 cid_face_done( FT_Face face ); /* CID_Face */ variable

Completed in 240 milliseconds

1234567891011>>