Searched refs:idx2 (Results 1 – 3 of 3) sorted by relevance
81 bool higher(size_t idx1, size_t idx2) const;196 bool indexed_priority_queue<AA, Comparator>::higher(size_t idx1, size_t idx2) const { in higher() argument197 if (!(0u < idx1 && idx1 < pq.size() && 0u < idx2 && idx2 < pq.size())) { in higher()200 return Comparator()(pq[idx1], pq[idx2]); in higher()
151 size_t idx2 = line.rfind(BUGZ_PROGRESS_SEPARATOR); in ProcessLine() local152 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine()153 int total = std::stoi(line.substr(idx2 + 1)); in ProcessLine()
469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; in DoMergeAndBlend() local474 imgMos.V.ptr[y][x - o] = idx2; in DoMergeAndBlend()522 unsigned char idx2 = imgMos.Y.ptr[y+1][x]; in DoMergeAndBlend() local527 imgMos.V.ptr[y - o][x] = idx2; in DoMergeAndBlend()