Lines Matching refs:PathCommand
390 PathCommand commands[] = { in _appendRect()
391 PathCommand::MoveTo, PathCommand::LineTo, PathCommand::LineTo, in _appendRect()
392 PathCommand::LineTo, PathCommand::Close in _appendRect()
418 PathCommand commands[cmdCnt]; in _appendRect()
430 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… in _appendRect()
431 …commands[3] = PathCommand::LineTo; commands[4] = PathCommand::CubicTo;commands[5] = PathCommand::L… in _appendRect()
432 …commands[6] = PathCommand::CubicTo; commands[7] = PathCommand::LineTo; commands[8] = PathCommand::… in _appendRect()
433 commands[9] = PathCommand::Close; in _appendRect()
445 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect()
446 …commands[3] = PathCommand::CubicTo; commands[4] = PathCommand::LineTo; commands[5] = PathCommand::… in _appendRect()
447 …commands[6] = PathCommand::LineTo; commands[7] = PathCommand::CubicTo; commands[8] = PathCommand::… in _appendRect()
448 commands[9] = PathCommand::Close; in _appendRect()
507 PathCommand commands[cmdsCnt] = { in _appendCircle()
508 PathCommand::MoveTo, PathCommand::CubicTo, PathCommand::CubicTo, in _appendCircle()
509 PathCommand::CubicTo, PathCommand::CubicTo, PathCommand::Close in _appendCircle()