Searched refs:nEscape (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1741 int nEscape = POSTSCRIPT_PASSTHROUGH; in drawEPS() local 1743 if ( Escape( getHDC(), QUERYESCSUPPORT, sizeof( int ), ( LPSTR )&nEscape, 0 ) ) in drawEPS() 1830 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1850 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1866 sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() 1882 Escape ( getHDC(), nEscape, aBuf.getLength(), (LPTSTR)aBuf.getStr(), 0 ); in drawEPS()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 1823 LONG nEscape; in StartPage() local 1826 nEscape = DEVESC_NEWFRAME_WPROP; in StartPage() 1832 nEscape = DEVESC_NEWFRAME; in StartPage() 1837 nEscape, in StartPage()
|
Completed in 51 milliseconds