Searched refs:offsetTemp (Results 1 – 2 of 2) sorted by relevance
114 auto offsetTemp = offset; in PaintStar() local117 auto clipRect1 = RSRect(offset.GetX(), offsetTemp.GetY(), in PaintStar()122 offsetTemp.SetX(static_cast<float>(offsetTemp.GetX() + singleStarWidth)); in PaintStar()134 offsetTemp.SetX(static_cast<float>(offsetTemp.GetX() - singleStarWidth)); in PaintStar()136 offsetTemp.SetX(offsetTemp.GetX() + singleStarWidth); in PaintStar()142 backgroundPainter.DrawImage(canvas, offsetTemp, contentSize); in PaintStar()144 offsetTemp.SetX(offsetTemp.GetX() + singleStarWidth); in PaintStar()167 auto offsetTemp = offset; in PaintReverseStar() local170 backgroundPainter.DrawImage(canvas, offsetTemp, contentSize); in PaintReverseStar()171 offsetTemp.SetX(offsetTemp.GetX() + singleStarWidth); in PaintReverseStar()[all …]
526 std::optional<int32_t> offsetTemp = 1; variable527 layoutProperty->UpdateGridProperty(spanTemp, offsetTemp, GridSizeType::UNDEFINED);