Searched refs:SetAtGrow (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fgas/include/ |
D | fx_utl.h | 93 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/ |
D | fpdf_parser_parser.cpp | 507 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/ |
D | fx_utils.cpp | 366 pData->ChunkBuffer.SetAtGrow(iChunk, pChunk); in AddSpaceTo()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_arabic.cpp | 805 classes.SetAtGrow(iLength - 1, 0); in FX_BidiLine() 806 levels.SetAtGrow(iLength - 1, 0); in FX_BidiLine()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gdifont.cpp | 319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth()
|
D | fx_gefont.cpp | 423 m_pCharWidthMap->SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 355 FX_BOOL SetAtGrow(int nIndex, TYPE newElement) { in SetAtGrow() function
|