HomeSort by relevance Sort by last modified time
    Searched refs:GetSize (Results 51 - 75 of 529) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 23 int32_t CountChars() const { return m_LineChars.GetSize(); }
25 FXSYS_assert(index > -1 && index < m_LineChars.GetSize());
29 FXSYS_assert(index > -1 && index < m_LineChars.GetSize());
32 int32_t CountPieces() const { return m_LinePieces.GetSize(); }
34 FXSYS_assert(index > -1 && index < m_LinePieces.GetSize());
38 FXSYS_assert(index > -1 && index < m_LinePieces.GetSize());
45 int32_t iCount = m_LineChars.GetSize();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.cpp 20 int32_t iCount = streams.GetSize();
26 FX_FILESIZE CXFA_FileRead::GetSize() {
28 int32_t iCount = m_Data.GetSize();
31 dwSize += acc.GetSize();
38 int32_t iCount = m_Data.GetSize();
42 FX_FILESIZE dwSize = acc.GetSize();
51 FX_DWORD dwSize = acc.GetSize();
xfa_ffpageview.cpp 204 if (m_TabOrderWidgetArray.GetSize() > 0) {
205 for (int32_t i = 0; i < m_TabOrderWidgetArray.GetSize(); i++) {
216 if (m_TabOrderWidgetArray.GetSize() > 0) {
217 for (int32_t i = m_TabOrderWidgetArray.GetSize() - 1; i >= 0; i--) {
228 for (int32_t i = m_iCurWidget + 1; i < m_TabOrderWidgetArray.GetSize(); i++) {
289 int32_t nWidgetCount = SpaceOrderWidgetArray.GetSize();
294 for (; m_TabOrderWidgetArray.GetSize() < nWidgetCount;) {
377 int32_t iChildren = tabParams.GetSize();
385 if (pParam->m_Children.GetSize() > 0) {
400 if (pParam->m_Children.GetSize() > 0) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 50 while (revStack.GetSize()) {
58 return m_NodeStack.GetSize() ? *m_NodeStack.GetTopElement() : NULL;
62 int32_t nStackLength = m_NodeStack.GetSize();
88 if (m_NodeStack.GetSize() > 0) {
105 while (m_NodeStack.GetSize() > 0) {
119 if (m_NodeStack.GetSize() == 0) {
135 if (m_NodeStack.GetSize() == 0) {
  /external/libchrome/sandbox/win/src/
crosscall_client.h 73 uint32_t GetSize() const { return sizeof(T); }
110 uint32_t GetSize() const { return sizeof(t_); }
149 uint32_t GetSize() const {
197 uint32_t GetSize() const { return Base::GetSize(); }
225 uint32_t GetSize() const { return Base::GetSize(); }
272 uint32_t GetSize() const { return t_.Size(); }
300 if (!params->CopyParamIn(num - 1, ch##num.GetStart(), ch##num.GetSize(), \
  /external/gmock/test/
gmock-generated-function-mockers_test.cc 381 virtual int GetSize() const = 0;
393 MOCK_CONST_METHOD0_T(GetSize, int()); // NOLINT
408 EXPECT_CALL(mock, GetSize())
419 EXPECT_EQ(0, mock.GetSize());
421 EXPECT_EQ(1, mock.GetSize());
424 EXPECT_EQ(0, mock.GetSize());
451 STDMETHOD_(int, GetSize)() const = 0;
463 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, GetSize, int());
474 EXPECT_CALL(mock, GetSize())
485 EXPECT_EQ(0, mock.GetSize());
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc 350 virtual int GetSize() const = 0;
362 MOCK_CONST_METHOD0_T(GetSize, int()); // NOLINT
373 EXPECT_CALL(mock, GetSize())
384 EXPECT_EQ(0, mock.GetSize());
386 EXPECT_EQ(1, mock.GetSize());
389 EXPECT_EQ(0, mock.GetSize());
403 STDMETHOD_(int, GetSize)() const = 0;
415 MOCK_CONST_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, GetSize, int());
426 EXPECT_CALL(mock, GetSize())
437 EXPECT_EQ(0, mock.GetSize());
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 61 if (nFontIndex >= 0 && nFontIndex < m_aData.GetSize()) {
71 if (nFontIndex >= 0 && nFontIndex < m_aData.GetSize()) {
81 if (nFontIndex >= 0 && nFontIndex < m_aData.GetSize()) {
137 for (int32_t i = 0, sz = m_aNativeFont.GetSize(); i < sz; i++) {
159 for (int32_t i = 0, sz = m_aData.GetSize(); i < sz; i++)
165 for (int32_t i = 0, sz = m_aNativeFont.GetSize(); i < sz; i++)
187 for (int32_t i = 0, sz = m_aData.GetSize(); i < sz; i++) {
223 for (int32_t i = 0, sz = m_aData.GetSize(); i < sz; i++) {
258 return m_aData.GetSize() - 1;
265 if (nFontIndex >= 0 && nFontIndex < m_aData.GetSize()) {
    [all...]
PWL_ListCtrl.cpp 50 if (nStart >= 0 && nStart < m_aChildren.GetSize())
60 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
86 if (nStart - 1 >= 0 && nStart - 1 < m_aChildren.GetSize())
90 for (int32_t i = nStart, sz = m_aChildren.GetSize(); i < sz; i++) {
148 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
167 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN13Reader.cpp 54 int32_t end = row->GetSize();
63 for (int32_t i = 0; i < counters.GetSize(); i++) {
92 for (int32_t k = 0; k < counters.GetSize(); k++) {
BC_OneDReader.cpp 105 int32_t numCounters = counters->GetSize();
109 int32_t end = row->GetSize();
142 int32_t numTransitionsLeft = counters->GetSize();
160 int32_t numCounters = counters->GetSize();
BC_OnedCodaBarReader.cpp 51 int32_t end = row->GetSize();
70 for (int32_t i = 0; i < counters.GetSize(); i++) {
78 for (int32_t j = 0; j < counters.GetSize(); j++) {
123 int32_t width = row->GetSize();
136 int32_t patternLength = counters.GetSize();
183 int32_t numCounters = counter->GetSize();
  /external/bsdiff/
memory_file.cc 44 bool MemoryFile::GetSize(uint64_t* size) {
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.h 25 FX_FILESIZE GetSize() const override;
fxcrt_windows.h 23 FX_FILESIZE GetSize() const override;
  /external/pdfium/xfa/src/fxbarcode/
BC_BufferedImageLuminanceSource.cpp 134 if (row.GetSize() == 0 || row.GetSize() < width) {
137 if (m_rgbData.GetSize() == 0 || m_rgbData.GetSize() < width) {
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_program.cpp 27 for (int32_t u = 0; u < expressions->GetSize(); ++u) {
  /art/runtime/lambda/
closure.cc 100 DCHECK_GE(GetSize(), captured_variable_offset); // Prevent underflows.
101 return GetSize() - captured_variable_offset;
104 size_t Closure::GetSize() const {
119 DCHECK_GE(target_size, GetSize());
124 memcpy(target, this, GetSize());
169 if (GetSize() != other->GetSize()) {
173 return memcmp(this, other, GetSize());
closure_test.cc 143 EXPECT_EQ(static_size, closure_builder.GetSize());
272 EXPECT_EQ(closure_a->GetSize(), closure_b->GetSize());
275 std::min(closure_a->GetSize(), closure_b->GetSize())) == 0);
283 EXPECT_EQ(sizeof(ArtLambdaMethod*) + GetArgsSize(args...), closure->GetSize());
316 EXPECT_EQ(sizeof(ArtLambdaMethod*), closure->GetSize());
  /external/google-breakpad/src/processor/
stackwalker_ppc.cc 53 if (memory_ && memory_->GetBase() + memory_->GetSize() - 1 > 0xffffffff) {
59 HexString(memory_->GetSize());
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectionResult.cpp 86 codewordsRow < rowIndicatorColumn->getCodewords()->GetSize();
127 for (int32_t codewordsRow = 0; codewordsRow < codewords->GetSize();
156 for (int32_t codewordsRow = 0; codewordsRow < LRIcodewords->GetSize();
194 for (int32_t codewordsRow = 0; codewordsRow < codewords->GetSize();
229 for (int32_t codewordsRow = 0; codewordsRow < codewords->GetSize();
301 if (codewordsRow < codewords->GetSize() - 1) {
306 if (codewordsRow < codewords->GetSize() - 2) {
311 for (int32_t i = 0; i < otherCodewords.GetSize(); i++) {
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 17 int32_t iCount = m_arrThemes.GetSize();
71 int32_t iCount = m_arrThemes.GetSize();
80 int32_t iCount = m_arrThemes.GetSize();
115 for (int32_t i = 0; i < m_arrThemes.GetSize(); i++) {
124 int32_t iCount = m_arrThemes.GetSize();
132 int32_t iCount = m_arrThemes.GetSize();
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 70 return array.GetSize();
78 for (int i = 0, sz = array.GetSize(); i < sz; i++)
125 for (int i = 0, sz = m_arrayGlobalData.GetSize(); i < sz; i++)
132 for (int i = 0, sz = m_arrayGlobalData.GetSize(); i < sz; i++) {
303 int32_t CJS_GlobalData::GetSize() const {
304 return m_arrayGlobalData.GetSize();
404 for (int i = 0, sz = m_arrayGlobalData.GetSize(); i < sz; i++) {
410 if (sData.GetSize() + sElement.GetSize() > JS_MAXGLOBALDATA)
413 sData.AppendBlock(sElement.GetBuffer(), sElement.GetSize());
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 36 FX_FLOAT IFWL_Grid::GetSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit) {
37 return static_cast<CFWL_GridImp*>(GetImpl())->GetSize(hColRow, eUnit);
142 int32_t iCount = m_Columns.GetSize();
147 iCount = m_Rows.GetSize();
222 int32_t iColumns = m_Columns.GetSize();
232 int32_t iRows = m_Rows.GetSize();
277 if (nIndex < 0 || nIndex > m_Columns.GetSize()) {
278 nIndex = m_Columns.GetSize();
284 if (nIndex < 0 || nIndex > m_Rows.GetSize()) {
285 nIndex = m_Rows.GetSize();
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 61 for (int32_t i = 0, sz = m_WordArray.GetSize(); i < sz; i++) {
67 for (int32_t i = 0, sz = m_LineArray.GetSize(); i < sz; i++) {
77 std::max(std::min(place.nWordIndex, m_WordArray.GetSize()), 0);
78 if (nWordIndex == m_WordArray.GetSize()) {
104 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) {
113 if (place.nLineIndex >= m_LineArray.GetSize()) {
134 if (place.nLineIndex >= m_LineArray.GetSize()) {
150 int32_t nRight = m_LineArray.GetSize() - 1;
175 int32_t nRight = m_LineArray.GetSize() - 1;
176 int32_t nMid = m_LineArray.GetSize() / 2
    [all...]

Completed in 1419 milliseconds

1 23 4 5 6 7 8 91011>>