/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 118 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in NextLine() 137 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetWord() 141 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) || in GetWord() 142 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) { in GetWord() 163 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetLine() 167 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex)) in GetLine() 232 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection() 239 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection() 254 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) && in DeleteWords() 324 if (pdfium::IndexInBounds(m_SectionArray, place.nSecIndex)) in UpdateWordPlace() [all …]
|
D | csection.cpp | 81 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex - 1)) in GetPrevWordPlace() 98 if (!pdfium::IndexInBounds(m_LineArray, place.nLineIndex + 1)) in GetNextWordPlace() 166 if (!pdfium::IndexInBounds(m_LineArray, lineplace.nLineIndex)) in SearchWordPlace() 191 if (!pdfium::IndexInBounds(m_WordArray, nMid)) in SearchWordPlace() 202 if (pdfium::IndexInBounds(m_WordArray, nMid)) { in SearchWordPlace() 212 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearLeftWords() 220 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearRightWords() 227 if (pdfium::IndexInBounds(m_WordArray, i)) in ClearMidWords() 250 if (pdfium::IndexInBounds(m_WordArray, place.nWordIndex)) in ClearWord()
|
D | cba_fontmap.cpp | 85 if (pdfium::IndexInBounds(m_Data, nFontIndex)) in GetPDFFont() 91 if (pdfium::IndexInBounds(m_Data, nFontIndex)) in GetPDFFontAlias() 129 if (!pdfium::IndexInBounds(m_Data, nFontIndex)) in CharCodeFromUnicode() 355 return pdfium::IndexInBounds(m_Data, nFontIndex) && in KnowWord()
|
D | ctypeset.cpp | 221 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w + 1)) { in CharArray() 477 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w)) { in OutputLines()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_break.cpp | 128 if (!pdfium::IndexInBounds(tca, index)) in GetLastChar() 153 if (!pdfium::IndexInBounds(m_Lines[m_iReadyLineIndex].m_LinePieces, index)) in GetBreakPieceUnstable()
|
D | cfx_breakline.cpp | 16 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar()
|
D | cfx_char.cpp | 267 ASSERT(pdfium::IndexInBounds(*chars, iStart)); in ReverseString()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 192 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) { in GetXFAPage() 204 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) in GetXFAPage() 238 if (pdfium::IndexInBounds(m_XFAPageList, page_index)) in DeletePage()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | index_util.h | 73 static bool IndexInBounds(const Shape& shape, absl::Span<const int64> index);
|
D | index_util.cc | 143 /* static */ bool IndexUtil::IndexInBounds(const Shape& shape, in IndexInBounds() function in xla::IndexUtil
|
/external/pdfium/third_party/base/ |
D | stl_util.h | 65 bool IndexInBounds(const Collection& collection, IndexType index) { in IndexInBounds() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pageobjectholder.cpp | 101 return pdfium::IndexInBounds(m_PageObjectList, index) in GetPageObjectByIndex()
|
/external/pdfium/core/fpdfapi/font/ |
D | cfx_cttgsubtable.cpp | 73 if (!pdfium::IndexInBounds(LookupList, index)) in GetVerticalGlyphSub() 99 if (pdfium::IndexInBounds(tbl2->Substitutes, index)) { in GetVerticalGlyphSub2()
|
D | cpdf_font.cpp | 393 if (!pdfium::IndexInBounds(m_FontFallbacks, fallbackFont)) in FallbackGlyphFromCharcode()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 218 if (!pdfium::IndexInBounds(m_PageList, iPage)) in GetPageDictionary() 317 if (!pdfium::IndexInBounds(m_PageList, found_index)) in GetPageIndex()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpath.cpp | 85 if (!pdfium::IndexInBounds(points, index)) in FPDFPath_GetPathSegment()
|
D | fpdf_transformpage.cpp | 357 if (!pdfium::IndexInBounds(points, segment_index)) in FPDFClipPath_GetPathSegment()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gifcontext.cpp | 164 if (!pdfium::IndexInBounds(images_, frame_num)) in LoadFrame()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.cpp | 632 return pdfium::IndexInBounds(m_ListItems, nItemIndex); in IsValid()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 552 return pdfium::IndexInBounds(m_pieces, index) ? &m_pieces[index] : nullptr; in GetPtrAt()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 657 if (pdfium::IndexInBounds(m_PageArray, m_nAvailPages)) { in AddPageAreaLayoutItem() 720 if (!pdfium::IndexInBounds(m_PageArray, index)) in GetPage()
|
D | cxfa_contentlayoutprocessor.cpp | 1284 if (pdfium::IndexInBounds(m_rgSpecifiedColumnWidths, iColCount)) in DoLayoutTableContainer()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 939 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 501 if (!pdfium::IndexInBounds(m_SelRects, rectIndex)) in GetRect()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 4264 if (!pdfium::IndexInBounds(wsValueArray, nIndex)) in GetSelectedItem() 4297 return pdfium::IndexInBounds(wsSaveTextArray, nIndex) && in GetItemState() 4308 if (!pdfium::IndexInBounds(wsSaveTextArray, nIndex)) in SetItemState()
|