Home
last modified time | relevance | path

Searched refs:nMaxRecordSize (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/rmf/
H A Drmfdem.cpp604 const GUInt32 nMaxRecordSize = 255 + 32; in DEMCompress() local
615 DEMDiffT aiRecord[nMaxRecordSize] = {0}; in DEMCompress()
616 DEMWorkT aiPrev[nMaxRecordSize] = {0}; in DEMCompress()
678 if(nRecordSize == nMaxRecordSize) in DEMCompress()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/rmf/
H A Drmfdem.cpp604 const GUInt32 nMaxRecordSize = 255 + 32; in DEMCompress() local
615 DEMDiffT aiRecord[nMaxRecordSize] = {0}; in DEMCompress()
616 DEMWorkT aiPrev[nMaxRecordSize] = {0}; in DEMCompress()
678 if(nRecordSize == nMaxRecordSize) in DEMCompress()
/dports/graphics/gdal/gdal-3.3.3/frmts/rmf/
H A Drmfdem.cpp604 const GUInt32 nMaxRecordSize = 255 + 32; in DEMCompress() local
615 DEMDiffT aiRecord[nMaxRecordSize] = {0}; in DEMCompress()
616 DEMWorkT aiPrev[nMaxRecordSize] = {0}; in DEMCompress()
678 if(nRecordSize == nMaxRecordSize) in DEMCompress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/wmf/
H A Dwmfwr.cxx144 , nMaxRecordSize(0) in WMFWriter()
259 if (nSizeWords>nMaxRecordSize) nMaxRecordSize=nSizeWords; in WriteRecordHeader()
274 if (nSize>nMaxRecordSize) nMaxRecordSize=nSize; in UpdateRecordHeader()
1675 pWMF->WriteUInt32( nMaxRecordSize ); // and rectify in UpdateHeader()
1708 nMaxRecordSize=0; in WriteWMF()
H A Dwmfwr.hxx67 sal_uInt32 nMaxRecordSize; // in words member in WMFWriter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/wmf/
H A Dwmfwr.cxx143 , nMaxRecordSize(0) in WMFWriter()
258 if (nSizeWords>nMaxRecordSize) nMaxRecordSize=nSizeWords; in WriteRecordHeader()
273 if (nSize>nMaxRecordSize) nMaxRecordSize=nSize; in UpdateRecordHeader()
1674 pWMF->WriteUInt32( nMaxRecordSize ); // and rectify in UpdateHeader()
1700 nMaxRecordSize=0; in WriteWMF()
H A Dwmfwr.hxx67 sal_uInt32 nMaxRecordSize; // in words member in WMFWriter
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/
H A Dplayer.c144 U32 nMaxRecordSize = (MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned char); in wmf_scan() local
145 if (nMaxRecordSize) in wmf_scan()
153 WMF_SEEK (API, nPos + nMaxRecordSize - 1); in wmf_scan()
167 P->Parameters = (unsigned char*) wmf_malloc (API, nMaxRecordSize); in wmf_scan()
/dports/graphics/libwmf/libwmf-0.2.12/src/
H A Dplayer.c144 U32 nMaxRecordSize = (MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned char); in wmf_scan() local
145 if (nMaxRecordSize) in wmf_scan()
153 WMF_SEEK (API, nPos + nMaxRecordSize - 1); in wmf_scan()
167 P->Parameters = (unsigned char*) wmf_malloc (API, nMaxRecordSize); in wmf_scan()