Searched defs:GetPtrAt (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/crt/
H A Dfgas_utils.h54 baseType* GetPtrAt(int32_t index) const { function in class:CFX_BaseArrayTemplate
128 baseType* GetPtrAt(int32_t index) const { function in class:CFX_DiscreteArrayTemplate
/external/pdfium/core/fxcrt/
H A Dfx_basic.h496 T2* GetPtrAt(int32_t nIndex) { return (T2*)m_Data.GetAt(nIndex); } function in class:CFX_ListArrayTemplate
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp606 FDE_TTOPIECE* pPiece = line.GetPtrAt(iPiece);
648 FDE_TTOPIECE* pPiece = pLine->GetPtrAt(0);
667 pPiece = pLine->GetPtrAt(iPieceIndex);
682 FDE_TTOPIECE* pFirstPiece = m_ttoLines.back().GetPtrAt(0);
700 FDE_TTOPIECE* pPiece = line.GetPtrAt(j);
725 FDE_TTOPIECE* pPiece = line.GetPtrAt(j);
860 FDE_TTOPIECE* CFDE_TTOLine::GetPtrAt(int32_t index) { function in class:CFDE_TTOLine

Completed in 169 milliseconds