HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 101 - 125 of 913) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/include/freetype/
ftmm.h 235 /* face :: A handle to the source face. */
244 FT_Get_Multi_Master( FT_Face face,
257 /* face :: A handle to the source face. */
268 FT_Get_MM_Var( FT_Face face,
284 /* face :: A handle to the source face. */
296 FT_Set_MM_Design_Coordinates( FT_Face face,
311 /* face :: A handle to the source face. *
    [all...]
freetype.h 387 /* A handle to a given typographic face object. A face object models */
391 /* Each face object also owns a single @FT_GlyphSlot object, as well */
394 /* Use @FT_New_Face or @FT_Open_Face to create a new face object from */
400 /* See @FT_FaceRec for the publicly accessible fields of a given face */
412 /* A handle to an object used to model a face scaled to a given */
427 /* activated at any given time per face. */
444 /* face. */
465 /* parent's face. Some font formats may provide several charmaps per */
468 /* Each face object owns zero or more charmaps, but only one of them *
742 FT_Face face; member in struct:FT_CharMapRec_
1404 FT_Face face; \/* parent face object *\/ member in struct:FT_SizeRec_
1615 FT_Face face; member in struct:FT_GlyphSlotRec_
2061 FT_Reference_Face( FT_Face face ); variable
2084 FT_Done_Face( FT_Face face ); variable
3026 FT_Get_Postscript_Name( FT_Face face ); variable
3415 FT_Get_FSType_Flags( FT_Face face ); variable
3568 FT_Face_GetVariantSelectors( FT_Face face ); variable
3962 FT_Face_CheckTrueTypePatents( FT_Face face ); variable
    [all...]
  /external/skia/tests/
FontHostTest.cpp 33 static void test_unitsPerEm(skiatest::Reporter* reporter, SkTypeface* face) {
34 int nativeUPEM = face->getUnitsPerEm();
37 size_t size = face->getTableSize(kFontTableTag_head);
41 face->getTableData(kFontTableTag_head, 18, sizeof(rawUPEM), &rawUPEM);
49 SkDebugf("--- typeface returned 0 upem [%X]\n", face->uniqueID());
55 static void test_countGlyphs(skiatest::Reporter* reporter, SkTypeface* face) {
56 int nativeGlyphs = face->countGlyphs();
59 size_t size = face->getTableSize(kFontTableTag_maxp);
63 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs);
71 SkDebugf("--- typeface returned 0 glyphs [%X]\n", face->uniqueID())
172 SkTypeface* face = SkTypeface::CreateFromName(gNames[i], local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 187 FT_Face fFace; // reference to shared face in gFaceRecHead
320 static void unref_ft_face(FT_Face face) {
325 if (rec->fFace == face) {
332 FT_Done_Face(face);
340 SkDEBUGFAIL("shouldn't get here, face not in list");
369 FT_Face face() { return fFace; } function in class:AutoFTAccess
379 static FT_Error getAdvances(FT_Face face, FT_UInt start, FT_UInt count,
382 return FT_Get_Advances(face, start, count, loadFlags, advances);
384 if (!face || start >= face->num_glyphs |
731 FT_Face face = fta.face(); local
1498 FT_Face face = fFace; local
1648 FT_Face face = fta.face(); local
1682 FT_Face face = fta.face(); local
1703 FT_Face face = fta.face(); local
1732 FT_Face face = fta.face(); local
1791 FT_Face face; local
    [all...]
SkFontHost_fontconfig.cpp 75 static bool find_proc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
76 FontConfigTypeface* fci = (FontConfigTypeface*)face;
97 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_proc, &rec); local
98 if (face) {
99 // SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
100 return face;
116 face = SkTypefaceCache::FindByProcAndRef(find_proc, &rec)
155 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream)); local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 226 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****/
237 FT_Driver driver = slot->face->driver;
267 FT_Memory memory = FT_FACE_MEMORY( slot->face );
298 FT_Memory memory = FT_FACE_MEMORY( slot->face );
347 FT_Driver driver = slot->face->driver;
376 FT_New_GlyphSlot( FT_Face face,
386 if ( !face || !face->driver )
389 driver = face->driver;
396 slot->face = face
1112 FT_Face face = 0; local
1998 FT_Face face = NULL; local
2431 FT_Face face; local
3097 FT_Face face = cmap->charmap.face; local
3113 FT_Face face = cmap->charmap.face; local
3161 FT_Face face; local
3628 FT_Face face; local
3652 FT_Face face; local
3675 FT_Face face; local
3751 FT_Face face = slot->face; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 253 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****/
264 FT_Driver driver = slot->face->driver;
294 FT_Memory memory = FT_FACE_MEMORY( slot->face );
325 FT_Memory memory = FT_FACE_MEMORY( slot->face );
374 FT_Driver driver = slot->face->driver;
403 FT_New_GlyphSlot( FT_Face face,
413 if ( !face || !face->driver )
416 driver = face->driver;
423 slot->face = face
1144 FT_Face face = 0; local
2030 FT_Face face = NULL; local
2464 FT_Face face; local
3205 FT_Face face = cmap->charmap.face; local
3221 FT_Face face = cmap->charmap.face; local
3269 FT_Face face; local
3736 FT_Face face; local
3760 FT_Face face; local
3783 FT_Face face; local
3859 FT_Face face = slot->face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 44 tt_face_load_kern( TT_Face face,
56 error = face->goto_table( face, TTAG_kern, stream, &table_size );
68 if ( FT_FRAME_EXTRACT( table_size, face->kern_table ) )
75 face->kern_table_size = table_size;
77 p = face->kern_table;
157 face->num_kern_tables = nn;
158 face->kern_avail_bits = avail;
159 face->kern_order_bits = ordered;
167 tt_face_done_kern( TT_Face face )
    [all...]
  /external/freetype/src/sfnt/
ttkern.c 44 tt_face_load_kern( TT_Face face,
56 error = face->goto_table( face, TTAG_kern, stream, &table_size );
68 if ( FT_FRAME_EXTRACT( table_size, face->kern_table ) )
75 face->kern_table_size = table_size;
77 p = face->kern_table;
157 face->num_kern_tables = nn;
158 face->kern_avail_bits = avail;
159 face->kern_order_bits = ordered;
167 tt_face_done_kern( TT_Face face )
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffcmap.c 36 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); local
37 CFF_Font cff = (CFF_Font)face->extra.data;
123 cff_sid_to_glyph_name( TT_Face face,
126 CFF_Font cff = (CFF_Font)face->extra.data;
138 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
139 FT_Memory memory = FT_FACE_MEMORY( face );
140 CFF_Font cff = (CFF_Font)face->extra.data;
155 (FT_Pointer)face );
162 FT_Face face = FT_CMAP_FACE( unicodes ); local
163 FT_Memory memory = FT_FACE_MEMORY( face );
175 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
188 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); local
    [all...]
  /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/chromium_org/third_party/freetype/include/freetype/
freetype.h 383 /* A handle to a given typographic face object. A face object models */
387 /* Each face object also owns a single @FT_GlyphSlot object, as well */
390 /* Use @FT_New_Face or @FT_Open_Face to create a new face object from */
396 /* See @FT_FaceRec for the publicly accessible fields of a given face */
408 /* A handle to an object used to model a face scaled to a given */
423 /* activated at any given time per face. */
440 /* face. */
461 /* parent's face. Some font formats may provide several charmaps per */
464 /* Each face object owns zero or more charmaps, but only one of them *
738 FT_Face face; member in struct:FT_CharMapRec_
1397 FT_Face face; \/* parent face object *\/ member in struct:FT_SizeRec_
1608 FT_Face face; member in struct:FT_GlyphSlotRec_
2047 FT_Reference_Face( FT_Face face ); variable
2070 FT_Done_Face( FT_Face face ); variable
2954 FT_Get_Postscript_Name( FT_Face face ); variable
3337 FT_Get_FSType_Flags( FT_Face face ); variable
3486 FT_Face_GetVariantSelectors( FT_Face face ); variable
3880 FT_Face_CheckTrueTypePatents( FT_Face face ); variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_tex_layout.c 118 GLuint face; local
137 for (face = 0; face < 6; face++) {
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
143 intel_miptree_set_image_offset(mt, level, face, x, y);
147 face, level, mt->first_level, mt->last_level);
150 x += step_offsets[face][0] * d;
151 y += step_offsets[face][1] * d
316 GLuint face; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 118 GLuint face; local
137 for (face = 0; face < 6; face++) {
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
143 intel_miptree_set_image_offset(mt, level, face, x, y);
147 face, level, mt->first_level, mt->last_level);
150 x += step_offsets[face][0] * d;
151 y += step_offsets[face][1] * d
316 GLuint face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 80 /* glyphs of the same face. */
83 /* face :: A handle to the source face object. */
111 TT_Face face = (TT_Face)ttface; local
112 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
136 TT_Face face = (TT_Face) ttface; local
149 TT_Get_VMetrics( face, start + nn, &tsb, &ah );
161 TT_Get_HMetrics( face, start + nn, &lsb, &aw );
188 TT_Face ttface = (TT_Face)size->face;
292 FT_Face face = ttslot->face; local
    [all...]
ttgxvar.h 145 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,
  /external/freetype/src/truetype/
ttdriver.c 149 /* glyphs of the same face. */
152 /* face :: A handle to the source face object. */
180 TT_Face face = (TT_Face)ttface; local
181 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
205 TT_Face face = (TT_Face) ttface; local
218 TT_Get_VMetrics( face, start + nn, &tsb, &ah );
230 TT_Get_HMetrics( face, start + nn, &lsb, &aw );
257 TT_Face ttface = (TT_Face)size->face;
361 FT_Face face = ttslot->face; local
    [all...]
  /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/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/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp 68 static bool find_proc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
69 FontConfigTypeface* fci = (FontConfigTypeface*)face;
90 SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_proc, &rec); local
91 if (face) {
92 // SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
93 return face;
109 face = SkTypefaceCache::FindByProcAndRef(find_proc, &rec)
143 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, stream)); local
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 39 FT_Face face; local
46 if (FT_New_Face(freetype, path, /*index*/0, &face))
48 return face;
67 FT_Face face = (FT_Face)font->userData; local
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
90 FT_Face face = (FT_Face)font->userData; local
93 if (!FT_Get_Char_Index(face, getChar(string, length, i)))
101 FT_Face face = (FT_Face)font; local
105 if (!FT_IS_SFNT(face))
108 error = FT_Load_Sfnt_Table(face, tableTag, 0, buffer, &ftlen)
116 FT_Face face = (FT_Face)font->userData; local
310 FT_Face face = loadFace("raghu.ttf"); local
365 FT_Face face = loadFace("mangal.ttf"); local
422 FT_Face face = loadFace("AkaashNormal.ttf"); local
530 FT_Face face = loadFace("MuktiNarrow.ttf"); local
637 FT_Face face = loadFace("LikhanNormal.ttf"); local
671 FT_Face face = loadFace("lohit.punjabi.1.1.ttf"); local
696 FT_Face face = loadFace("utkalm.ttf"); local
734 FT_Face face = loadFace("akruti1.ttf"); local
803 FT_Face face = loadFace("Pothana2000.ttf"); local
847 FT_Face face = loadFace("Sampige.ttf"); local
887 FT_Face face = loadFace("tunga.ttf"); local
917 FT_Face face = loadFace("AkrutiMal2Normal.ttf"); local
970 FT_Face face = loadFace("KhmerOS.ttf"); local
1011 FT_Face face = loadFace("PENUTURE.TTF"); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svmm.h 29 * A service used to manage multiple-masters data in a given face.
39 (*FT_Get_MM_Func)( FT_Face face,
43 (*FT_Get_MM_Var_Func)( FT_Face face,
47 (*FT_Set_MM_Design_Func)( FT_Face face,
52 (*FT_Set_Var_Design_Func)( FT_Face face,
57 (*FT_Set_MM_Blend_Func)( FT_Face face,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_validate.c 42 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)
189 int i, face; local
208 int i, face; local
    [all...]
  /external/freetype/include/freetype/internal/services/
svmm.h 29 * A service used to manage multiple-masters data in a given face.
39 (*FT_Get_MM_Func)( FT_Face face,
43 (*FT_Get_MM_Var_Func)( FT_Face face,
47 (*FT_Set_MM_Design_Func)( FT_Face face,
52 (*FT_Set_Var_Design_Func)( FT_Face face,
57 (*FT_Set_MM_Blend_Func)( FT_Face face,
svpsinfo.h 33 (*PS_GetFontInfoFunc)( FT_Face face,
37 (*PS_GetFontExtraFunc)( FT_Face face,
41 (*PS_HasGlyphNamesFunc)( FT_Face face );
44 (*PS_GetFontPrivateFunc)( FT_Face face,
48 (*PS_GetFontValueFunc)( FT_Face face,

Completed in 746 milliseconds

1 2 3 45 6 7 8 91011>>