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