Searched refs:GetGlyphPicture (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | glyph.c | 99 if (GetGlyphPicture(glyph, pScreen)) { in GlyphUninit() 100 FreePicture((void *) GetGlyphPicture(glyph, pScreen), 0); in GlyphUninit() 239 if (GetGlyphPicture(glyph, pScreen)) in FreeGlyphPicture() 240 FreePicture((void *) GetGlyphPicture(glyph, pScreen), 0); in FreeGlyphPicture() 639 pPicture = GetGlyphPicture(glyph, pScreen); in miGlyphs() 686 PicturePtr GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen) in GetGlyphPicture() function
|
| H A D | glyphstr.h | 122 GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen);
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 368 PicturePtr pGlyphPicture = GetGlyphPicture(pGlyph, pScreen); in exaGlyphCacheUploadGlyph() 547 unsigned int format = (GetGlyphPicture(pGlyph, pScreen))->format; in exaBufferGlyph() 589 mask = GetGlyphPicture(pGlyph, pScreen); in exaBufferGlyph()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpict.c | 147 pPicture = GetGlyphPicture(glyph, pScreen); in fbGlyphs()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 60 +#define GetGlyphPicture(g, s) GlyphPicture((g))[(s)->myNum]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 75009 render: add GetGlyphPicture accessor.
|