Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_utils.h60 void SetAtGrow(int32_t index, const baseType& element) { in SetAtGrow() function
131 void SetAtGrow(int32_t index, const baseType& element) { in SetAtGrow() function
Dfgas_utils.cpp339 pData->ChunkBuffer.SetAtGrow(iChunk, pChunk); in AddSpaceTo()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp302 m_pCharWidthMap->SetAtGrow(wUnicode, iWidth); in GetCharWidthInternal()
/external/pdfium/core/fxcrt/
Dfx_basic.h239 bool SetAtGrow(int nIndex, TYPE newElement) { in SetAtGrow() function