Home | History | Annotate | Download | only in colorchecker

Lines Matching refs:rowStart

677     int rowStart = 0;
688 while ((!isRowStart) && (rowStart < numHorizontalLines)) {
690 if (mCandidateColors[rowStart][j] != NULL) {
694 ++rowStart;
696 rowStart--;
697 rowEnd = rowStart;
698 ALOGV("rowStart is %d", rowStart);
730 if (mCandidateColors[rowStart][columnStart] != NULL) {
741 if (mCandidateColors[rowStart][columnEnd] != NULL)
760 findBestMatch(rowStart, rowEnd, columnStart, columnEnd);
762 ALOGV("FindBestMatch for %d, %d, %d, %d", rowStart,
778 rowStart = rowEnd + 1;
861 int rowStart = 0;
868 rowStart = i;
874 ALOGV("First match found at (%d, %d)", rowStart, columnStart);
882 for (int i = rowStart; i < 4; ++i) {
885 if (i > rowStart) {
888 mMatchPositions[rowStart][columnStart]->x()) /
889 static_cast<float>(i - rowStart);
894 mMatchPositions[rowStart][columnStart]->y()) /
910 mMatchPositions[rowStart][columnStart]->x() +
911 (i - rowStart) * rowDistance,
912 mMatchPositions[rowStart][columnStart]->y() +