Searched defs:bsType (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp85 const CFX_ByteString& bsType) {
92 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDictFor(bsType);
94 pResList = m_pPage->m_pResources->SetNewFor<CPDF_Dictionary>(bsType);
99 name.Format("FX%c%d", bsType[0], idnum);
83 RealizeResource( uint32_t dwResourceObjNum, const CFX_ByteString& bsType) argument
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_layoutpseudomodel.cpp357 CFX_ByteString bsType = pArguments->GetUTF8String(1); local
358 wsType = CFX_WideString::FromUTF8(bsType.AsStringC());

Completed in 96 milliseconds