Home
last modified time | relevance | path

Searched refs:nEscape (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalgdi.cxx899 int nEscape = POSTSCRIPT_PASSTHROUGH; in drawEPS() local
901 …if ( Escape( getHDC(), QUERYESCSUPPORT, sizeof( int ), reinterpret_cast<LPSTR>(&nEscape), nullptr … in drawEPS()
985 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
1004 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
1019 … sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, aBuf.getStr(), nullptr ); in drawEPS()
1034 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
/dports/deskutils/py-vobject/vobject-0.9.6.1/test_files/
H A Dsimple_3_0_test.ics10 ADR;type=HOME:;;Haight Street 512\;\nEscape\, Test;Novosibirsk;;80214;Gnuland
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalgdi.cxx914 int nEscape = POSTSCRIPT_PASSTHROUGH; in drawEPS() local
916 …if ( Escape( getHDC(), QUERYESCSUPPORT, sizeof( int ), reinterpret_cast<LPSTR>(&nEscape), nullptr … in drawEPS()
1000 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
1019 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
1034 … sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, aBuf.getStr(), nullptr ); in drawEPS()
1049 Escape ( getHDC(), nEscape, aBuf.getLength(), aBuf.getStr(), nullptr ); in drawEPS()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Printing/
H A DPrinterSettings.Windows.cs451 …int nEscape = imageFormat.Equals(ImageFormat.Jpeg) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativ… in IsDirectPrintingSupported()
457 …hdc, SafeNativeMethods.QUERYESCSUPPORT, Marshal.SizeOf(typeof(int)), ref nEscape, 0, out outData) … in IsDirectPrintingSupported()
491 …int nEscape = image.RawFormat.Equals(ImageFormat.Jpeg) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeN… in IsDirectPrintingSupported()
498 …hdc, SafeNativeMethods.QUERYESCSUPPORT, Marshal.SizeOf(typeof(int)), ref nEscape, 0, out outData) … in IsDirectPrintingSupported()
501 …isDirectPrintingSupported = (SafeNativeMethods.ExtEscape(hdc, nEscape, pvImageLen, pvImage, Marsha… in IsDirectPrintingSupported()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximage.h179 long nEscape; //escape member
262 long GetEscape() const {return info.nEscape;} in GetEscape()
264 void SetEscape(long i) {info.nEscape = i;} in SetEscape()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_split_variation5.phpt41 This checks\t str_split()\nEscape\rchars
H A Dchunk_split_variation4.phpt41 This checks\t chunk_split()\nEscape\rchars
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt47 This checks\t chunk_split()\nEscape\rchars
H A Dstr_split_variation5.phpt49 This checks\t str_split()\nEscape\rchars
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstr_split_variation5.phpt41 This checks\t str_split()\nEscape\rchars
H A Dchunk_split_variation4.phpt41 This checks\t chunk_split()\nEscape\rchars
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt47 This checks\t chunk_split()\nEscape\rchars
H A Dstr_split_variation5.phpt49 This checks\t str_split()\nEscape\rchars
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_split_variation5.phpt41 This checks\t str_split()\nEscape\rchars
H A Dchunk_split_variation4.phpt41 This checks\t chunk_split()\nEscape\rchars
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt47 This checks\t chunk_split()\nEscape\rchars
H A Dstr_split_variation5.phpt49 This checks\t str_split()\nEscape\rchars
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt41 This checks\t chunk_split()\nEscape\rchars
H A Dstr_split_variation5.phpt41 This checks\t str_split()\nEscape\rchars
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt47 This checks\t chunk_split()\nEscape\rchars
H A Dstr_split_variation5.phpt49 This checks\t str_split()\nEscape\rchars
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlgdi.h2582 int Escape(int nEscape, int nCount, LPCSTR lpszInData, LPVOID lpOutData) in Escape() argument
2585 return ::Escape(m_hDC, nEscape, nCount, lpszInData, lpOutData); in Escape()
2588 int Escape(int nEscape, int nInputSize, LPCSTR lpszInputData, in Escape() argument
2592 return ::ExtEscape(m_hDC, nEscape, nInputSize, lpszInputData, nOutputSize, lpszOutputData); in Escape()
2595 int DrawEscape(int nEscape, int nInputSize, LPCSTR lpszInputData) in DrawEscape() argument
2598 return ::DrawEscape(m_hDC, nEscape, nInputSize, lpszInputData); in DrawEscape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlgdi.h2582 int Escape(int nEscape, int nCount, LPCSTR lpszInData, LPVOID lpOutData) in Escape() argument
2585 return ::Escape(m_hDC, nEscape, nCount, lpszInData, lpOutData); in Escape()
2588 int Escape(int nEscape, int nInputSize, LPCSTR lpszInputData, in Escape() argument
2592 return ::ExtEscape(m_hDC, nEscape, nInputSize, lpszInputData, nOutputSize, lpszOutputData); in Escape()
2595 int DrawEscape(int nEscape, int nInputSize, LPCSTR lpszInputData) in DrawEscape() argument
2598 return ::DrawEscape(m_hDC, nEscape, nInputSize, lpszInputData); in DrawEscape()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2777 int Escape(int nEscape, int nCount, LPCSTR lpszInData, LPVOID lpOutData) in Escape() argument
2780 return ::Escape(m_hDC, nEscape, nCount, lpszInData, lpOutData); in Escape()
2784 int Escape(int nEscape, int nInputSize, LPCSTR lpszInputData, in Escape() argument
2788 return ::ExtEscape(m_hDC, nEscape, nInputSize, lpszInputData, nOutputSize, lpszOutputData); in Escape()
2792 int DrawEscape(int nEscape, int nInputSize, LPCSTR lpszInputData) in DrawEscape() argument
2795 return ::DrawEscape(m_hDC, nEscape, nInputSize, lpszInputData); in DrawEscape()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h2777 int Escape(int nEscape, int nCount, LPCSTR lpszInData, LPVOID lpOutData) in Escape() argument
2780 return ::Escape(m_hDC, nEscape, nCount, lpszInData, lpOutData); in Escape()
2784 int Escape(int nEscape, int nInputSize, LPCSTR lpszInputData, in Escape() argument
2788 return ::ExtEscape(m_hDC, nEscape, nInputSize, lpszInputData, nOutputSize, lpszOutputData); in Escape()
2792 int DrawEscape(int nEscape, int nInputSize, LPCSTR lpszInputData) in DrawEscape() argument
2795 return ::DrawEscape(m_hDC, nEscape, nInputSize, lpszInputData); in DrawEscape()

12