Home
last modified time | relevance | path

Searched refs:xnestFontStruct (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DFont.c73 if (!xnestFontStruct(pFont)) in xnestRealizeFont()
83 if (xnestFontStruct(pFont)) in xnestUnrealizeFont()
84 XFreeFont(xnestDisplay, xnestFontStruct(pFont)); in xnestUnrealizeFont()
H A DXNFont.h27 #define xnestFontStruct(pFont) (xnestFontPriv(pFont)->font_struct) macro
29 #define xnestFont(pFont) (xnestFontStruct(pFont)->fid)
H A DGCOps.c273 width = XTextWidth(xnestFontStruct(pGC->font), string, count); in xnestPolyText8()
287 width = XTextWidth16(xnestFontStruct(pGC->font), (XChar2b *) string, count); in xnestPolyText16()