Home
last modified time | relevance | path

Searched refs:fuOptions (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyntextdrawer.pp125 TheExtTextOutProc = procedure (X, Y: Integer; fuOptions: UINT;
298 procedure TextOutOrExtTextOut(X, Y: Integer; fuOptions: UINT;
300 procedure ExtTextOutFixed(X, Y: Integer; fuOptions: UINT;
302 procedure ExtTextOutWithETO(X, Y: Integer; fuOptions: UINT;
304 procedure ExtTextOutForDBCS(X, Y: Integer; fuOptions: UINT;
1184 procedure TheTextDrawer.ExtTextOut(X, Y: Integer; fuOptions: UINT;
1215 if (fuOptions and ETO_OPAQUE) > 0 then
1216 fuOptions := fuOptions - ETO_OPAQUE;
1217 fuOptions := 0;
1418 FExtTextOutProc(X, Y, fuOptions, ARect, Text, Length);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyntextdrawer.pp125 TheExtTextOutProc = procedure (X, Y: Integer; fuOptions: UINT;
298 procedure TextOutOrExtTextOut(X, Y: Integer; fuOptions: UINT;
300 procedure ExtTextOutFixed(X, Y: Integer; fuOptions: UINT;
302 procedure ExtTextOutWithETO(X, Y: Integer; fuOptions: UINT;
304 procedure ExtTextOutForDBCS(X, Y: Integer; fuOptions: UINT;
1184 procedure TheTextDrawer.ExtTextOut(X, Y: Integer; fuOptions: UINT;
1215 if (fuOptions and ETO_OPAQUE) > 0 then
1216 fuOptions := fuOptions - ETO_OPAQUE;
1217 fuOptions := 0;
1418 FExtTextOutProc(X, Y, fuOptions, ARect, Text, Length);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyntextdrawer.pp126 TheExtTextOutProc = procedure (X, Y: Integer; fuOptions: UINT;
299 procedure TextOutOrExtTextOut(X, Y: Integer; fuOptions: UINT;
301 procedure ExtTextOutFixed(X, Y: Integer; fuOptions: UINT;
303 procedure ExtTextOutWithETO(X, Y: Integer; fuOptions: UINT;
305 procedure ExtTextOutForDBCS(X, Y: Integer; fuOptions: UINT;
1185 procedure TheTextDrawer.ExtTextOut(X, Y: Integer; fuOptions: UINT;
1216 if (fuOptions and ETO_OPAQUE) > 0 then
1217 fuOptions := fuOptions - ETO_OPAQUE;
1218 fuOptions := 0;
1443 FExtTextOutProc(X, Y, fuOptions, ARect, Text, Length);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyntextdrawer.pp126 TheExtTextOutProc = procedure (X, Y: Integer; fuOptions: UINT;
299 procedure TextOutOrExtTextOut(X, Y: Integer; fuOptions: UINT;
301 procedure ExtTextOutFixed(X, Y: Integer; fuOptions: UINT;
303 procedure ExtTextOutWithETO(X, Y: Integer; fuOptions: UINT;
305 procedure ExtTextOutForDBCS(X, Y: Integer; fuOptions: UINT;
1185 procedure TheTextDrawer.ExtTextOut(X, Y: Integer; fuOptions: UINT;
1216 if (fuOptions and ETO_OPAQUE) > 0 then
1217 fuOptions := fuOptions - ETO_OPAQUE;
1218 fuOptions := 0;
1443 FExtTextOutProc(X, Y, fuOptions, ARect, Text, Length);
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/win32/
H A DTextOutHook.c32 typedef BOOL (WINAPI *ExtTextOutANextHook_t)(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CON…
34 typedef BOOL (WINAPI *ExtTextOutWNextHook_t)(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CON…
359 BOOL WINAPI ExtTextOutACallbackProc(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CONST RECT *… in ExtTextOutACallbackProc() argument
361 if (CurParams && CurParams->Active && (fuOptions & ETO_GLYPH_INDEX) == 0) in ExtTextOutACallbackProc()
363 return ExtTextOutANextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutACallbackProc()
366 BOOL WINAPI ExtTextOutWCallbackProc(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CONST RECT *… in ExtTextOutWCallbackProc() argument
368 if (CurParams && CurParams->Active && (fuOptions & ETO_GLYPH_INDEX) == 0) in ExtTextOutWCallbackProc()
370 return ExtTextOutWNextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutWCallbackProc()
/dports/textproc/goldendict/goldendict-73ec1b5/mouseover_win32/
H A DTextOutHook.c15 typedef BOOL (WINAPI *ExtTextOutANextHook_t)(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CON…
16 typedef BOOL (WINAPI *ExtTextOutWNextHook_t)(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CON…
393 BOOL WINAPI ExtTextOutACallbackProc(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CONST RECT *… in ExtTextOutACallbackProc() argument
404 res = ExtTextOutANextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutACallbackProc()
409 BOOL WINAPI ExtTextOutWCallbackProc(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CONST RECT *… in ExtTextOutWCallbackProc() argument
417 if ( fuOptions & ETO_GLYPH_INDEX ) in ExtTextOutWCallbackProc()
432 res = ExtTextOutWNextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutWCallbackProc()
441 res = ExtTextOutWNextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutWCallbackProc()
457 res = ExtTextOutWNextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutWCallbackProc()
517 res = ExtTextOutWNextHook(hdc, nXStart, nYStart, fuOptions, lprc, lpszString, cbString, lpDx); in ExtTextOutWCallbackProc()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/win32/
H A Dvid_directx_support.cpp669 static BOOL MyExtTextOut(HDC hdc, int X, int Y, UINT fuOptions, CONST RECT* lprc, LPCTSTR lpString,… in MyExtTextOut() argument
674 ExtTextOut(hdc, X + nShadowOffset, Y + nShadowOffset, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
677 ExtTextOut(hdc, X - 1, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
678 ExtTextOut(hdc, X + 0, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
679 ExtTextOut(hdc, X + 1, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
680 ExtTextOut(hdc, X + 1, Y + 0, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
681 ExtTextOut(hdc, X + 1, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
682 ExtTextOut(hdc, X + 0, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
683 ExtTextOut(hdc, X - 1, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
684 ExtTextOut(hdc, X - 1, Y + 0, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/win32/
H A Dvid_directx_support.cpp656 static BOOL MyExtTextOut(HDC hdc, int X, int Y, UINT fuOptions, CONST RECT* lprc, LPCTSTR lpString,… in MyExtTextOut() argument
661 ExtTextOut(hdc, X + nShadowOffset, Y + nShadowOffset, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
664 ExtTextOut(hdc, X - 1, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
665 ExtTextOut(hdc, X + 0, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
666 ExtTextOut(hdc, X + 1, Y - 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
667 ExtTextOut(hdc, X + 1, Y + 0, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
668 ExtTextOut(hdc, X + 1, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
669 ExtTextOut(hdc, X + 0, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
670 ExtTextOut(hdc, X - 1, Y + 1, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
671 ExtTextOut(hdc, X - 1, Y + 0, fuOptions, lprc, lpString, cbCount, lpDx); in MyExtTextOut()
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DDlsbank.cpp719 region.fuOptions = (uint8)(rgnh.usKeyGroup & DLSREGION_KEYGROUPMASK); in UpdateInstrumentDefinition()
721 region.fuOptions |= DLSREGION_SELFNONEXCLUSIVE; in UpdateInstrumentDefinition()
747 region.fuOptions |= DLSREGION_OVERRIDEWSMP; in UpdateInstrumentDefinition()
764 region.fuOptions |= DLSREGION_SAMPLELOOP; in UpdateInstrumentDefinition()
1231 rgn.fuOptions |= DLSREGION_SAMPLELOOP; in ConvertSF2ToDLS()
1233 rgn.fuOptions |= DLSREGION_SAMPLELOOP | DLSREGION_PINGPONGLOOP; in ConvertSF2ToDLS()
1235 rgn.fuOptions |= DLSREGION_SAMPLELOOP | DLSREGION_SUSTAINLOOP; in ConvertSF2ToDLS()
1236 rgn.fuOptions |= DLSREGION_OVERRIDEWSMP; in ConvertSF2ToDLS()
1239 rgn.fuOptions |= (value & DLSREGION_KEYGROUPMASK); in ConvertSF2ToDLS()
1716 if (rgn.fuOptions & DLSREGION_SAMPLELOOP) sample.uFlags.set(CHN_LOOP); in ExtractSample()
[all …]
H A DDlsbank.h33 uint16 fuOptions; // flags + key group member
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_dwrite.h70 UINT fuOptions,
H A Dgui_dwrite.cpp334 UINT fuOptions, const RECT *lprc, const INT *lpDx);
1004 UINT fuOptions, const RECT *lprc, const INT *lpDx) in DrawText() argument
1016 ::ExtTextOutW(mInteropHDC, x, y, fuOptions, lprc, text, len, lpDx); in DrawText()
1280 UINT fuOptions, in DWriteContext_DrawText() argument
1286 fuOptions, lprc, lpDx); in DWriteContext_DrawText()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DPlatWin.cxx549 …awTextCommon(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, UINT fuOptions);
896 …wTextCommon(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, UINT fuOptions) { in DrawTextCommon() argument
911 if (!::ExtTextOutA(hdc, x, yBaseInt, fuOptions, &rcw, s, lenDraw, NULL)) { in DrawTextCommon()
914 if (!::ExtTextOutA(hdc, x, yBaseInt, fuOptions, &rcw, s + pos, seglen, NULL)) { in DrawTextCommon()
926 if (!::ExtTextOutW(hdc, x, yBaseInt, fuOptions, &rcw, tbuf.buffer, tbuf.tlen, NULL)) { in DrawTextCommon()
929 if (!::ExtTextOutW(hdc, x, yBaseInt, fuOptions, &rcw, tbuf.buffer + pos, seglen, NULL)) { in DrawTextCommon()
1205 …awTextCommon(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, UINT fuOptions);
1610 …wTextCommon(PRectangle rc, Font &font_, XYPOSITION ybase, const char *s, int len, UINT fuOptions) { in DrawTextCommon() argument
1616 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
1631 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libuemf/
H A Duemf_endian.c1818 int fuOptions = 0; in U_EMRSMALLTEXTOUT_swap() local
1823 fuOptions = pEmr->fuOptions; in U_EMRSMALLTEXTOUT_swap()
1831 fuOptions = pEmr->fuOptions; in U_EMRSMALLTEXTOUT_swap()
1835 if(!(fuOptions & U_ETO_NO_RECT)){ in U_EMRSMALLTEXTOUT_swap()
H A Duemf_safe.c982 int fuOptions = pEmr->fuOptions; in U_EMRSMALLTEXTOUT_safe() local
985 if(!(fuOptions & U_ETO_NO_RECT)){ in U_EMRSMALLTEXTOUT_safe()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32Uniscribe.h378 UINT fuOptions,
/dports/x11-toolkits/scintilla/scintilla/win32/
H A DPlatWin.cxx541 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
991 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
999 ::ExtTextOutW(hdc, x, yBaseInt, fuOptions, &rcw, tbuf.buffer, tbuf.tlen, nullptr); in DrawTextCommon()
1001 …::ExtTextOutA(hdc, x, yBaseInt, fuOptions, &rcw, text.data(), static_cast<UINT>(text.length()), nu… in DrawTextCommon()
1220 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
2060 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
2066 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
2081 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
/dports/editors/textadept/scintilla/win32/
H A DPlatWin.cxx541 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
991 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
999 ::ExtTextOutW(hdc, x, yBaseInt, fuOptions, &rcw, tbuf.buffer, tbuf.tlen, nullptr); in DrawTextCommon()
1001 …::ExtTextOutA(hdc, x, yBaseInt, fuOptions, &rcw, text.data(), static_cast<UINT>(text.length()), nu… in DrawTextCommon()
1220 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
2060 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
2066 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
2081 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
/dports/editors/scite/scintilla/win32/
H A DPlatWin.cxx541 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
991 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
999 ::ExtTextOutW(hdc, x, yBaseInt, fuOptions, &rcw, tbuf.buffer, tbuf.tlen, nullptr); in DrawTextCommon()
1001 …::ExtTextOutA(hdc, x, yBaseInt, fuOptions, &rcw, text.data(), static_cast<UINT>(text.length()), nu… in DrawTextCommon()
1220 …tCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions);
2060 …Common(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOptions) { in DrawTextCommon() argument
2066 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
2081 if (fuOptions & ETO_CLIPPED) { in DrawTextCommon()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dusp10.h228 …HRESULT WINAPI ScriptTextOut (const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, cons…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dusp10.h228 …HRESULT WINAPI ScriptTextOut (const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, cons…
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dusp10.rs150 fuOptions: UINT, in ScriptTextOut()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dusp10.rs150 fuOptions: UINT, in ScriptTextOut()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dusp10.rs150 fuOptions: UINT, in ScriptTextOut()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dusp10.rs150 fuOptions: UINT, in ScriptTextOut()

12345678