Lines Matching refs:commands

390         PathCommand commands[] = {  in _appendRect()  local
413 …if (offsetPath) offsetPath->modifyRect(commands, 5, points, 4, P(shape)->rs.path.cmds, P(shape)->r… in _appendRect()
414 else shape->appendPath(commands, 5, points, 4); in _appendRect()
418 PathCommand commands[cmdCnt]; in _appendRect() local
430commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… in _appendRect()
431commands[3] = PathCommand::LineTo; commands[4] = PathCommand::CubicTo;commands[5] = PathCommand::L… in _appendRect()
432commands[6] = PathCommand::CubicTo; commands[7] = PathCommand::LineTo; commands[8] = PathCommand::… in _appendRect()
433 commands[9] = PathCommand::Close; in _appendRect()
445commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect()
446commands[3] = PathCommand::CubicTo; commands[4] = PathCommand::LineTo; commands[5] = PathCommand::… in _appendRect()
447commands[6] = PathCommand::LineTo; commands[7] = PathCommand::CubicTo; commands[8] = PathCommand::… in _appendRect()
448 commands[9] = PathCommand::Close; in _appendRect()
466 …if (offsetPath) offsetPath->modifyRect(commands, cmdCnt, points, ptsCnt, P(shape)->rs.path.cmds, P… in _appendRect()
467 else shape->appendPath(commands, cmdCnt, points, ptsCnt); in _appendRect()
507 PathCommand commands[cmdsCnt] = { in _appendCircle() local
535 shape->appendPath(commands, cmdsCnt, points, ptsCnt); in _appendCircle()