Lines Matching refs:fPerspectivePoints
728 fPerspectivePoints[0].set(0, 0);
729 fPerspectivePoints[1].set(1, 0);
730 fPerspectivePoints[2].set(0, 1);
731 fPerspectivePoints[3].set(1, 1);
1202 { fPerspectivePoints[0].fX * w, fPerspectivePoints[0].fY * h },
1203 { fPerspectivePoints[1].fX * w, fPerspectivePoints[1].fY * h },
1204 { fPerspectivePoints[2].fX * w, fPerspectivePoints[2].fY * h },
1205 { fPerspectivePoints[3].fX * w, fPerspectivePoints[3].fY * h }
2084 if (perspectiveMode != kPerspective_Off && ImGui_DragQuad(fPerspectivePoints)) {