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

1 2 3 4 56 7 8 91011>>

  /external/freetype/src/truetype/
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/mesa3d/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/chromium_org/third_party/freetype/src/autofit/
afglobal.c 67 FT_Face face; member in struct:AF_FaceGlobalsRec_
68 FT_Long glyph_count; /* same as face->num_glyphs */
76 /* Compute the script index of each glyph within a given face. */
82 FT_Face face = globals->face; local
83 FT_CharMap old_charmap = face->charmap;
93 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
124 gindex = FT_Get_Char_Index( face, charcode );
133 charcode = FT_Get_Next_Char( face, charcode, &gindex );
148 FT_UInt gindex = FT_Get_Char_Index( face, i )
    [all...]
  /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 t1_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/
hb-shape-plan.cc 33 HB_SHAPER_DATA_ENSURE_DECLARE(shaper, face) \
49 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face)) { \
87 hb_shape_plan_create (hb_face_t *face,
97 if (unlikely (!face))
98 face = hb_face_get_empty ();
99 if (unlikely (!props || hb_object_is_inert (face)))
104 hb_face_make_immutable (face);
106 shape_plan->face = hb_face_reference (face);
121 NULL, /* face */
    [all...]
  /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/harfbuzz_ng/src/
hb-shape-plan.cc 33 HB_SHAPER_DATA_ENSURE_DECLARE(shaper, face) \
49 if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face)) { \
87 hb_shape_plan_create (hb_face_t *face,
97 if (unlikely (!face))
98 face = hb_face_get_empty ();
99 if (unlikely (!props || hb_object_is_inert (face)))
104 hb_face_make_immutable (face);
106 shape_plan->face = hb_face_reference (face);
121 NULL, /* face */
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 30 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
35 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
38 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
svsfnt.h 40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
svbdf.h 32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
svgldict.h 38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
  /external/freetype/include/freetype/internal/services/
svcid.h 30 (*FT_CID_GetRegistryOrderingSupplementFunc)( FT_Face face,
35 (*FT_CID_GetIsInternallyCIDKeyedFunc)( FT_Face face,
38 (*FT_CID_GetCIDFromGlyphIndexFunc)( FT_Face face,
svsfnt.h 40 (*FT_SFNT_TableLoadFunc)( FT_Face face,
50 (*FT_SFNT_TableGetFunc)( FT_Face face,
58 (*FT_SFNT_TableInfoFunc)( FT_Face face,
svbdf.h 32 (*FT_BDF_GetCharsetIdFunc)( FT_Face face,
37 (*FT_BDF_GetPropertyFunc)( FT_Face face,
svgldict.h 38 (*FT_GlyphDict_GetNameFunc)( FT_Face face,
44 (*FT_GlyphDict_NameIndexFunc)( FT_Face face,
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 122 void SkScalerContext_FreeType_Base::generateGlyphImage(FT_Face face, const SkGlyph& glyph) {
126 switch ( face->glyph->format ) {
128 FT_Outline* outline = &face->glyph->outline;
133 emboldenOutline(face, outline);
156 FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : FT_RENDER_MODE_LCD);
158 copyFT2LCD16<true>(glyph, face->glyph->bitmap, doBGR, doVert,
161 copyFT2LCD16<false>(glyph, face->glyph->bitmap, doBGR, doVert,
174 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
180 FT_GlyphSlot_Own_Bitmap(face->glyph);
181 FT_Bitmap_Embolden(face->glyph->library, &face->glyph->bitmap, kBitmapEmboldenStrength, 0)
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftbdf.h 140 * face ::
141 * A handle to the input face.
145 * Charset encoding, as a C~string, owned by the face.
148 * Charset registry, as a C~string, owned by the face.
157 FT_Get_BDF_Charset_ID( FT_Face face,
171 * face :: A handle to the input face.
198 FT_Get_BDF_Property( FT_Face face,
ftotval.h 124 * face ::
125 * A handle to the input face.
160 FT_OpenType_Validate( FT_Face face,
179 * face ::
180 * A handle to the input face.
191 FT_OpenType_Free( FT_Face face,
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/freetype/include/freetype/
ftbdf.h 140 * face ::
141 * A handle to the input face.
145 * Charset encoding, as a C~string, owned by the face.
148 * Charset registry, as a C~string, owned by the face.
157 FT_Get_BDF_Charset_ID( FT_Face face,
171 * face :: A handle to the input face.
198 FT_Get_BDF_Property( FT_Face face,
ftotval.h 124 * face ::
125 * A handle to the input face.
160 FT_OpenType_Validate( FT_Face face,
179 * face ::
180 * A handle to the input face.
191 FT_OpenType_Free( FT_Face face,
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/freetype/src/autofit/
afglobal.c 53 /* Compute the script index of each glyph within a given face. */
59 FT_Face face = globals->face; local
60 FT_CharMap old_charmap = face->charmap;
71 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
102 gindex = FT_Get_Char_Index( face, charcode );
111 charcode = FT_Get_Next_Char( face, charcode, &gindex );
126 FT_UInt gindex = FT_Get_Char_Index( face, i );
153 FT_Set_Charmap( face, old_charmap );
159 af_face_globals_new( FT_Face face,
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 468 const bool symbolFont = item->face->isSymbolFont;
972 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec)); local
1157 HB_Face face = item->face; local
1214 HB_Face face = item->face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttbdf.c 41 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,
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_FACE( face )->stream )
    [all...]

Completed in 746 milliseconds

1 2 3 4 56 7 8 91011>>