Searched defs:GetAt (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpvt_arraytemplate.h18 TYPE GetAt(int nIndex) const { function in class:CPVT_ArrayTemplate
20 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
H A Dcpdf_annotlist.h45 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index].get(); } function in class:CPDF_AnnotList
H A Dclines.cpp21 CLine* CLines::GetAt(int32_t nIndex) const { function in class:CLines
22 return m_Lines.GetAt(nIndex);
31 delete GetAt(i);
41 } else if (CLine* pLine = GetAt(m_nTotal)) {
49 delete GetAt(i);
H A Dcpdf_variabletext.h57 const CPVT_WordPlace& GetAt() const { return m_CurPos; } function in class:CPDF_VariableText::Iterator
/external/libmojo/mojo/public/cpp/bindings/
H A Darray_traits_carray.h36 static T& GetAt(CArray<T>& input, size_t index) { return input.data[index]; } function in struct:mojo::ArrayTraits
38 static const T& GetAt(const CArray<T>& input, size_t index) { function in struct:mojo::ArrayTraits
H A Darray_traits_standard.h26 static typename Array<T>::RefType GetAt(Array<T>& input, size_t index) { function in struct:mojo::ArrayTraits
30 static typename Array<T>::ConstRefType GetAt(const Array<T>& input, function in struct:mojo::ArrayTraits
H A Darray_traits_stl.h34 static typename std::vector<T>::reference GetAt(std::vector<T>& input, function in struct:mojo::ArrayTraits
39 static typename std::vector<T>::const_reference GetAt( function in struct:mojo::ArrayTraits
H A Darray_traits_wtf.h26 static U& GetAt(WTFArray<U>& input, size_t index) { return input[index]; } function in struct:mojo::ArrayTraits
28 static const U& GetAt(const WTFArray<U>& input, size_t index) { function in struct:mojo::ArrayTraits
H A Darray_traits_wtf_vector.h33 static U& GetAt(WTF::Vector<U>& input, size_t index) { return input[index]; } function in struct:mojo::ArrayTraits
35 static const U& GetAt(const WTF::Vector<U>& input, size_t index) { function in struct:mojo::ArrayTraits
/external/pdfium/fpdfsdk/javascript/
H A DJS_KeyValue.cpp16 CJS_KeyValue* pOldObjData = array.GetAt(i);
64 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { function in class:CJS_GlobalVariableArray
H A DJS_GlobalData.cpp215 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const { function in class:CJS_GlobalData
/external/pdfium/xfa/fde/
H A Dcfx_chariter.cpp30 return m_wsText.GetAt(m_nIndex);
39 int32_t CFX_CharIter::GetAt() const { function in class:CFX_CharIter
H A Dcfde_txtedtbuf.cpp331 int32_t CFDE_TxtEdtBuf::Iterator::GetAt() const { function in class:CFDE_TxtEdtBuf::Iterator
/external/pdfium/xfa/fde/css/
H A Dcfde_csstextbuf.h46 FX_WCHAR GetAt(int32_t index) const { return m_pBuffer[index]; } function in class:CFDE_CSSTextBuf
/external/pdfium/core/fxcrt/
H A Dcfx_string_c_template.h103 UnsignedType GetAt(FX_STRSIZE index) const { return m_Ptr[index]; } function in class:CFX_StringCTemplate
H A Dfx_string.h104 uint8_t GetAt(FX_STRSIZE nIndex) const { function in class:CFX_ByteString
302 FX_WCHAR GetAt(FX_STRSIZE nIndex) const { function in class:CFX_WideString
H A Dfx_basic.h213 const TYPE GetAt(int nIndex) const { function in class:CFX_ArrayTemplate
422 uint8_t* GetAt(int32_t nIndex) { function in class:CFX_SortListArray
491 uint8_t* data = m_Data.GetAt(nIndex);
496 T2* GetPtrAt(int32_t nIndex) { return (T2*)m_Data.GetAt(nIndex); }
H A Dfx_xml_parser.cpp295 if (str.GetAt(i) != m_pBuffer[m_dwIndex++]) {
728 CXML_AttrItem& item = m_AttrMap.GetAt(index);
916 CXML_AttrItem& CXML_AttrMap::GetAt(int index) const { function in class:CXML_AttrMap
/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.h22 uint8_t* GetAt(int32_t index) const;
51 baseType& GetAt(int32_t index) const { function in class:CFX_BaseArrayTemplate
52 return *(baseType*)CFX_BaseArray::GetAt(index);
55 return (baseType*)CFX_BaseArray::GetAt(index);
58 *(baseType*)CFX_BaseArray::GetAt(index) = element;
86 uint8_t* GetAt(int32_t index) const;
113 uint8_t* GetAt(int32_t index) const;
124 baseType& GetAt(int32_t index, const baseType& defValue) const { function in class:CFX_DiscreteArrayTemplate
125 baseType* p = (baseType*)CFX_BaseDiscreteArray::GetAt(index);
129 return (baseType*)CFX_BaseDiscreteArray::GetAt(inde
167 baseType* GetAt(int32_t index) const { function in class:CFX_StackTemplate
[all...]
H A Dfgas_utils.cpp71 uint8_t* CFX_BaseArray::GetAt(int32_t index) const { function in class:CFX_BaseArray
163 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
168 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
185 uint8_t* CFX_BaseMassArrayImp::GetAt(int32_t index) const { function in class:CFX_BaseMassArrayImp
187 uint8_t* pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
253 uint8_t* pDstChunk = (uint8_t*)GetAt(iDstStart);
254 uint8_t* pSrcChunk = (uint8_t*)src.GetAt(iSrcStart);
268 pSrcChunk = (uint8_t*)src.m_pData->GetAt(iSrcChunkIndex);
276 pDstChunk = (uint8_t*)m_pData->GetAt(iDstChunkIndex);
298 FX_Free(m_pData->GetAt(
346 uint8_t* CFX_BaseDiscreteArray::GetAt(int32_t index) const { function in class:CFX_BaseDiscreteArray
396 uint8_t* CFX_BaseStack::GetAt(int32_t index) const { function in class:CFX_BaseStack
[all...]
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h175 TYPE GetAt(int32_t nIndex) const { function in class:CLST_ArrayTemplate
177 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
H A Dfxet_edit.cpp146 const CPVT_WordPlace& CFX_Edit_Iterator::GetAt() const { function in class:CFX_Edit_Iterator
147 return m_pVTIterator->GetAt();
222 if (CFX_Edit_LineRect* pOldRect = m_OldLineRects.GetAt(i))
228 if (CFX_Edit_LineRect* pNewRect = m_NewLineRects.GetAt(i))
593 CPVT_WordPlace place = pIterator->GetAt();
700 CPVT_WordPlace place = pIterator->GetAt();
759 CPVT_WordPlace place = pIterator->GetAt();
1042 CPVT_WordPlace oldplace = pIterator->GetAt();
1044 CPVT_WordPlace place = pIterator->GetAt();
1073 CPVT_WordPlace place = pIterator->GetAt();
2236 CFX_Edit_LineRect* CFX_Edit_LineRectArray::GetAt(int32_t nIndex) const { function in class:CFX_Edit_LineRectArray
2302 CFX_FloatRect* CFX_Edit_RectArray::GetAt(int32_t nIndex) const { function in class:CFX_Edit_RectArray
[all...]

Completed in 1211 milliseconds