Searched refs:rIndex (Results 1 – 2 of 2) sorted by relevance
241 int rIndex, iIndex; in Assemble() local242 for (rIndex = 0; rIndex < count; ++rIndex) { in Assemble()243 sLink[rIndex] = eLink[rIndex] = SK_MaxS32; in Assemble()249 for (rIndex = 0; rIndex < ends - 1; ++rIndex) { in Assemble()250 const SkOpContour* oContour = runs[rIndex >> 1]; in Assemble()251 const SkPoint& oPt = rIndex & 1 ? oContour->end() : oContour->start(); in Assemble()252 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) in Assemble()253 * ends - rIndex - 1; in Assemble()254 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) { in Assemble()265 for (rIndex = 0; rIndex < entries; ++rIndex) { in Assemble()[all …]
2593 const int rIndex = Items - 1 - in ComputeNumSignBits() local2598 return std::max(std::min(KnownSign - rIndex * BitWidth, BitWidth), 0); in ComputeNumSignBits()