Home
last modified time | relevance | path

Searched refs:SetAtGrow (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_utl.h93 void SetAtGrow(int32_t index, const baseType& element) { in SetAtGrow() function
258 void SetAtGrow(int32_t index, const baseType& element) { in SetAtGrow() function
386 void SetAtGrow(int32_t index, const baseType& element) { in SetAtGrow() function
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp507 m_V5Type.SetAtGrow(objnum, 0); in LoadLinearizedCrossRefV4()
521 m_ObjVersion.SetAtGrow(objnum, version); in LoadLinearizedCrossRefV4()
530 m_V5Type.SetAtGrow(objnum, 1); in LoadLinearizedCrossRefV4()
589 m_V5Type.SetAtGrow(objnum, 0); in LoadCrossRefV4()
603 m_ObjVersion.SetAtGrow(objnum, version); in LoadCrossRefV4()
608 m_V5Type.SetAtGrow(objnum, 1); in LoadCrossRefV4()
856 m_V5Type.SetAtGrow(objnum, 1); in RebuildCrossRef()
857 m_ObjVersion.SetAtGrow(objnum, (int16_t)gennum); in RebuildCrossRef()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_utils.cpp366 pData->ChunkBuffer.SetAtGrow(iChunk, pChunk); in AddSpaceTo()
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp805 classes.SetAtGrow(iLength - 1, 0); in FX_BidiLine()
806 levels.SetAtGrow(iLength - 1, 0); in FX_BidiLine()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth()
Dfx_gefont.cpp423 m_pCharWidthMap->SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h355 FX_BOOL SetAtGrow(int nIndex, TYPE newElement) { in SetAtGrow() function