Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_utl.h87 baseType* GetPtrAt(int32_t index) const { in GetPtrAt() function
133 baseType* GetPtrAt(int32_t index) const { in GetPtrAt() function
252 baseType* GetPtrAt(int32_t index) const { in GetPtrAt() function
300 baseType* GetPtrAt(int32_t index) const { in GetPtrAt() function
383 baseType* GetPtrAt(int32_t index) const { in GetPtrAt() function
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp936 FDE_LPTTOPIECE CFDE_TTOLine::GetPtrAt(int32_t index) { in GetPtrAt() function in CFDE_TTOLine
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1185 T2* GetPtrAt(int32_t nIndex) { return (T2*)m_Data.GetAt(nIndex); } in GetPtrAt() function