Searched refs:pFontGC_ (Results 1 – 3 of 3) sorted by relevance
110 pFontGC_ = NULL; in X11SalGraphics()170 if( pFontGC_ ) XFreeGC( pDisplay, pFontGC_ ), pFontGC_ = None; in freeResources()
154 if( !pFontGC_ ) in GetFontGC()161 pFontGC_ = XCreateGC( pDisplay, hDrawable_, in GetFontGC()168 XSetForeground( pDisplay, pFontGC_, nTextPixel_ ); in GetFontGC()169 SetClipRegion( pFontGC_ ); in GetFontGC()173 return pFontGC_; in GetFontGC()
98 GC pFontGC_; // Font attributes member in X11SalGraphics
Completed in 38 milliseconds