Searched refs:csEnd (Results 1 – 3 of 3) sorted by relevance
509 int csStart, csEnd; in handleCheck() local512 csEnd = collisionString.indexOf('<', csStart); in handleCheck()515 csEnd = collisionString.indexOf(']', csStart); in handleCheck()517 collisionString = collisionString.substring(csStart, csEnd); in handleCheck()
198 const auto csEnd = fColorStops.cbegin() + fStopCount * 4; in apply() local199 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) { in apply()
200 const auto csEnd = fColorStops.cbegin() + fStopCount * 4; in apply() local201 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) { in apply()