Home
last modified time | relevance | path

Searched refs:SetDataLength (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A Dcbc_onecode.cpp37 void CBC_OneCode::SetDataLength(int32_t length) { in SetDataLength() function in CBC_OneCode
38 GetOneDimWriter()->SetDataLength(length); in SetDataLength()
H A Dcfx_barcode.cpp111 bool CFX_Barcode::SetDataLength(int32_t length) { in SetDataLength() function in CFX_Barcode
122 ->SetDataLength(length), in SetDataLength()
H A Dcbc_onecode.h24 void SetDataLength(int32_t length);
H A Dcfx_barcode.h42 bool SetDataLength(int32_t length);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A Dcbc_onecode.cpp45 void CBC_OneCode::SetDataLength(int32_t length) { in SetDataLength() function in CBC_OneCode
46 GetOneDimWriter()->SetDataLength(length); in SetDataLength()
H A Dcfx_barcode.cpp111 bool CFX_Barcode::SetDataLength(int32_t length) { in SetDataLength() function in CFX_Barcode
122 ->SetDataLength(length), in SetDataLength()
H A Dcbc_onecode.h32 void SetDataLength(int32_t length);
H A Dcfx_barcode.h42 bool SetDataLength(int32_t length);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/
H A Dcbc_onecode.cpp49 void CBC_OneCode::SetDataLength(int32_t length) { in SetDataLength() function in CBC_OneCode
51 static_cast<CBC_OneDimWriter*>(m_pBCWriter.get())->SetDataLength(length); in SetDataLength()
H A Dcbc_onecode.h27 virtual void SetDataLength(int32_t length);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ebs/include/aws/ebs/model/
H A DGetSnapshotBlockResult.h49 inline void SetDataLength(int value) { m_dataLength = value; } in SetDataLength() function
54 inline GetSnapshotBlockResult& WithDataLength(int value) { SetDataLength(value); return *this;} in WithDataLength()
H A DPutSnapshotBlockRequest.h136 inline void SetDataLength(int value) { m_dataLengthHasBeenSet = true; m_dataLength = value; } in SetDataLength() function
143 inline PutSnapshotBlockRequest& WithDataLength(int value) { SetDataLength(value); return *this;} in WithDataLength()
/dports/devel/upp/upp/bazaar/plugin/wav/
H A Dwave.h65 { SetDataLength(num * GetBytesPerSample()); }; in SetNumSamples()
73 void SetDataLength(unsigned long numBytes) in SetDataLength() function
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoPktRTP.cpp194 SetDataLength(0); in Init()
209 SetDataLength(numBytes); in SetData()
H A DprotoPktIP.cpp1233 if (PAD1 != type) SetDataLength(0); in InitIntoBuffer()
1242 SetDataLength(dataLen); in SetData()
1261 SetDataLength(numBytes - (OFFSET_TYPE+2)); in MakePad()
1618 SetDataLength(1); in InitIntoBuffer()
1629 SetDataLength(numBytes); in SetHAV()
1642 SetDataLength(1 + taggerIdLength); in SetTaggerId()
1647 SetDataLength(1); in SetTaggerId()
1791 SetDataLength(1 + taggerIdLength + pktIdLength); in SetPktId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp111 void CFWL_Barcode::SetDataLength(int32_t dataLength) { in SetDataLength() function in CFWL_Barcode
184 m_pBarcodeEngine->SetDataLength(m_nDataLength); in GenerateBarcodeImageCache()
H A Dcfwl_barcode.h53 void SetDataLength(int32_t dataLength);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp107 void CFWL_Barcode::SetDataLength(int32_t dataLength) { in SetDataLength() function in CFWL_Barcode
175 m_pBarcodeEngine->SetDataLength(m_nDataLength); in GenerateBarcodeImageCache()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedEAN8Writer.h32 void SetDataLength(int32_t length) override;
H A DBC_OnedCodaBarWriter.h32 void SetDataLength(int32_t length) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedEAN8Writer.h32 void SetDataLength(int32_t length) override;
H A DBC_OnedCodaBarWriter.h32 void SetDataLength(int32_t length) override;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedEAN8Writer.h46 void SetDataLength(int32_t length) override;
H A DBC_OnedCodaBarWriter.h37 void SetDataLength(int32_t length) override;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dcfx_barcode.h40 FX_BOOL SetDataLength(int32_t length);

1234