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

  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 304 CXFA_GEPath arcPath;
305 GetPathArcOrRounded(rtWidget, arcPath, forceRound);
307 edge->Stroke(&arcPath, pGS, matrix);
331 CXFA_GEPath arcPath;
332 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), 3.0f * FX_PI / 4.0f,
336 pGS->StrokePath(&arcPath, &matrix);
337 arcPath.Clear();
338 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), -1.0f * FX_PI / 4.0f,
342 pGS->StrokePath(&arcPath, &matrix);
344 arcPath.Clear()
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 271 const FString &arcPath = us2fs(arcPaths[i]);
272 if (!fi.Find(arcPath))
308 const UString &arcPath = arcPaths[i];
317 if (!fi.Find(us2fs(arcPath)) || fi.IsDir())
327 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode));
335 int pos = arcPath.ReverseFind(L'.');
338 UString s = arcPath.Ptr(pos + 1);
342 s = arcPath.Left(pos);
368 op.filePath = arcPath;
376 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result));
    [all...]
Update.cpp 361 const CObjectVector<COpenType> &types, const UString &arcPath)
377 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
385 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
405 ArchivePath.ParseFromPath(arcPath, ArcNameMode);
1129 UString arcPath = options.ArchivePath.GetFinalPath();
1133 arcPath = options.ArchivePath.GetFinalVolPath();
1134 arcPath += '.';
1135 arcPath += "001";
1146 if (!fi.Find(us2fs(arcPath)))
1168 errorInfo.FileNames.Add(us2fs(arcPath));
    [all...]
Update.h 120 bool InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
121 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
LoadCodecs.cpp 677 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const
679 int dotPos = arcPath.ReverseFind_Dot();
680 if (dotPos <= arcPath.ReverseFind_PathSepar())
682 const UString ext = arcPath.Ptr(dotPos + 1);
LoadCodecs.h 315 int FindFormatForArchiveName(const UString &arcPath) const;
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 267 FString arcPath;
271 if (!MyGetFullPathName(path, arcPath))
280 UString arcPath = commandStrings.Front();
359 if (!NFind::DoesFileExist(arcPath))
374 v1.Add(fs2us(arcPath));
375 v2.Add(fs2us(arcPath));
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 1062 const UString &arcPath = arcPaths[arcIndex];
1068 if (!fi.Find(us2fs(arcPath)))
1078 g_ErrStream->NormalizePrint_UString(arcPath);
1090 g_ErrStream->NormalizePrint_UString(arcPath);
1127 options.filePath = arcPath;
1132 g_StdOut.NormalizePrint_UString(arcPath);
1148 g_ErrStream->NormalizePrint_UString(arcPath);
    [all...]

Completed in 498 milliseconds