Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/
H A Dpgfutils.cpp79 UINT32& nWrittenBytes,
194 UINT32 nWrittenBytes = 0; in writePGFImageFile() local
197 if (!nWrittenBytes) in writePGFImageFile()
247 UINT32 nWrittenBytes = 0; in writePGFImageData() local
258 nWrittenBytes + 16; in writePGFImageData()
262 nWrittenBytes; in writePGFImageData()
268 nWrittenBytes; in writePGFImageData()
389 nWrittenBytes = 0; in writePGFImageDataToStream()
395 pgfImg.Write(&stream, &nWrittenBytes); in writePGFImageDataToStream()
399 pgfImg.Write(&stream, 0, 0, &nWrittenBytes); in writePGFImageDataToStream()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/pgf/
H A Ddimgpgfloader_save.cpp195 UINT32 nWrittenBytes = 0; in save() local
201 pgf.Write(&stream, &nWrittenBytes, CallbackForLibPGF, this); in save()
207 pgf.Write(&stream, 0, CallbackForLibPGF, &nWrittenBytes, this); in save()
217 qCDebug(DIGIKAM_DIMG_LOG_PGF) << "Bytes Written = " << nWrittenBytes; in save()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilstr.cxx182 sal_uInt64 nWrittenBytes(0); in writeBytes() local
184 …FileBase::E_None != m_aFile.write(static_cast<void const *>(p),sal_uInt64(length),nWrittenBytes) || in writeBytes()
185 nWrittenBytes != length ) in writeBytes()
H A Dfiltask.cxx1843 sal_uInt64 nWrittenBytes; in write() local
1882 nWrittenBytes ); in write()
1892 else if( nWrittenBytes != sal_uInt64( nReadBytes ) ) in write()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfilstr.cxx182 sal_uInt64 nWrittenBytes(0); in writeBytes() local
184 …FileBase::E_None != m_aFile.write(static_cast<void const *>(p),sal_uInt64(length),nWrittenBytes) || in writeBytes()
185 nWrittenBytes != length ) in writeBytes()
H A Dfiltask.cxx1853 sal_uInt64 nWrittenBytes; in write() local
1892 nWrittenBytes ); in write()
1902 else if( nWrittenBytes != sal_uInt64( nReadBytes ) ) in write()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DGDI32Test.java75 int nWrittenBytes = GDI32.INSTANCE.GetObject(iconInfo.hbmColor, in testGetObject() local
78 if (nWrittenBytes <= 0) { in testGetObject()
/dports/graphics/libpgf/PGF/Codec/src/
H A DPGFimage.cpp1157 UINT32 nWrittenBytes = UpdatePostHeaderSize(); in WriteImage() local
1197 nWrittenBytes += m_encoder->UpdateLevelLength(); // return written image bytes in WriteImage()
1204 return nWrittenBytes; in WriteImage()
1220 void CPGFImage::Write(CPGFStream* stream, UINT32* nWrittenBytes /*= nullptr*/, CallbackPtr cb /*= n… in Write() argument
1231 if (nWrittenBytes) *nWrittenBytes += nBytes; in Write()
1257 UINT32 nWrittenBytes = 0; in Write() local
1261 nWrittenBytes = UpdatePostHeaderSize(); in Write()
1274 nWrittenBytes += m_levelLength[m_header.nLevels - m_currentLevel - 1]; in Write()
1295 return nWrittenBytes; in Write()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DPGFimage.cpp1157 UINT32 nWrittenBytes = UpdatePostHeaderSize(); in WriteImage() local
1197 nWrittenBytes += m_encoder->UpdateLevelLength(); // return written image bytes in WriteImage()
1204 return nWrittenBytes; in WriteImage()
1220 void CPGFImage::Write(CPGFStream* stream, UINT32* nWrittenBytes /*= nullptr*/, CallbackPtr cb /*= n… in Write() argument
1231 if (nWrittenBytes) *nWrittenBytes += nBytes; in Write()
1257 UINT32 nWrittenBytes = 0; in Write() local
1261 nWrittenBytes = UpdatePostHeaderSize(); in Write()
1274 nWrittenBytes += m_levelLength[m_header.nLevels - m_currentLevel - 1]; in Write()
1295 return nWrittenBytes; in Write()
H A DPGFimage.h204 …void Write(CPGFStream* stream, UINT32* nWrittenBytes = nullptr, CallbackPtr cb = nullptr, void *da…
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx1608 int nWrittenBytes = NS_tsnprintf(spath, sizeof(spath)/sizeof(spath[0]), local
1610 (void) nWrittenBytes;
2496 int nWrittenBytes = NS_tsnprintf(tmpLog, sizeof(tmpLog)/sizeof(tmpLog[0]), local
2498 (void) nWrittenBytes;
2678 int nWrittenBytes = NS_tsnprintf(updateSettingsPath, local
2686 (void) nWrittenBytes;
2750 … int nWrittenBytes = NS_tsnprintf(updatingDir, sizeof(updatingDir)/sizeof(updatingDir[0]), local
2752 (void) nWrittenBytes;
4460 int nWrittenBytes = NS_tsnprintf(manifest, sizeof(manifest)/sizeof(manifest[0]),
4462 (void) nWrittenBytes;
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DPGFimage.cpp1158 UINT32 nWrittenBytes = UpdatePostHeaderSize(); in WriteImage() local
1198 nWrittenBytes += m_encoder->UpdateLevelLength(); // return written image bytes in WriteImage()
1205 return nWrittenBytes; in WriteImage()
1221 void CPGFImage::Write(CPGFStream* stream, UINT32* nWrittenBytes /*= nullptr*/, CallbackPtr cb /*= n… in Write() argument
1232 if (nWrittenBytes) *nWrittenBytes += nBytes; in Write()
1258 UINT32 nWrittenBytes = 0; in Write() local
1262 nWrittenBytes = UpdatePostHeaderSize(); in Write()
1275 nWrittenBytes += m_levelLength[m_header.nLevels - m_currentLevel - 1]; in Write()
1296 return nWrittenBytes; in Write()
H A DPGFimage.h206 …void Write(CPGFStream* stream, UINT32* nWrittenBytes = nullptr, CallbackPtr cb = nullptr, void *da…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx1607 int nWrittenBytes = NS_tsnprintf(spath, sizeof(spath)/sizeof(spath[0]), local
1609 (void) nWrittenBytes;
2495 int nWrittenBytes = NS_tsnprintf(tmpLog, sizeof(tmpLog)/sizeof(tmpLog[0]), local
2497 (void) nWrittenBytes;
2677 int nWrittenBytes = NS_tsnprintf(updateSettingsPath, local
2685 (void) nWrittenBytes;
2749 … int nWrittenBytes = NS_tsnprintf(updatingDir, sizeof(updatingDir)/sizeof(updatingDir[0]), local
2751 (void) nWrittenBytes;
4459 int nWrittenBytes = NS_tsnprintf(manifest, sizeof(manifest)/sizeof(manifest[0]),
4461 (void) nWrittenBytes;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp999 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1000 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1005 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1006 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A DShellFolder2.cpp1032 const int nWrittenBytes = GetObject(iconInfo.hbmColor, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1033 if(nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
1038 const int nWrittenBytes = GetObject(iconInfo.hbmMask, sizeof(bmp), &bmp); in Java_sun_awt_shell_Win32ShellFolder2_getIconBits() local
1039 if (nWrittenBytes > 0) { in Java_sun_awt_shell_Win32ShellFolder2_getIconBits()
/dports/graphics/libpgf/PGF/Codec/include/
H A DPGFimage.h204 …void Write(CPGFStream* stream, UINT32* nWrittenBytes = nullptr, CallbackPtr cb = nullptr, void *da…
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/
H A DWindowUtils.java1214 final int nWrittenBytes = GDI32.INSTANCE.GetObject( in getIconSize() local
1217 if (nWrittenBytes > 0) in getIconSize()
1222 final int nWrittenBytes = GDI32.INSTANCE.GetObject( in getIconSize() local
1225 if (nWrittenBytes > 0) in getIconSize()