Home
last modified time | relevance | path

Searched refs:IndexInBounds (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp118 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 …]
Dcsection.cpp81 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()
Dcba_fontmap.cpp85 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()
Dctypeset.cpp221 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/
Dcfx_break.cpp128 if (!pdfium::IndexInBounds(tca, index)) in GetLastChar()
153 if (!pdfium::IndexInBounds(m_Lines[m_iReadyLineIndex].m_LinePieces, index)) in GetBreakPieceUnstable()
Dcfx_breakline.cpp16 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar()
Dcfx_char.cpp267 ASSERT(pdfium::IndexInBounds(*chars, iStart)); in ReverseString()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp192 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/
Dindex_util.h73 static bool IndexInBounds(const Shape& shape, absl::Span<const int64> index);
Dindex_util.cc143 /* static */ bool IndexUtil::IndexInBounds(const Shape& shape, in IndexInBounds() function in xla::IndexUtil
/external/pdfium/third_party/base/
Dstl_util.h65 bool IndexInBounds(const Collection& collection, IndexType index) { in IndexInBounds() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp101 return pdfium::IndexInBounds(m_PageObjectList, index) in GetPageObjectByIndex()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp73 if (!pdfium::IndexInBounds(LookupList, index)) in GetVerticalGlyphSub()
99 if (pdfium::IndexInBounds(tbl2->Substitutes, index)) { in GetVerticalGlyphSub2()
Dcpdf_font.cpp393 if (!pdfium::IndexInBounds(m_FontFallbacks, fallbackFont)) in FallbackGlyphFromCharcode()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp218 if (!pdfium::IndexInBounds(m_PageList, iPage)) in GetPageDictionary()
317 if (!pdfium::IndexInBounds(m_PageList, found_index)) in GetPageIndex()
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp85 if (!pdfium::IndexInBounds(points, index)) in FPDFPath_GetPathSegment()
Dfpdf_transformpage.cpp357 if (!pdfium::IndexInBounds(points, segment_index)) in FPDFClipPath_GetPathSegment()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp164 if (!pdfium::IndexInBounds(images_, frame_num)) in LoadFrame()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp632 return pdfium::IndexInBounds(m_ListItems, nItemIndex); in IsValid()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp552 return pdfium::IndexInBounds(m_pieces, index) ? &m_pieces[index] : nullptr; in GetPtrAt()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp657 if (pdfium::IndexInBounds(m_PageArray, m_nAvailPages)) { in AddPageAreaLayoutItem()
720 if (!pdfium::IndexInBounds(m_PageArray, index)) in GetPage()
Dcxfa_contentlayoutprocessor.cpp1284 if (pdfium::IndexInBounds(m_rgSpecifiedColumnWidths, iColCount)) in DoLayoutTableContainer()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp939 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp501 if (!pdfium::IndexInBounds(m_SelRects, rectIndex)) in GetRect()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4264 if (!pdfium::IndexInBounds(wsValueArray, nIndex)) in GetSelectedItem()
4297 return pdfium::IndexInBounds(wsSaveTextArray, nIndex) && in GetItemState()
4308 if (!pdfium::IndexInBounds(wsSaveTextArray, nIndex)) in SetItemState()