Searched refs:iPts (Results 1 – 1 of 1) sorted by relevance
185 for (uint32_t iCmds = 0, iPts = 0; iCmds < inCmdsCnt; ++iCmds) { in modifyPath() local190 outPts.push(inPts[iPts++]); in modifyPath()194 auto& prev = inPts[iPts - 1]; in modifyPath()195 auto& curr = inPts[iPts + 2]; in modifyPath()197 tvg::zero(inPts[iPts - 1] - inPts[iPts]) && in modifyPath()198 tvg::zero(inPts[iPts + 1] - inPts[iPts + 2])) { in modifyPath()200 tvg::zero(inPts[iPts + 2] - inPts[iPts + 3]) && in modifyPath()201 tvg::zero(inPts[iPts + 4] - inPts[iPts + 5])) { in modifyPath()202 _roundCorner(outCmds, outPts, prev, curr, inPts[iPts + 5], r); in modifyPath()203 iPts += 3; in modifyPath()[all …]