Searched refs:arcType (Results 1 – 6 of 6) sorted by relevance
264 VGUArcType arcType) in vguArc() argument282 if (arcType != VGU_ARC_OPEN && in vguArc()283 arcType != VGU_ARC_CHORD && in vguArc()284 arcType != VGU_ARC_PIE) { in vguArc()343 if (arcType == VGU_ARC_PIE) { in vguArc()348 if (arcType == VGU_ARC_PIE || arcType == VGU_ARC_CHORD) { in vguArc()
485 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()488 if (Formats[i].Name.CompareNoCase(arcType) == 0) in FindFormatForArchiveType()493 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType() argument496 for (int pos = 0; pos < arcType.Length();) in FindFormatForArchiveType()498 int pos2 = arcType.Find('.', pos); in FindFormatForArchiveType()500 pos2 = arcType.Length(); in FindFormatForArchiveType()501 const UString name = arcType.Mid(pos, pos2 - pos); in FindFormatForArchiveType()
170 int FindFormatForArchiveType(const UString &arcType) const;171 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
103 VGUArcType arcType) VGU_API_EXIT;