HomeSort by relevance Sort by last modified time
    Searched refs:bsName (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 13 CFX_ByteStringC& bsName) {
24 bsName = bsFullName;
28 bsName = CFX_ByteStringC(bsFullName.GetCStr() + iStart,
39 CFX_ByteStringC bsSpace, bsName;
40 FX_XML_SplitQualifiedName(qTagName, bsSpace, bsName);
42 m_TagName = bsName;
xml_int.h 128 CFX_ByteStringC& bsName);
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 209 CFX_ByteString bsName = bsFacename;
210 bsName.MakeLower();
211 return bsName.Find("symbol") > -1;
214 CFX_ByteString bsName = bsFacename;
215 bsName.MakeLower();
216 return bsName.Find("arabic") > -1;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 348 CFX_ByteString bsName = PDF_EncodeText(wsName.GetPtr(), wsName.GetLength());
349 CPDF_Object* pObject = nametree.LookupValue(bsName);
355 if (bsTemp == bsName) {
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 530 CFX_ByteString bsName;
535 if (!FX_GetNextFile(pCurHandle, bsName, bFolder)) {
550 if (bsName == "." || bsName == "..") {
557 bsFolderSpearator + bsName;
566 bsName =
568 bsFolderSpearator + bsName;
571 return bsName;
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 379 milliseconds