Searched refs:glyph (Results 1 - 25 of 187) sorted by relevance

12345678

/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c89 GlyphPtr glyph; local in function:GlyphUninit
97 glyph = globalGlyphs[fdepth].table[i].glyph;
98 if (glyph && glyph != DeletedGlyph) {
99 if (GetGlyphPicture(glyph, pScreen)) {
100 FreePicture((void *) GetGlyphPicture(glyph, pScreen), 0);
101 SetGlyphPicture(glyph, pScreen, NULL);
103 (*ps->UnrealizeGlyph) (pScreen, glyph);
125 GlyphPtr glyph; local in function:FindGlyphRef
205 DuplicateRef(GlyphPtr glyph,char * where) argument
231 FreeGlyphPicture(GlyphPtr glyph) argument
249 FreeGlyph(GlyphPtr glyph,int format) argument
283 AddGlyph(GlyphSetPtr glyphSet,GlyphPtr glyph,Glyph id) argument
318 GlyphPtr glyph; local in function:DeleteGlyph
334 GlyphPtr glyph; local in function:FindGlyph
347 GlyphPtr glyph; local in function:AllocateGlyph
403 GlyphPtr glyph; local in function:ResizeGlyphHash
476 GlyphPtr glyph; local in function:FreeGlyphSet
501 GlyphPtr glyph; local in function:GlyphExtents
562 miRealizeGlyph(ScreenPtr pScreen,GlyphPtr glyph) argument
568 miUnrealizeGlyph(ScreenPtr pScreen,GlyphPtr glyph) argument
588 GlyphPtr glyph; local in function:miGlyphs
685 GetGlyphPicture(GlyphPtr glyph,ScreenPtr pScreen) argument
692 SetGlyphPicture(GlyphPtr glyph,ScreenPtr pScreen,PicturePtr picture) argument
694 GlyphPicture(glyph)[pScreen->myNum] = picture; local in function:SetGlyphPicture
[all...]
H A Dglyphstr.h51 #define GlyphPicture(glyph) ((PicturePtr *) ((glyph) + 1))
55 GlyphPtr glyph; member in struct:_GlyphRef
103 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id);
112 extern void FreeGlyph(GlyphPtr glyph, int format);
124 GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen);
126 SetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen, PicturePtr picture);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c91 GlyphPtr glyph; local in function:GlyphUninit
102 glyph = globalGlyphs[fdepth].table[i].glyph;
103 if (glyph && glyph != DeletedGlyph)
105 if (GlyphPicture(glyph)[scrno]) local in function:GlyphUninit
107 FreePicture ((pointer) GlyphPicture (glyph)[scrno], 0);
108 GlyphPicture(glyph)[scrno] = NULL; local in function:GlyphUninit
110 (*ps->UnrealizeGlyph) (pScreen, glyph);
134 GlyphPtr glyph; local in function:FindGlyphRef
223 DuplicateRef(GlyphPtr glyph,char * where) argument
250 FreeGlyphPicture(GlyphPtr glyph) argument
259 if (GlyphPicture(glyph)[i]) local in function:FreeGlyphPicture
270 FreeGlyph(GlyphPtr glyph,int format) argument
307 AddGlyph(GlyphSetPtr glyphSet,GlyphPtr glyph,Glyph id) argument
346 GlyphPtr glyph; local in function:DeleteGlyph
363 GlyphPtr glyph; local in function:FindGlyph
376 GlyphPtr glyph; local in function:AllocateGlyph
392 GlyphPicture(glyph)[i] = NULL; local in function:AllocateGlyph
434 GlyphPtr glyph; local in function:ResizeGlyphHash
513 GlyphPtr glyph; local in function:FreeGlyphSet
543 GlyphPtr glyph; local in function:GlyphExtents
608 miRealizeGlyph(ScreenPtr pScreen,GlyphPtr glyph) argument
615 miUnrealizeGlyph(ScreenPtr pScreen,GlyphPtr glyph) argument
639 GlyphPtr glyph; local in function:miGlyphs
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrgload.h5 * FreeType PFR glyph loader (specification).
28 pfr_glyph_init( PFR_Glyph glyph,
32 pfr_glyph_done( PFR_Glyph glyph );
36 pfr_glyph_load( PFR_Glyph glyph,
H A Dpfrgload.c5 * FreeType PFR glyph loader (body).
40 pfr_glyph_init( PFR_Glyph glyph, argument
43 FT_ZERO( glyph );
45 glyph->loader = loader;
46 glyph->path_begun = 0;
53 pfr_glyph_done( PFR_Glyph glyph ) argument
55 FT_Memory memory = glyph->loader->memory;
58 FT_FREE( glyph->x_control );
59 glyph->y_control = NULL;
61 glyph
79 pfr_glyph_close_contour(PFR_Glyph glyph) argument
120 pfr_glyph_start(PFR_Glyph glyph) argument
127 pfr_glyph_line_to(PFR_Glyph glyph,FT_Vector * to) argument
161 pfr_glyph_curve_to(PFR_Glyph glyph,FT_Vector * control1,FT_Vector * control2,FT_Vector * to) argument
202 pfr_glyph_move_to(PFR_Glyph glyph,FT_Vector * to) argument
228 pfr_glyph_end(PFR_Glyph glyph) argument
249 pfr_glyph_load_simple(PFR_Glyph glyph,FT_Byte * p,FT_Byte * limit) argument
559 pfr_glyph_load_compound(PFR_Glyph glyph,FT_Byte * p,FT_Byte * limit) argument
722 pfr_glyph_load_rec(PFR_Glyph glyph,FT_Stream stream,FT_ULong gps_offset,FT_ULong offset,FT_ULong size) argument
835 pfr_glyph_load(PFR_Glyph glyph,FT_Stream stream,FT_ULong gps_offset,FT_ULong offset,FT_ULong size) argument
[all...]
H A Dpfrsbit.h27 pfr_slot_load_bitmap( PFR_Slot glyph,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftglyph.c21 * that can be used by client applications to easily retrieve glyph
48 #define FT_COMPONENT glyph
63 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local in function:ft_bitmap_glyph_init
65 FT_Library library = FT_GLYPH( glyph )->library;
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
80 glyph->bitmap = slot->bitmap;
85 FT_Bitmap_Init( &glyph->bitmap );
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
113 FT_BitmapGlyph glyph local in function:ft_bitmap_glyph_done
125 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local in function:ft_bitmap_glyph_bbox
163 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local in function:FT_DEFINE_GLYPH
195 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local in function:ft_outline_glyph_done
228 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local in function:ft_outline_glyph_transform
243 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local in function:ft_outline_glyph_bbox
254 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local in function:ft_outline_glyph_prepare
295 FT_Glyph glyph = NULL; local in function:FT_DEFINE_GLYPH
405 FT_Glyph glyph; local in function:FT_Get_Glyph
456 FT_Glyph_Transform(FT_Glyph glyph,FT_Matrix * matrix,FT_Vector * delta) argument
489 FT_Glyph_Get_CBox(FT_Glyph glyph,FT_UInt bbox_mode,FT_BBox * acbox) argument
544 FT_Glyph b, glyph; local in function:FT_Glyph_To_Bitmap
641 FT_Done_Glyph(FT_Glyph glyph) argument
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-glyph.c66 free_glyph (glyph_t *glyph) argument
68 pixman_list_unlink (&glyph->mru_link);
69 pixman_image_unref (glyph->image);
70 free (glyph);
118 glyph_t *glyph)
123 idx = hash (glyph->font_key, glyph->glyph_key);
137 *loc = glyph;
142 glyph_t *glyph)
146 idx = hash (glyph
117 insert_glyph(pixman_glyph_cache_t * cache,glyph_t * glyph) argument
141 remove_glyph(pixman_glyph_cache_t * cache,glyph_t * glyph) argument
173 glyph_t *glyph = cache->glyphs[i]; local in function:clear_table
235 glyph_t *glyph = CONTAINER_OF (glyph_t, mru_link, cache->mru.tail); local in function:pixman_glyph_cache_thaw
259 glyph_t *glyph; local in function:pixman_glyph_cache_insert
309 glyph_t *glyph; local in function:pixman_glyph_cache_remove
332 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; local in function:pixman_glyph_get_extents
364 const glyph_t *glyph = glyphs[i].glyph; local in function:pixman_glyph_get_mask_format
444 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; local in function:pixman_composite_glyphs_no_mask
538 glyph_t *glyph = (glyph_t *)glyphs[i].glyph; local in function:add_glyphs
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Ddefaults.c68 FontDefaultFormat(int *bit, int *byte, int *glyph, int *scan) argument
72 *glyph = DEFAULT_GLYPH_PAD;
/xsrc/external/mit/libXfont/dist/src/util/
H A Dformat.c67 int *glyph,
99 *glyph = format & BitmapFormatScanlinePadMask;
101 switch (*glyph) {
103 *glyph = 1;
106 *glyph = 2;
109 *glyph = 4;
62 CheckFSFormat(fsBitmapFormat format,fsBitmapFormatMask fmask,int * bit_order,int * byte_order,int * scan,int * glyph,int * image) argument
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dformat.c68 int *glyph,
100 *glyph = format & BitmapFormatScanlinePadMask;
102 switch (*glyph) {
104 *glyph = 1;
107 *glyph = 2;
110 *glyph = 4;
63 CheckFSFormat(fsBitmapFormat format,fsBitmapFormatMask fmask,int * bit_order,int * byte_order,int * scan,int * glyph,int * image) argument
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c123 /********** quickly processes each glyph charstring to *********/
156 /* For each glyph, parse the glyph charstring and extract */
180 /* ignore the error if one has occurred -- skip to next glyph */
194 cff_slot_load( CFF_GlyphSlot glyph, argument
202 TT_Face face = (TT_Face)glyph->root.face;
236 glyph->x_scale = 0x10000L;
237 glyph->y_scale = 0x10000L;
240 glyph->x_scale = size->root.metrics.x_scale;
241 glyph
[all...]
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvprop.c83 FT_GlyphSlot glyph; local in function:gxv_prop_zero_advance_validate
96 glyph = face->glyph;
98 if ( glyph->advance.x != (FT_Pos)0 ||
99 glyph->advance.y != (FT_Pos)0 )
101 GXV_TRACE(( " found non-zero advance in zero-advance glyph\n" ));
112 FT_UShort glyph,
115 if ( glyph != 0 && ( property & GXV_PROP_FLOATER ) )
116 gxv_prop_zero_advance_validate( glyph, gxvalid );
140 if ( glyph <
111 gxv_prop_property_validate(FT_UShort property,FT_UShort glyph,GXV_Validator gxvalid) argument
189 gxv_prop_LookupValue_validate(FT_UShort glyph,GXV_LookupValueCPtr value_p,GXV_Validator gxvalid) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c91 static inline struct uxa_glyph *uxa_glyph_get_private(GlyphPtr glyph) argument
94 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
96 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
100 static inline void uxa_glyph_set_private(GlyphPtr glyph, struct uxa_glyph *priv) argument
102 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
132 /* All caches for a single format share a single pixmap for glyph storage,
136 * every glyph.)
227 /* The most efficient thing to way to upload the glyph to the screen
233 GlyphPtr glyph,
236 PicturePtr pGlyphPicture = GetGlyphPicture(glyph, scree
231 uxa_glyph_cache_upload_glyph(ScreenPtr screen,uxa_glyph_cache_t * cache,GlyphPtr glyph,int x,int y) argument
302 uxa_glyph_unrealize(ScreenPtr screen,GlyphPtr glyph) argument
335 GlyphPtr glyph = *glyphs++; local in function:uxa_glyph_extents
388 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_intersect
522 GlyphPtr glyph = *glyphs++; local in function:uxa_check_glyphs
579 uxa_glyph_cache(ScreenPtr screen,GlyphPtr glyph,int * out_x,int * out_y) argument
808 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_via_mask
902 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_to_dst
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c91 static inline struct uxa_glyph *uxa_glyph_get_private(GlyphPtr glyph) argument
94 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
96 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
100 static inline void uxa_glyph_set_private(GlyphPtr glyph, struct uxa_glyph *priv) argument
102 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
132 /* All caches for a single format share a single pixmap for glyph storage,
136 * every glyph.)
227 /* The most efficient thing to way to upload the glyph to the screen
233 GlyphPtr glyph,
236 PicturePtr pGlyphPicture = GetGlyphPicture(glyph, scree
231 uxa_glyph_cache_upload_glyph(ScreenPtr screen,uxa_glyph_cache_t * cache,GlyphPtr glyph,int x,int y) argument
302 uxa_glyph_unrealize(ScreenPtr screen,GlyphPtr glyph) argument
335 GlyphPtr glyph = *glyphs++; local in function:uxa_glyph_extents
388 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_intersect
522 GlyphPtr glyph = *glyphs++; local in function:uxa_check_glyphs
579 uxa_glyph_cache(ScreenPtr screen,GlyphPtr glyph,int * out_x,int * out_y) argument
808 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_via_mask
902 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_to_dst
[all...]
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftcimage.c28 /* finalize a given glyph image node */
37 if ( inode->glyph )
39 FT_Done_Glyph( inode->glyph );
40 inode->glyph = NULL;
56 /* initialize a new glyph image node */
78 /* we will now load the glyph image */
80 &inode->glyph );
112 FT_Glyph glyph = inode->glyph; local in function:ftc_inode_weight
117 switch ( glyph
[all...]
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddefaults.c68 FontDefaultFormat (int *bit, int *byte, int *glyph, int *scan) argument
72 *glyph = DEFAULT_GLYPH_PAD;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddefaults.c69 FontDefaultFormat (int *bit, int *byte, int *glyph, int *scan) argument
73 *glyph = DEFAULT_GLYPH_PAD;
/xsrc/local/programs/ttf2wsfont/
H A Dmain.c58 FT_Render_Glyph(face->glyph, FT_RENDER_MODE_NORMAL);
59 printf("%d x %d\n", face->glyph->bitmap.width, face->glyph->bitmap.rows);
60 printf("offset: %d %d\n", face->glyph->bitmap_left, face->glyph->bitmap_top);
61 new_advance = (int)(face->glyph->advance.x >> 6);
62 if (face->glyph->bitmap.width >= new_advance)
63 new_advance = face->glyph->bitmap.width + 1;
65 new_above = face->glyph->bitmap_top;
66 new_below = face->glyph
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c92 static inline struct uxa_glyph *uxa_glyph_get_private(GlyphPtr glyph) argument
95 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
97 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
101 static inline void uxa_glyph_set_private(GlyphPtr glyph, struct uxa_glyph *priv) argument
103 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
129 /* All caches for a single format share a single pixmap for glyph storage,
133 * every glyph.)
215 /* The most efficient thing to way to upload the glyph to the screen
221 GlyphPtr glyph,
224 PicturePtr pGlyphPicture = GetGlyphPicture(glyph, scree
219 uxa_glyph_cache_upload_glyph(ScreenPtr screen,uxa_glyph_cache_t * cache,GlyphPtr glyph,int x,int y) argument
322 GlyphPtr glyph = *glyphs++; local in function:uxa_glyph_extents
375 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_intersect
496 GlyphPtr glyph = *glyphs++; local in function:uxa_check_glyphs
560 uxa_glyph_cache(ScreenPtr screen,GlyphPtr glyph,int * out_x,int * out_y) argument
742 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_to_dst
957 GlyphPtr glyph = *glyphs++; local in function:uxa_glyphs_via_mask
[all...]
/xsrc/external/mit/freetype/dist/src/bdf/
H A Dbdfdrivr.h42 FT_UShort glyph; member in struct:BDF_encoding_el_
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.h39 cid_slot_load_glyph( FT_GlyphSlot glyph, /* CID_Glyph_Slot */
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c439 PSH_Glyph glyph )
457 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
458 ( dimension == 1 && !glyph->do_vert_hints ) )
470 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) ||
471 ( dimension == 1 && glyph->do_vert_snapping );
516 psh_hint_align( parent, globals, dimension, glyph );
536 if ( glyph->do_stem_adjust )
667 PSH_Glyph glyph )
685 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
686 ( dimension == 1 && !glyph
436 psh_hint_align(PSH_Hint hint,PSH_Globals globals,FT_Int dimension,PSH_Glyph glyph) argument
845 psh_hint_table_align_hints(PSH_Hint_Table table,PSH_Globals globals,FT_Int dimension,PSH_Glyph glyph) argument
926 psh_glyph_compute_inflections(PSH_Glyph glyph) argument
1034 psh_glyph_done(PSH_Glyph glyph) argument
1080 psh_glyph_load_points(PSH_Glyph glyph,FT_Int dimension) argument
1114 psh_glyph_save_points(PSH_Glyph glyph,FT_Int dimension) argument
1154 psh_glyph_init(PSH_Glyph glyph,FT_Outline * outline,PS_Hints ps_hints,PSH_Globals globals) argument
1288 psh_glyph_compute_extrema(PSH_Glyph glyph) argument
1564 psh_glyph_find_strong_points(PSH_Glyph glyph,FT_Int dimension) argument
1643 psh_glyph_find_blue_points(PSH_Blues blues,PSH_Glyph glyph) argument
1718 psh_glyph_interpolate_strong_points(PSH_Glyph glyph,FT_Int dimension) argument
1769 psh_glyph_interpolate_normal_points(PSH_Glyph glyph,FT_Int dimension) argument
1923 psh_glyph_interpolate_other_points(PSH_Glyph glyph,FT_Int dimension) argument
2075 PSH_Glyph glyph = &glyphrec; local in function:ps_hints_apply
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftrender.h38 /* create a new glyph object */
40 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
43 /* destroys a given glyph object */
45 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
48 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
53 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
61 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
131 * The glyph image format this renderer handles.
134 * A method used to render the image that is in a given glyph slot into
138 * A method used to transform the image that is in a given glyph slo
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */
67 int gWidth, gHeight; /* width and height of glyph */
68 FbStride gStride; /* stride of glyph */
69 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); local in function:fbPolyGlyphBlt
75 glyph = 0;
80 glyph = fbGlyph8;
83 glyph = fbGlyph16;
86 glyph = fbGlyph32;
101 if (glyph && gWidth <= sizeof(FbStip) * 8 &&
105 (*glyph) (ds
137 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); local in function:fbImageGlyphBlt
[all...]

Completed in 13 milliseconds

12345678