Home
last modified time | relevance | path

Searched refs:tempIndices (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkVertices.cpp151 auto tempIndices = this->indices(); in detach() local
153 fVertices->fIndices[3 * t + 0] = tempIndices[0]; in detach()
154 fVertices->fIndices[3 * t + 1] = tempIndices[t + 1]; in detach()
155 fVertices->fIndices[3 * t + 2] = tempIndices[t + 2]; in detach()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp984 CIntVector tempIndices;
985 if (!codecs->FindFormatForArchiveType(options.ExcludedArcTypes[k], tempIndices)
986 || tempIndices.Size() != 1)
991 excludedFormats.AddToUniqueSorted(tempIndices[0]);

Completed in 3 milliseconds