Home
last modified time | relevance | path

Searched refs:toWide (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/ted/Ted-2.23/appFrame/
H A DdrawImageGtk.c40 int toWide, in drawUtilGtkMakeImage() argument
65 bdOut.bdPixelsWide= toWide; in drawUtilGtkMakeImage()
75 xim= gdk_image_new( GDK_IMAGE_FASTEST, vis, toWide, toHigh ); in drawUtilGtkMakeImage()
98 bdOut.bdBytesPerRow= ( toWide+ pad- 1 )/ pad; in drawUtilGtkMakeImage()
101 bdOut.bdBufferLength= toHigh* bdOut.bdBytesPerRow+ toWide+ 32; in drawUtilGtkMakeImage()
105 { LLDEB(toWide,toHigh); rval= -1; goto ready; } in drawUtilGtkMakeImage()
108 toWide, toHigh ); in drawUtilGtkMakeImage()
132 xim= gdk_image_new( GDK_IMAGE_FASTEST, vis, toWide, toHigh ); in drawUtilGtkMakeImage()
H A DdrawImageMotif.c41 int toWide, in drawUtilMotifMakeImage() argument
69 bdOut.bdPixelsWide= toWide; in drawUtilMotifMakeImage()
79 bdOut.bdBytesPerRow= toWide; in drawUtilMotifMakeImage()
86 toWide, toHigh, pad, 0 ); in drawUtilMotifMakeImage()
104 (char *)0, toWide, toHigh, pad, 0 ); in drawUtilMotifMakeImage()
143 toWide, toHigh, pad, 0 ); in drawUtilMotifMakeImage()
158 bdOut.bdBytesPerRow= 4* ( ( 2* toWide+ 3 )/ 4 ); in drawUtilMotifMakeImage()
163 toWide, toHigh, pad, 0 ); in drawUtilMotifMakeImage()
H A DdrawUtilMotif.h30 int toWide,
H A DdrawUtilGtk.h24 int toWide,
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmFillJob.c87 int toWide, in bmSetFillJob() argument
92 fj->fjToWide= toWide; in bmSetFillJob()
121 fj->fjNextCor= (ColorValue *)malloc( ( toWide+ 9 )* sizeof(ColorValue) ); in bmSetFillJob()
123 { LXDEB(toWide,fj->fjNextCor); return -1; } in bmSetFillJob()
H A Dbmconvert.c30 int toWide= bdOut->bdPixelsWide; in bmBuildImage() local
76 bmInitColorRow( fj->fjNextCor+ 1, toWide ); in bmBuildImage()
H A Dbmputrow.h64 int toWide,
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DSLintOptions.cpp50 excludedFiles.emplace(scilab::UTF8::toWide(filename)); in addExcludedFile()
60 id = scilab::UTF8::toWide(_id); in setId()
H A DCNESConfig.cpp47 value = scilab::UTF8::toWide(i->second.getTextValue()); in getWString()
117 return scilab::UTF8::toWide(art.getId()); in getId()
302 names.emplace_back(scilab::UTF8::toWide(arpt.getTextValue())); in create()
321 const std::wstring name = scilab::UTF8::toWide(arpt.getTextValue()); in create()
/dports/math/scilab/scilab-6.1.1/scilab/modules/localization/src/cpp/
H A DUTF8.cpp68 std::wstring UTF8::toWide(const std::string & str) in toWide() function in scilab::UTF8
129 std::wstring UTF8::toWide(const std::string & str)
193 std::wstring UTF8::toWide(const std::string & str)
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/plog/include/plog/Initializers/
H A DRollingFileInitializer.h60 …return init<Formatter, instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFi…
72 return init<instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFiles);
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/SFML/include/SFML/System/
H A DUtf.hpp189 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
396 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
604 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
/dports/devel/sfml/SFML-2.5.1/include/SFML/System/
H A DUtf.hpp189 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
396 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
604 static Out toWide(In begin, In end, Out output, wchar_t replacement = 0);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/plog/include/plog/
H A DInit.h75 …return init<Formatter, instance>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFile…
87 return init<instance>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFiles);
H A DRecord.h21 stream << util::toWide(data);
23 std::operator<<(stream, util::toWide(data));
/dports/accessibility/gammy/gammy-0.9.64/include/plog/
H A DInit.h75 …return init<Formatter, instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFi…
87 return init<instanceId>(maxSeverity, util::toWide(fileName).c_str(), maxFileSize, maxFiles);
H A DRecord.h22 stream << util::toWide(data);
24 std::operator<<(stream, util::toWide(data));
/dports/math/scilab/scilab-6.1.1/scilab/modules/localization/includes/
H A DUTF8.hxx29 LOCALIZATION_IMPEXP static std::wstring toWide(const std::string & str);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/www/firefox/firefox-99.0/security/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/security/ca_root_nss/nss-3.71/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/security/nss/nss-3.76.1/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/util/
H A Dutilmod.c203 wchar_t *toWide = _NSSUTIL_UTF8ToWide(to); in nssutil_Rename() local
204 if (!toWide) { in nssutil_Rename()
208 result = MoveFileW(fromWide, toWide); in nssutil_Rename()
210 PORT_Free(toWide); in nssutil_Rename()

12