Searched refs:arcType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvgu.c264 VGUArcType arcType)
282 if (arcType != VGU_ARC_OPEN &&
283 arcType != VGU_ARC_CHORD &&
284 arcType != VGU_ARC_PIE) {
343 if (arcType == VGU_ARC_PIE) {
348 if (arcType == VGU_ARC_PIE || arcType == VGU_ARC_CHORD) {
259 vguArc(VGPath path, VGfloat x, VGfloat y, VGfloat width, VGfloat height, VGfloat startAngle, VGfloat angleExtent, VGUArcType arcType) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvgu.c264 VGUArcType arcType)
282 if (arcType != VGU_ARC_OPEN &&
283 arcType != VGU_ARC_CHORD &&
284 arcType != VGU_ARC_PIE) {
343 if (arcType == VGU_ARC_PIE) {
348 if (arcType == VGU_ARC_PIE || arcType == VGU_ARC_CHORD) {
259 vguArc(VGPath path, VGfloat x, VGfloat y, VGfloat width, VGfloat height, VGfloat startAngle, VGfloat angleExtent, VGUArcType arcType) argument
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp485 int CCodecs::FindFormatForArchiveType(const UString &arcType) const
488 if (Formats[i].Name.CompareNoCase(arcType) == 0)
493 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const argument
496 for (int pos = 0; pos < arcType.Length();)
498 int pos2 = arcType.Find('.', pos);
500 pos2 = arcType.Length();
501 const UString name = arcType.Mid(pos, pos2 - pos);
H A DLoadCodecs.h170 int FindFormatForArchiveType(const UString &arcType) const;
171 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dvgu.h103 VGUArcType arcType) VGU_API_EXIT;
/external/mesa3d/include/VG/
H A Dvgu.h103 VGUArcType arcType) VGU_API_EXIT;

Completed in 165 milliseconds