Home
last modified time | relevance | path

Searched refs:xnestFontPriv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DFont.c71 xnestFontPriv(pFont)->font_struct = XLoadQueryFont(xnestDisplay, name); in xnestRealizeFont()
82 if (xnestFontPriv(pFont)) { in xnestUnrealizeFont()
85 free(xnestFontPriv(pFont)); in xnestUnrealizeFont()
H A DXNFont.h24 #define xnestFontPriv(pFont) \ macro
27 #define xnestFontStruct(pFont) (xnestFontPriv(pFont)->font_struct)