Home
last modified time | relevance | path

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

12

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp117 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 …]
Dcsection.cpp84 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()
Dctypeset.cpp223 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/
Dcpwl_font_map.cpp63 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()
Dcpwl_list_impl.cpp304 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/
Dcfx_breakline.cpp20 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar()
25 ASSERT(pdfium::IndexInBounds(m_LineChars, index)); in GetChar()
Dcfx_break.cpp168 if (!pdfium::IndexInBounds(tca, index)) in GetLastChar()
193 if (!pdfium::IndexInBounds(m_Line[m_iReadyLineIndex].m_LinePieces, index)) in GetBreakPieceUnstable()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp149 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/
Dsparse_index_array.cc93 if (!IndexUtil::IndexInBounds(shape, last)) { in Validate()
98 if (!IndexUtil::IndexInBounds(shape, next)) { in Validate()
Dindex_util.h73 static bool IndexInBounds(const Shape& shape, absl::Span<const int64> index);
Dindex_util.cc141 /* static */ bool IndexUtil::IndexInBounds(const Shape& shape, in IndexInBounds() function in xla::IndexUtil
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectlist.cpp12 return pdfium::IndexInBounds(*this, index) ? (*this)[index].get() : nullptr; in GetPageObjectByIndex()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlinstruction.cpp36 if (pdfium::IndexInBounds(m_TargetData, index)) in RemoveData()
/external/pdfium/third_party/base/
Dstl_util.h51 bool IndexInBounds(const Collection& collection, IndexType index) { in IndexInBounds() function
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp68 if (!pdfium::IndexInBounds(LookupList, index)) in GetVerticalGlyphSub()
94 if (pdfium::IndexInBounds(tbl2->Substitutes, index)) { in GetVerticalGlyphSub2()
Dcpdf_font.cpp465 if (!pdfium::IndexInBounds(m_FontFallbacks, fallbackFont)) in FallbackGlyphFromCharcode()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp144 return pdfium::IndexInBounds(points, index) ? &points[index] : nullptr; in FPDFPath_GetPathSegment()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp488 if (!pdfium::IndexInBounds(m_PageList, iPage)) in GetPage()
590 if (!pdfium::IndexInBounds(m_PageList, found_index)) in GetPageIndex()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp172 if (!pdfium::IndexInBounds(images_, frame_num)) in LoadFrame()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp559 return pdfium::IndexInBounds(m_pieces, index) ? &m_pieces[index] : nullptr; in GetPtrAt()
/external/pdfium/core/fxcrt/
Dfx_bidi.cpp275 ASSERT(pdfium::IndexInBounds(*chars, iStart)); in ReverseString()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp386 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/
Dcxfa_widgetacc.cpp1939 if (!pdfium::IndexInBounds(wsValueArray, nIndex)) in GetSelectedItem()
1987 return pdfium::IndexInBounds(wsSaveTextArray, nIndex) && in GetItemState()
1998 if (!pdfium::IndexInBounds(wsSaveTextArray, nIndex)) in SetItemState()
Dcxfa_textlayout.cpp961 if (!pdfium::IndexInBounds(m_pTabstopContext->m_tabstops, iTabstopsIndex)) in DoTabstops()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp576 if (pdfium::IndexInBounds(m_PageArray, m_nAvailPages)) { in AddPageAreaLayoutItem()
747 if (!pdfium::IndexInBounds(m_PageArray, index)) in GetPage()

12