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

1 23 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
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);
test-buffer-serialize.cc 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 unsigned int upem = hb_face_get_upem (face);
92 hb_font_t *font = hb_font_create (face);
93 hb_face_destroy (face);
test.cc 90 /* 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/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
54 info->face = ATTR_UNUSED;
  /external/mesa3d/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/mesa3d/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/pdfium/core/include/thirdparties/freetype/freetype/
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 glyph will affect this face.
309 * FT_Face face;
344 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/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 36 static void GetJapanesePreference(CFX_ByteString& face, int weight, int picth_family)
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, p)) {
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
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 glyph will affect this face.
309 * FT_Face face;
344 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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));
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Face.java 25 public class Face implements Comparable<Face> {
30 public Face(String name, String personId, String rect) {
54 if (obj instanceof Face) {
55 Face face = (Face) obj; local
56 return mPersonId.equals(face.mPersonId);
62 public int compareTo(Face another) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontSelector.cpp 132 if (CSSSegmentedFontFace* face = m_fontFaceCache.get(fontDescription, familyName))
133 return face->getFontData(fontDescription);
145 CSSSegmentedFontFace* face = m_fontFaceCache.get(fontDescription, family); local
146 if (face)
147 face->willUseFontData(fontDescription, character);
  /external/chromium_org/third_party/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 psaux_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/chromium_org/third_party/harfbuzz-ng/src/
test-buffer-serialize.cc 87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 unsigned int upem = hb_face_get_upem (face);
92 hb_font_t *font = hb_font_create (face);
93 hb_face_destroy (face);
test.cc 90 /* 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 62 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; local
67 colors[0] = colors[1] = fog = needW = face = FALSE;
98 face = TRUE;
158 /* front/back face */
159 if (face) {
161 debug_printf("Front/back face is broken\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_texture.h 88 unsigned face; member in struct:svga_transfer
  /external/chromium_org/third_party/skia/bench/
CmapBench.cpp 49 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/freetype/src/autofit/
afglobal.h 64 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
101 FT_Face face; member in struct:AF_FaceGlobalsRec_
102 FT_Long glyph_count; /* same as face->num_glyphs */
109 /* per-face auto-hinter properties */
120 * model the global hints data for a given face, decomposed into
125 af_face_globals_new( FT_Face face,
  /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 psaux_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/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 62 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; local
67 colors[0] = colors[1] = fog = needW = face = FALSE;
98 face = TRUE;
158 /* front/back face */
159 if (face) {
161 debug_printf("Front/back face is broken\n");
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.h 88 unsigned face; member in struct:svga_transfer

Completed in 789 milliseconds

1 23 4 5 6 7 8 91011>>