Searched refs:tmpGC (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 889 GC tmpGC = XCreateGC( pDisplay, hDrawable_, GCFillStyle|GCLineWidth, &aGCVal ); in DrawServerSimpleFontString() local 890 XCopyGC( pDisplay, nGC, (1<<GCLastBit)-(1+GCFillStyle+GCLineWidth), tmpGC ); in DrawServerSimpleFontString() 912 XChangeGC( pDisplay, tmpGC, GCStipple|GCTileStipXOrigin|GCTileStipYOrigin, &aGCVal ); in DrawServerSimpleFontString() 916 XFillRectangle( pDisplay, hDrawable_, tmpGC, nDestX, nDestY, nWidth, nHeight ); in DrawServerSimpleFontString() 920 XFreeGC( pDisplay, tmpGC ); in DrawServerSimpleFontString()
|
Completed in 13 milliseconds