Lines Matching refs:AddNew
296 widthsArray->AddNew<CPDF_Number>(static_cast<int>(width)); in LoadSimpleFont()
303 widthsArray->AddNew<CPDF_Number>(0); in LoadSimpleFont()
384 oneW->AddNew<CPDF_Number>(w); in LoadCompositeFont()
385 widthsArray->AddNew<CPDF_Number>(ch); in LoadCompositeFont()
395 widthsArray->AddNew<CPDF_Number>(ch); in LoadCompositeFont()
406 widthsArray->AddNew<CPDF_Number>(ch); in LoadCompositeFont()
407 widthsArray->AddNew<CPDF_Number>(w); in LoadCompositeFont()
412 widthsArray->AddNew<CPDF_Number>(ch); in LoadCompositeFont()
414 curWidthArray->AddNew<CPDF_Number>(w); in LoadCompositeFont()
415 curWidthArray->AddNew<CPDF_Number>(next_w); in LoadCompositeFont()
421 curWidthArray->AddNew<CPDF_Number>(static_cast<int>(it->second)); in LoadCompositeFont()
430 pDescendant->AddNew<CPDF_Reference>(pDoc, pCIDFont->GetObjNum()); in LoadCompositeFont()