Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx889 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 14 milliseconds