Searched refs:arcType (Results 1 – 5 of 5) 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()
640 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()643 if (Formats[i].Name.IsEqualToNoCase(arcType)) in FindFormatForArchiveType()648 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType() argument651 for (unsigned pos = 0; pos < arcType.Len();) in FindFormatForArchiveType()653 int pos2 = arcType.Find('.', pos); in FindFormatForArchiveType()655 pos2 = arcType.Len(); in FindFormatForArchiveType()656 const UString name = arcType.Mid(pos, pos2 - pos); in FindFormatForArchiveType()
214 int FindFormatForArchiveType(const UString &arcType) const;215 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
103 VGUArcType arcType) VGU_API_EXIT;
685 var arcType = aClockwise ? 'at' : 'wa';703 this.currentPath_.push({type: arcType,