Lines Matching refs:hDrawable_
161 pFontGC_ = XCreateGC( pDisplay, hDrawable_, in GetFontGC()
510 … hDrawable_, ScreenOfDisplay(pDisplay, m_nScreen), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16); in DrawCairoAAFontString()
599 ::XGetGeometry( pDisplay, hDrawable_, &wDummy, &iDummy, &iDummy, in DrawServerAAFontString()
604 rEntry.m_aPixmap = ::XCreatePixmap( pDisplay, hDrawable_, 1, 1, nVisualDepth ); in DrawServerAAFontString()
748 XImage* pImg = XGetImage( pDisplay, hDrawable_, in DrawServerAAForcedString()
766 XGetGeometry( pDisplay, hDrawable_, &aRoot, &x, &y, &w, &h, &bw, &d ); in DrawServerAAForcedString()
767 XTranslateCoordinates( pDisplay, hDrawable_, aRoot, 0, 0, &x, &y, &aRoot ); in DrawServerAAForcedString()
783 pImg = XGetImage( pDisplay, hDrawable_, in DrawServerAAForcedString()
868 XPutImage( pDisplay, hDrawable_, nGC, pImg, in DrawServerAAForcedString()
889 GC tmpGC = XCreateGC( pDisplay, hDrawable_, GCFillStyle|GCLineWidth, &aGCVal ); in DrawServerSimpleFontString()
916 XFillRectangle( pDisplay, hDrawable_, tmpGC, nDestX, nDestY, nWidth, nHeight ); in DrawServerSimpleFontString()