Searched refs:pathMode (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 358 int pathMode = 0; in DrawPath() local 363 pathMode |= 4; in DrawPath() 368 pathMode |= 1; in DrawPath() 370 pathMode |= 2; in DrawPath() 377 if (pathMode == 4) { in DrawPath() 379 } else if (pathMode == 1) { in DrawPath() 381 } else if (pathMode == 2) { in DrawPath() 383 } else if (pathMode == 5) { in DrawPath() 385 } else if (pathMode == 6) { in DrawPath()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.h | 22 NWildcard::ECensorPathMode pathMode,
|
D | ArchiveExtractCallback.h | 248 NExtract::NPathMode::EEnum pathMode, in InitForMulti() argument 252 _pathMode = pathMode; in InitForMulti()
|
D | ArchiveCommandLine.h | 117 NWildcard::ECensorPathMode pathMode,
|
D | EnumDirItems.cpp | 661 const NWildcard::ECensorPathMode pathMode, in EnumerateItems() argument 672 if (pathMode == NWildcard::k_AbsPath) in EnumerateItems()
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 465 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, … in AddItem() argument 480 if (pathMode != k_AbsPath) in AddItem() 535 if (numAbsParts > 1 && pathMode == k_FullPath) in AddItem()
|
D | Wildcard.h | 138 …void AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wil…
|