Searched refs:offsetSquare (Results 1 – 2 of 2) sorted by relevance
79 float offsetSquare = 0.f; in DrawImageRect() local81 …offsetSquare = (width - height) * spherizeDegree_ / 2.0; // 2.0 express half of the change distance in DrawImageRect()84 …offsetSquare = (height - width) * spherizeDegree_ / 2.0; // 2.0 express half of the change distance in DrawImageRect()114 ctrlPoints[i].Offset(offsetSquare, 0); in DrawImageRect()118 ctrlPoints[i].Offset(0, offsetSquare); in DrawImageRect()
1532 float offsetSquare = 0.f; in DrawSpherize() local1534 offsetSquare = (width - height) * degree / 2.0; // half of the change distance in DrawSpherize()1537 offsetSquare = (height - width) * degree / 2.0; // half of the change distance in DrawSpherize()1565 ctrlPoints[i].Offset(offsetSquare, 0); in DrawSpherize()1569 ctrlPoints[i].Offset(0, offsetSquare); in DrawSpherize()