/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 117 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in NextLine() 136 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetWord() 140 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) || in GetWord() 141 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) { in GetWord() 162 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetLine() 166 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex)) in GetLine() 244 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection() 251 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection() 266 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) && in DeleteWords() 335 if (pdfium::IndexInBounds(m_SectionArray, place.nSecIndex)) in UpdateWordPlace() [all …]
|
D | csection.cpp | 84 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex - 1)) in GetPrevWordPlace() 101 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex + 1)) in GetNextWordPlace() 170 if (!pdfium::IndexInBounds(m_LineArray, lineplace.nLineIndex)) in SearchWordPlace() 197 if (!pdfium::IndexInBounds(m_WordArray, nMid)) in SearchWordPlace() 208 if (pdfium::IndexInBounds(m_WordArray, nMid)) { in SearchWordPlace() 218 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearLeftWords() 226 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearRightWords() 233 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearMidWords() 256 if (pdfium::IndexInBounds(m_WordArray, place.nWordIndex)) in ClearWord()
|
D | ctypeset.cpp | 223 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w + 1)) { in CharArray() 470 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w)) { in OutputLines()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.cpp | 63 if (pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex]) in GetPDFFont() 70 if (pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex]) in GetPDFFontAlias() 77 return pdfium::IndexInBounds(m_Data, nFontIndex) && m_Data[nFontIndex] && in KnowWord() 112 if (!pdfium::IndexInBounds(m_Data, nFontIndex)) in CharCodeFromUnicode() 273 return pdfium::IndexInBounds(m_Data, nIndex) ? m_Data[nIndex].get() : nullptr; in GetFontMapData()
|
D | cpwl_list_impl.cpp | 304 if (!pdfium::IndexInBounds(m_ListItems, nIndex) || !m_ListItems[nIndex]) in GetItemRectInternal() 492 if (pdfium::IndexInBounds(m_ListItems, nItemIndex - 1) && in ReArrange() 569 if (!pdfium::IndexInBounds(m_ListItems, nIndex) || !m_ListItems[nIndex]) in GetItemEdit() 620 return pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex] && in IsItemSelected() 625 if (pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex]) in SetItemSelect() 630 return pdfium::IndexInBounds(m_ListItems, nItemIndex); in IsValid() 634 if (pdfium::IndexInBounds(m_ListItems, nIndex) && m_ListItems[nIndex]) in GetItemText()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_breakline.cpp | 20 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar() 25 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar()
|
D | cfx_break.cpp | 168 if (!pdfium::IndexInBounds(tca, index)) in GetLastChar() 193 if (!pdfium::IndexInBounds(m_Line[m_iReadyLineIndex].m_LinePieces, index)) in GetBreakPieceUnstable()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 149 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) { in GetXFAPage() 161 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) in GetXFAPage() 192 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) in DeletePage()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | sparse_index_array.cc | 93 if (!IndexUtil::IndexInBounds(shape, last)) { in Validate() 98 if (!IndexUtil::IndexInBounds(shape, next)) { in Validate()
|
D | index_util.h | 73 static bool IndexInBounds(const Shape& shape, absl::Span<const int64> index);
|
D | index_util.cc | 141 /* static */ bool IndexUtil::IndexInBounds(const Shape& shape, in IndexInBounds() function in xla::IndexUtil
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pageobjectlist.cpp | 12 return pdfium::IndexInBounds(*this, index) ? (*this)[index].get() : nullptr; in GetPageObjectByIndex()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlinstruction.cpp | 36 if (pdfium::IndexInBounds(m_TargetData, index)) in RemoveData()
|
/external/pdfium/third_party/base/ |
D | stl_util.h | 51 bool IndexInBounds(const Collection& collection, IndexType index) { in IndexInBounds() function
|
/external/pdfium/core/fpdfapi/font/ |
D | cfx_cttgsubtable.cpp | 68 if (!pdfium::IndexInBounds(LookupList, index)) in GetVerticalGlyphSub() 94 if (pdfium::IndexInBounds(tbl2->Substitutes, index)) { in GetVerticalGlyphSub2()
|
D | cpdf_font.cpp | 465 if (!pdfium::IndexInBounds(m_FontFallbacks, fallbackFont)) in FallbackGlyphFromCharcode()
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 144 return pdfium::IndexInBounds(points, index) ? &points[index] : nullptr; in FPDFPath_GetPathSegment()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 488 if (!pdfium::IndexInBounds(m_PageList, iPage)) in GetPage() 590 if (!pdfium::IndexInBounds(m_PageList, found_index)) in GetPageIndex()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gifcontext.cpp | 172 if (!pdfium::IndexInBounds(images_, frame_num)) in LoadFrame()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 559 return pdfium::IndexInBounds(m_pieces, index) ? &m_pieces[index] : nullptr; in GetPtrAt()
|
/external/pdfium/core/fxcrt/ |
D | fx_bidi.cpp | 275 ASSERT(pdfium::IndexInBounds(*chars, iStart)); in ReverseString()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 386 if (!m_bIsParsed || !pdfium::IndexInBounds(m_CharList, index)) in GetCharInfo() 475 if (!m_bIsParsed || !pdfium::IndexInBounds(m_SelRects, rectIndex)) in GetRect()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1939 if (!pdfium::IndexInBounds(wsValueArray, nIndex)) in GetSelectedItem() 1987 return pdfium::IndexInBounds(wsSaveTextArray, nIndex) && in GetItemState() 1998 if (!pdfium::IndexInBounds(wsSaveTextArray, nIndex)) in SetItemState()
|
D | cxfa_textlayout.cpp | 961 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_layoutpagemgr.cpp | 576 if (pdfium::IndexInBounds(m_PageArray, m_nAvailPages)) { in AddPageAreaLayoutItem() 747 if (!pdfium::IndexInBounds(m_PageArray, index)) in GetPage()
|