Home
last modified time | relevance | path

Searched refs:yp12 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dgeometry.cpp81 const float yp12=(iy+0.5f-v[sort[1]].y)*ky12.get(); in scan_convert_common() local
82 const ScanEdge edge1(v[sort[1]].x+yp12*x12,sort[1],sort[2],yp12); in scan_convert_common()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qrect/
H A Dtst_qrect.cpp2611 int xp12, yp12, xp22, yp22; in getCoords() local
2612 r.getCoords( &xp12, &yp12, &xp22, &yp22 ); in getCoords()
2615 QVERIFY( yp1 == yp12 ); in getCoords()