Lines Matching refs:PushBack
90 path_->points_.PushBack(point);
91 path_->cmd_.PushBack(CMD_MOVE_TO);
107 path_->points_.PushBack(point);
110 path_->cmd_.PushBack(CMD_MOVE_TO);
112 path_->cmd_.PushBack(CMD_LINE_TO);
152 path_->points_.PushBack({MATH_ROUND(center.x + sinma), MATH_ROUND(center.y - cosma)});
153 path_->cmd_.PushBack(CMD_LINE_TO);
163 path_->points_.PushBack({MATH_ROUND(center.x + sinma), MATH_ROUND(center.y - cosma)});
164 path_->cmd_.PushBack(CMD_ARC);
188 path_->arcParam_.PushBack(param);
241 path_->points_.PushBack(path_->startPos_);
242 path_->cmd_.PushBack(CMD_CLOSE);
340 drawCmdList_.PushBack(cmd);
375 drawCmdList_.PushBack(cmd);
401 drawCmdList_.PushBack(cmd);
419 drawCmdList_.PushBack(cmd);
470 drawCmdList_.PushBack(cmd);
491 drawCmdList_.PushBack(cmd);
552 drawCmdList_.PushBack(cmd);
568 drawCmdList_.PushBack(cmd);
640 drawCmdList_.PushBack(cmd);
677 drawCmdList_.PushBack(cmd);
703 drawCmdList_.PushBack(cmd);
739 drawCmdList_.PushBack(cmd);
818 drawCmdList_.PushBack(cmd);
860 drawCmdList_.PushBack(cmd);
1437 drawCmdList_.PushBack(cmd);