Searched refs:SetAt (Results 1 - 25 of 41) sorted by relevance

12

/external/pdfium/xfa/fde/
H A Difx_chariter.h18 virtual void SetAt(int32_t nIndex) = 0;
H A Dcfx_chariter.h21 void SetAt(int32_t nIndex) override;
H A Dcfx_wordbreak.h25 void SetAt(int32_t nIndex);
H A Dcfx_chariter.cpp33 void CFX_CharIter::SetAt(int32_t nIndex) { function in class:CFX_CharIter
H A Dcfde_txtedtparag.cpp45 pIter->SetAt(m_nCharStart);
113 pIter->SetAt(m_nCharStart);
H A Dcfde_txtedtbuf.h30 void SetAt(int32_t nIndex) override;
H A Dcfde_txtedtpage.cpp225 pIter->SetAt(nIndex);
288 pIter->SetAt(nPageStart);
289 m_pIter->SetAt(nPageStart);
446 m_pIter->SetAt(nIndex);
H A Dcfde_txtedtbuf.cpp324 void CFDE_TxtEdtBuf::Iterator::SetAt(int32_t nIndex) { function in class:CFDE_TxtEdtBuf::Iterator
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.cpp34 m_row.SetAt(x, value);
37 m_row.SetAt(x, (uint8_t)(black ? 1 : 0));
H A DBC_PDF417HighLevelEncoder_unittest.cpp50 input_array.SetAt(j, ptr->input[j]);
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_Base256Encoder.cpp53 buffer.SetAt(0, FX_WCHAR(*buf) - '0');
64 buffer.SetAt(0, (FX_WCHAR)dataCount);
66 buffer.SetAt(0, (FX_WCHAR)((dataCount / 250) + 249));
H A DBC_ErrorCorrection.cpp161 sb.SetAt(symbolInfo->m_dataCapacity + l, ecc.GetAt(pos++));
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_texttabstopscontext.cpp30 m_tabstops.SetAt(i, tabstop);
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.h54 CPDF_Object* SetAt(size_t index, std::unique_ptr<CPDF_Object> pObj);
77 SetAt(index, pdfium::MakeUnique<T>(std::forward<Args>(args)...)));
83 return static_cast<T*>(SetAt(
H A Dcpdf_array.cpp158 CPDF_Object* CPDF_Array::SetAt(size_t i, std::unique_ptr<CPDF_Object> pObj) { function in class:CPDF_Array
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp138 void CFX_Edit_Iterator::SetAt(int32_t nWordIndex) { function in class:CFX_Edit_Iterator
139 m_pVTIterator->SetAt(nWordIndex);
142 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { function in class:CFX_Edit_Iterator
143 m_pVTIterator->SetAt(place);
581 pIterator->SetAt(pRange->BeginPos);
583 pIterator->SetAt(0);
696 pIterator->SetAt(pRange->BeginPos);
753 pIterator->SetAt(pRange->BeginPos);
755 pIterator->SetAt(0);
1039 pIterator->SetAt(
[all...]
H A Dfxet_edit.h515 void SetAt(int32_t nWordIndex);
516 void SetAt(const CPVT_WordPlace& place);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp333 pIterator->SetAt(m_pEdit->GetCaret());
413 pIterator->SetAt(m_pEdit->GetCaret());
434 pIterator->SetAt(m_pEdit->GetCaret());
H A DPWL_Edit.cpp515 pIterator->SetAt(wpWord);
522 pIterator->SetAt(wpOld);
836 pIterator->SetAt(place);
856 pIterator->SetAt(place);
/external/pdfium/core/fxcrt/
H A Dfx_xml.h34 void SetAt(const CFX_ByteString& space,
H A Dfx_string.h112 void SetAt(FX_STRSIZE nIndex, FX_CHAR ch);
310 void SetAt(FX_STRSIZE nIndex, FX_WCHAR ch);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h55 void SetAt(int32_t nWordIndex);
56 void SetAt(const CPVT_WordPlace& place);
/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.h57 void SetAt(int32_t index, const baseType& element) { function in class:CFX_BaseArrayTemplate
/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.h25 void SetAt(int key, int value);
H A Dttgsubtable.cpp28 void CFX_GlyphMap::SetAt(int key, int value) { function in class:CFX_GlyphMap

Completed in 495 milliseconds

12