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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
187 for (; rowBegin != rowEnd; ++rowBegin, ++currentAddress) {
197 for (; rowBegin != rowEnd; ++rowBegin, ++currentAddress) {
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 678 int rowEnd = 0;
697 rowEnd = rowStart;
701 while ((isRowEnd) && (rowEnd < numHorizontalLines)) {
704 if (mCandidateColors[rowEnd][j] != NULL) {
709 ++rowEnd;
713 rowEnd--;
715 if ((isRowEnd) && (rowEnd == numHorizontalLines)) {
716 rowEnd--;
719 ALOGV("rowEnd is %d", rowEnd);
    [all...]

Completed in 456 milliseconds