HomeSort by relevance Sort by last modified time
    Searched defs:ptB (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsCalibration.cpp 76 const Vec2& ptB = dataPoints[j];
78 if (de::abs(ptA.x() - ptB.x()) > epsilon)
79 pairwiseCoefficients.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x()));
142 const tcu::Vec2& ptB = dataPoints[j];
144 if (de::abs(ptA.x() - ptB.x()) > epsilon)
145 slopes.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x()));
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 112 CPDF_Point ptB = pFFL->PWLtoFFL(righttop);
119 m_pEnv->FFI_OutputSelectedRect(pPage, ptA.x, ptB.y, ptB.x, ptA.y);

Completed in 727 milliseconds