Home
last modified time | relevance | path

Searched refs:rIndex (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathWriter.cpp269 int rIndex, iIndex; in assemble() local
270 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()
271 sLink[rIndex] = eLink[rIndex] = SK_MaxS32; in assemble()
279 for (rIndex = 0; rIndex < endCount - 1; ++rIndex) { in assemble()
280 const SkOpPtT* oPtT = runs[rIndex]; in assemble()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp178 UBool next (int32_t &rIndex) { in next()
183 rIndex = fIndex++; in next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3852 const int rIndex = Items - 1 - Op.getConstantOperandVal(1);
3856 return std::max(std::min(KnownSign - rIndex * BitWidth, BitWidth), 0);

Completed in 16 milliseconds