Home
last modified time | relevance | path

Searched refs:GlyphPicture (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dglyphstr.h51 #define GlyphPicture(glyph) ((PicturePtr *) ((glyph) + 1)) macro
H A Dglyph.c690 return GlyphPicture(glyph)[pScreen->myNum]; in GetGlyphPicture()
695 GlyphPicture(glyph)[pScreen->myNum] = picture; in SetGlyphPicture()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c387 PicturePtr glyph_pict = GlyphPicture(glyph)[screen_num]; in glamor_composite_glyphs()
/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]
61 +#define SetGlyphPicture(g, s, p) GlyphPicture((g))[(s)->myNum] = p