HomeSort by relevance Sort by last modified time
    Searched refs:IndexInBounds (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_pageobjectlist.cpp 12 return pdfium::IndexInBounds(*this, index) ? (*this)[index].get() : nullptr;
  /external/pdfium/xfa/fgas/layout/
cfx_breakline.cpp 20 ASSERT(pdfium::IndexInBounds(m_LineChars, index));
25 ASSERT(pdfium::IndexInBounds(m_LineChars, index));
cfx_break.cpp 168 if (!pdfium::IndexInBounds(tca, index))
193 if (!pdfium::IndexInBounds(m_Line[m_iReadyLineIndex].m_LinePieces, index))
  /external/pdfium/core/fxcrt/xml/
cfx_xmlinstruction.cpp 36 if (pdfium::IndexInBounds(m_TargetData, index))
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 117 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex))
136 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex))
140 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) ||
141 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) {
162 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex))
166 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex))
244 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex))
251 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) {
266 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) &&
335 if (pdfium::IndexInBounds(m_SectionArray, place.nSecIndex)
    [all...]
csection.cpp 84 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex - 1))
101 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex + 1))
170 if (!pdfium::IndexInBounds(m_LineArray, lineplace.nLineIndex))
197 if (!pdfium::IndexInBounds(m_WordArray, nMid))
208 if (pdfium::IndexInBounds(m_WordArray, nMid)) {
218 if (pdfium::IndexInBounds(m_WordArray, i))
226 if (pdfium::IndexInBounds(m_WordArray, i))
233 if (pdfium::IndexInBounds(m_WordArray, i))
256 if (pdfium::IndexInBounds(m_WordArray, place.nWordIndex))
ctypeset.cpp 223 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w + 1)) {
470 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w)) {
  /external/tensorflow/tensorflow/compiler/xla/
index_util.h 74 static bool IndexInBounds(const Shape& shape,
sparse_index_array.cc 94 if (!IndexUtil::IndexInBounds(shape, last)) {
99 if (!IndexUtil::IndexInBounds(shape, next)) {
index_util.cc 152 /* static */ bool IndexUtil::IndexInBounds(
  /external/pdfium/third_party/base/
stl_util.h 51 bool IndexInBounds(const Collection& collection, IndexType index) {
  /external/pdfium/fpdfsdk/pwl/
cpwl_font_map.cpp 63 if (pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex])
70 if (pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex])
77 return pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex] &&
112 if (!pdfium::IndexInBounds(m_Data, nFontIndex))
273 return pdfium::IndexInBounds(m_Data, nIndex) ? m_Data[nIndex].get() : nullptr;
cpwl_list_impl.cpp 304 if (!pdfium::IndexInBounds(m_ListItems, nIndex) || !m_ListItems[nIndex])
492 if (pdfium::IndexInBounds(m_ListItems, nItemIndex - 1) &&
569 if (!pdfium::IndexInBounds(m_ListItems, nIndex) || !m_ListItems[nIndex])
620 return pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex] &&
625 if (pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex])
630 return pdfium::IndexInBounds(m_ListItems, nItemIndex);
634 if (pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex])
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 149 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) {
161 if (pdfium::IndexInBounds(m_XFAPageList, page_index))
192 if (pdfium::IndexInBounds(m_XFAPageList, page_index))
  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.cpp 68 if (!pdfium::IndexInBounds(LookupList, index))
94 if (pdfium::IndexInBounds(tbl2->Substitutes, index)) {
cpdf_font.cpp 465 if (!pdfium::IndexInBounds(m_FontFallbacks, fallbackFont))
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 144 return pdfium::IndexInBounds(points, index) ? &points[index] : nullptr;
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.cpp 172 if (!pdfium::IndexInBounds(images_, frame_num))
  /external/pdfium/xfa/fde/
cfde_textout.cpp 559 return pdfium::IndexInBounds(m_pieces, index) ? &m_pieces[index] : nullptr;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 488 if (!pdfium::IndexInBounds(m_PageList, iPage))
590 if (!pdfium::IndexInBounds(m_PageList, found_index))
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 386 if (!m_bIsParsed || !pdfium::IndexInBounds(m_CharList, index))
475 if (!m_bIsParsed || !pdfium::IndexInBounds(m_SelRects, rectIndex))
    [all...]
  /external/pdfium/core/fxcrt/
fx_bidi.cpp 275 ASSERT(pdfium::IndexInBounds(*chars, iStart));
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 576 if (pdfium::IndexInBounds(m_PageArray, m_nAvailPages)) {
747 if (!pdfium::IndexInBounds(m_PageArray, index))
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]
cxfa_textlayout.cpp 961 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex))
    [all...]

Completed in 1340 milliseconds

1 2