Searched refs:xnestFontStruct (Results 1 – 3 of 3) sorted by relevance
73 if (!xnestFontStruct(pFont)) in xnestRealizeFont()83 if (xnestFontStruct(pFont)) in xnestUnrealizeFont()84 XFreeFont(xnestDisplay, xnestFontStruct(pFont)); in xnestUnrealizeFont()
27 #define xnestFontStruct(pFont) (xnestFontPriv(pFont)->font_struct) macro29 #define xnestFont(pFont) (xnestFontStruct(pFont)->fid)
273 width = XTextWidth(xnestFontStruct(pGC->font), string, count); in xnestPolyText8()287 width = XTextWidth16(xnestFontStruct(pGC->font), (XChar2b *) string, count); in xnestPolyText16()