Searched refs:GetSize (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/external/pdfium/core/fpdfdoc/
H A Dcpvt_arraytemplate.h16 bool IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; }
19 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
25 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
H A Dclines.cpp17 int32_t CLines::GetSize() const { function in class:CLines
18 return m_Lines.GetSize();
30 for (int32_t i = 0, sz = GetSize(); i < sz; i++)
37 if (m_nTotal >= GetSize()) {
48 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) {
H A Dclines.h22 int32_t GetSize() const;
H A Dcpdf_metadata.cpp25 m_pXmlElement = CXML_Element::Parse(acc.GetData(), acc.GetSize());
/external/pdfium/core/fxcrt/
H A Dfxcrt_stream.cpp10 return WriteBlock(pData, GetSize(), size);
26 return WriteBlock(buffer, GetSize(), size);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_valuearray.cpp15 for (int32_t i = 0; i < GetSize(); i++)
20 for (int32_t i = 0; i < GetSize(); i++)
H A Dcxfa_arraynodelist.cpp15 if (srcArray.GetSize() > 0) {
21 return m_array.GetSize();
33 int32_t iSize = m_array.GetSize();
45 int32_t iSize = m_array.GetSize();
56 int32_t iSize = m_array.GetSize();
H A Dcxfa_resolveprocessor.cpp68 if (rnd.m_Nodes.GetSize() > 0) {
71 return rnd.m_Nodes.GetSize();
77 return rnd.m_Nodes.GetSize();
96 return rnd.m_Nodes.GetSize();
101 return rnd.m_Nodes.GetSize();
125 if (rnd.m_Nodes.GetSize() > 0) {
128 return rnd.m_Nodes.GetSize();
149 if (rndFind.m_Nodes.GetSize() > 0) {
153 return rnd.m_Nodes.GetSize();
174 if (rndFind.m_Nodes.GetSize() >
[all...]
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp38 if (degree >= m_cachedGenerators.GetSize()) {
40 m_cachedGenerators[m_cachedGenerators.GetSize() - 1];
41 for (int32_t d = m_cachedGenerators.GetSize(); d <= degree; d++) {
66 int32_t dataBytes = toEncode->GetSize() - ecBytes;
93 int32_t numZeroCoefficients = ecBytes - coefficients->GetSize();
97 for (int32_t y = 0; y < coefficients->GetSize(); y++) {
101 for (int32_t k = 0; k < temp->GetSize(); k++) {
106 for (int32_t i = 0; i < m_cachedGenerators.GetSize(); i++)
H A DBC_ReedSolomonGF256Poly.cpp43 if (!coefficients || coefficients->GetSize() == 0) {
48 int32_t coefficientsLength = coefficients->GetSize();
71 return m_coefficients.GetSize() - 1;
77 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
83 int32_t size = m_coefficients.GetSize();
117 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
124 sumDiff.SetSize(largerCoefficients.GetSize());
126 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
[all...]
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonBitArray.cpp27 m_size = array->GetSize();
41 int32_t CBC_CommonBitArray::GetSize() { function in class:CBC_CommonBitArray
63 FXSYS_memset(&m_bits[0], 0x00, m_bits.GetSize() * sizeof(int32_t));
102 int32_t* newBits = FX_Alloc(int32_t, m_bits.GetSize());
103 FXSYS_memset(newBits, 0x00, m_bits.GetSize() * sizeof(int32_t));
111 FXSYS_memcpy(&m_bits[0], newBits, m_bits.GetSize() * sizeof(int32_t));
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.cpp48 m_output.SetSize(m_row.GetSize() * scale);
49 for (int32_t i = 0; i < m_output.GetSize(); i++) {
H A DBC_PDF417BarcodeMatrix.cpp28 for (int32_t i = 0, matrixLength = m_matrix.GetSize(); i < matrixLength;
39 for (int32_t i = 0; i < m_matrix.GetSize(); i++)
73 int32_t xMax = bytearray.GetSize();
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderECBlocks.cpp41 for (int32_t i = 0; i < m_ecBlocksArray.GetSize(); i++)
51 for (int32_t i = 0; i < m_ecBlocksArray.GetSize(); i++)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTSkipGraph.h57 return (unsigned int)m_apDependencies.GetSize();
68 _ASSERT(ui32Id >= 0 && ui32Id < (unsigned int)m_apDependencies.GetSize());
92 for(ui = 0; ui < (unsigned int)m_apDependencies.GetSize(); ++ui)
137 for(ui = 0; ui < (unsigned int)m_apDependents.GetSize(); ++ui)
320 return (unsigned int)m_aHashTable.GetSize();
336 _ASSERT(ui32NodeID >= 0 && ui32NodeID < (unsigned int)m_aHashTable.GetSize());
397 _ASSERT(ui32NodeID >= 0 && ui32NodeID < (unsigned int)m_aHashTable.GetSize());
411 int i32HashTableSize(m_aHashTable.GetSize());
/external/bsdiff/
H A Dfile_interface.h40 virtual bool GetSize(uint64_t* size) = 0;
H A Dsink_file.cc29 bool SinkFile::GetSize(uint64_t* size) { function in class:bsdiff::SinkFile
/external/google-breakpad/src/google_breakpad/processor/
H A Dmemory_region.h56 virtual uint32_t GetSize() const = 0;
/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h22 UInt64 GetSize() const { return _size; } function in class:CDummyOutStream
/external/opencv/
H A DWLNonFileByteStream.h38 int GetSize();
/external/pdfium/xfa/fde/
H A Dfde_iterator.cpp33 if (m_CanvasStack.GetSize() == 0)
36 while (m_CanvasStack.GetSize() > 1)
56 while (m_CanvasStack.GetSize() > 0) {
61 if (m_CanvasStack.GetSize() == 1)
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dstring_serialization.h32 CallWithContext(Traits::GetSize, input, custom_context));
47 CallWithContext(Traits::GetSize, input, custom_context), buffer);
51 CallWithContext(Traits::GetSize, input, custom_context));
/external/libbrillo/brillo/streams/
H A Dmemory_stream_unittest.cc38 MOCK_CONST_METHOD0(GetSize, size_t());
95 TEST_F(MemoryStreamTest, GetSize) {
96 EXPECT_CALL(container_mock(), GetSize())
101 EXPECT_EQ(0, stream_->GetSize());
102 EXPECT_EQ(1234, stream_->GetSize());
103 EXPECT_EQ(kSizeMax, stream_->GetSize());
122 EXPECT_CALL(container_mock(), GetSize()).WillRepeatedly(Return(200));
138 EXPECT_CALL(container_mock(), GetSize()).WillOnce(Return(kSizeMax));
208 EXPECT_EQ(3, stream->GetSize());
222 EXPECT_EQ(3, stream->GetSize());
[all...]
H A Dmemory_containers_unittest.cc30 MOCK_CONST_METHOD0(GetSize, size_t());
69 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
85 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
97 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
110 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
127 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
143 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
158 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
177 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
198 EXPECT_CALL(container_, GetSize())
[all...]
/external/webrtc/webrtc/base/
H A Dmultipart_unittest.cc41 EXPECT_TRUE(multipart.GetSize(&size));
50 EXPECT_TRUE(multipart.GetSize(&size));
61 EXPECT_TRUE(multipart.GetSize(&size));
67 EXPECT_TRUE(stream->GetSize(&stream_size));
76 EXPECT_TRUE(multipart.GetSize(&size));
89 EXPECT_TRUE(multipart.GetSize(&size));

Completed in 1035 milliseconds

1234567891011>>