Lines Matching refs:cmds
280 const PathCommand* cmds = rshape->path.cmds.data + shiftCmds; in _outlineLength() local
281 auto cmdCnt = rshape->path.cmds.count - shiftCmds; in _outlineLength()
292 if (cmds[0] == PathCommand::MoveTo) { in _outlineLength()
294 cmds++; in _outlineLength()
300 switch (*cmds) { in _outlineLength()
323 ++cmds; in _outlineLength()
331 const PathCommand* cmds = rshape->path.cmds.data; in _genDashOutline() local
332 auto cmdCnt = rshape->path.cmds.count; in _genDashOutline()
340 auto startCmds = cmds; in _genDashOutline()
378 if (cmds[0] == PathCommand::MoveTo) { in _genDashOutline()
381 cmds++; in _genDashOutline()
386 switch (*cmds) { in _genDashOutline()
394 …_trimPattern(&dash, rshape, _outlineLength(rshape, pts - startPts, cmds - startCmds, true), trimBe… in _genDashOutline()
412 ++cmds; in _genDashOutline()
445 const PathCommand* cmds = rshape->path.cmds.data; in _genOutline() local
446 auto cmdCnt = rshape->path.cmds.count; in _genOutline()
459 switch (*cmds) { in _genOutline()
482 ++cmds; in _genOutline()