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

  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 477 Vec2f pointBottomRight;
487 pointBottomRight = findCrossing(verticalLines[i - 1],
493 if (verifyPointPair(pointUpperLeft, pointBottomRight,
538 Vec2f pointBottomRight,
548 (pointBottomRight.x() < 0) ||
549 (pointBottomRight.x() >= mImage->getHeight()) ||
550 (pointBottomRight.y() < 0) ||
551 (pointBottomRight.y() >= mImage->getWidth()) ||
552 (abs(pointUpperLeft.x() - pointBottomRight.x()) <= 5) ||
553 (abs(pointUpperLeft.y() - pointBottomRight.y()) <= 5) |
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 85 bool verifyPointPair(Vec2f pointUpperLeft, Vec2f pointBottomRight,

Completed in 318 milliseconds