Home | History | Annotate | Download | only in render

Lines Matching defs:xmin

324   FX_FLOAT xmin = 0, ymin = 0, xmax = 1.0f, ymax = 1.0f;
326 xmin = pDomain->GetNumberAt(0);
351 if (pos.x < xmin || pos.x > xmax || pos.y < ymin || pos.y > ymax)