HomeSort by relevance Sort by last modified time
    Searched defs:face (Results 26 - 50 of 381) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/src/sfnt/
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 )
  /external/freetype/src/sfnt/
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 )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
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 )
  /external/chromium_org/tools/gyp/tools/emacs/
gyp-tests.el 29 (defun equivalent-face (face)
30 "For the purposes of face comparison, we're not interested in the
32 font-lock-comment-delimiter and font-lock-comment-face."
33 (case face
34 ((font-lock-comment-delimiter-face) font-lock-comment-face)
35 (t face)))
37 (defun text-face-properties (s)
41 (setq result (cons (equivalent-face (get-text-property i 'face s)
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 88 FT_Face face = slot->face; local
98 xstr = FT_MulFix( face->units_per_EM,
99 face->size->metrics.y_scale ) / 24;
  /external/freetype/src/base/
ftsynth.c 88 FT_Face face = slot->face; local
98 xstr = FT_MulFix( face->units_per_EM,
99 face->size->metrics.y_scale ) / 24;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftsynth.c 88 FT_Face face = slot->face; local
98 xstr = FT_MulFix( face->units_per_EM,
99 face->size->metrics.y_scale ) / 24;
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 32 TypefaceImpl* face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)style); local
35 if (NULL == face) {
36 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)(style ^ SkTypeface::kItalic));
38 for (int i = 0; NULL == face && i < 4; i++) {
39 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)i);
41 return reinterpret_cast<jlong>(face);
46 TypefaceImpl* face = TypefaceImpl_createWeightAlias(family, weight); local
47 return reinterpret_cast<jlong>(face);
51 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
52 TypefaceImpl_unref(face);
56 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
66 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftautoh.h 90 * FT_Face face;
95 * FT_New_Face( library, "foo.ttf", 0, &face );
97 * prop.face = face;
104 * FT_Load_Glyph( face, ..., FT_LOAD_FORCE_AUTOHINT );
244 FT_Face face; member in struct:FT_Prop_GlyphToScriptMap_
279 * face-specific property like @glyph-to-script-map, or by auto-hinting
280 * any glyph from that face. In particular, if you have already created
282 * auto-hinter), a change of the fallback glyph will affect this face.
301 * FT_Face face;
336 FT_Face face; member in struct:FT_Prop_IncreaseXHeight_
    [all...]
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/chromium_org/third_party/freetype/src/autofit/
afglobal.h 33 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
64 FT_Face face; member in struct:AF_FaceGlobalsRec_
65 FT_Long glyph_count; /* same as face->num_glyphs */
68 /* per-face auto-hinter properties */
79 * model the global hints data for a given face, decomposed into
84 af_face_globals_new( FT_Face face,
afloader.h 32 * actual fonts. If necessary, `local' data like the current face, the
33 * current face's auto-hint data, or the current glyph's parameters
40 /* current face data */
41 FT_Face face; member in struct:AF_LoaderRec_
64 FT_Face face );
73 FT_Face face,
  /external/chromium_org/third_party/freetype/src/cff/
cffcmap.c 38 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
39 CFF_Font cff = (CFF_Font)face->extra.data;
125 cff_sid_to_glyph_name( TT_Face face,
128 CFF_Font cff = (CFF_Font)face->extra.data;
140 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
141 FT_Memory memory = FT_FACE_MEMORY( face );
142 CFF_Font cff = (CFF_Font)face->extra.data;
157 (FT_Pointer)face );
164 FT_Face face = FT_CMAP_FACE( unicodes ); local
165 FT_Memory memory = FT_FACE_MEMORY( face );
177 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
190 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-size-params.cc 85 /* Create the face */
86 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 bool ret = hb_ot_layout_get_size_params (face, p, p+1, p+2, p+3, p+4);
test-would-substitute.cc 89 /* Create the face */
90 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
94 hb_font_t *font = hb_font_create (face);
105 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
54 info->face = ATTR_UNUSED;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 49 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/chromium_org/third_party/mesa/src/src/mesa/main/
stencil.c 34 * 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] = mask
266 const GLint face = ctx->Stencil.ActiveFace; local
323 const GLint face = ctx->Stencil.ActiveFace; local
553 const GLint face = ctx->Stencil._BackFace; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
strokefill.cpp 51 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); local
52 SkSafeUnref(paint.setTypeface(face));
55 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
56 SkSafeUnref(paint.setTypeface(face));
  /external/chromium_org/third_party/skia/third_party/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/include/
ftautoh.h 92 * FT_Face face;
97 * FT_New_Face( library, "foo.ttf", 0, &face );
99 * prop.face = face;
106 * FT_Load_Glyph( face, ..., FT_LOAD_FORCE_AUTOHINT );
250 FT_Face face; member in struct:FT_Prop_GlyphToScriptMap_
287 * face-specific property like @glyph-to-script-map, or by auto-hinting
288 * any glyph from that face. In particular, if you have already created
290 * auto-hinter), a change of the fallback script will affect this face.
332 * face-specific property like @glyph-to-script-map, or by auto-hintin
389 FT_Face face; member in struct:FT_Prop_IncreaseXHeight_
    [all...]
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 that have a 4-face-per-family restriction.
187 * systems that have a 4-face-per-family restriction.
  /external/freetype/src/autofit/
afloader.h 32 * actual fonts. If necessary, `local' data like the current face, the
33 * current face's auto-hint data, or the current glyph's parameters
40 /* current face data */
41 FT_Face face; member in struct:AF_LoaderRec_
64 FT_Face face );
73 FT_Face face,
  /external/freetype/src/cff/
cffcmap.c 38 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
39 CFF_Font cff = (CFF_Font)face->extra.data;
125 cff_sid_to_glyph_name( TT_Face face,
128 CFF_Font cff = (CFF_Font)face->extra.data;
140 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
141 FT_Memory memory = FT_FACE_MEMORY( face );
142 CFF_Font cff = (CFF_Font)face->extra.data;
157 (FT_Pointer)face );
164 FT_Face face = FT_CMAP_FACE( unicodes ); local
165 FT_Memory memory = FT_FACE_MEMORY( face );
177 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
190 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /external/harfbuzz_ng/src/
test-size-params.cc 85 /* Create the face */
86 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 bool ret = hb_ot_layout_get_size_params (face, p, p+1, p+2, p+3, p+4);

Completed in 598 milliseconds

12 3 4 5 6 7 8 91011>>