Home
last modified time | relevance | path

Searched refs:GetGlyphPicture (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c99 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 Dglyphstr.h122 GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen);
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c368 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 Dfbpict.c147 pPicture = GetGlyphPicture(glyph, pScreen); in fbGlyphs()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0004-Make-video-API-forward-and-backward-compatible.patch60 +#define GetGlyphPicture(g, s) GlyphPicture((g))[(s)->myNum]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog75009 render: add GetGlyphPicture accessor.