Searched refs:idx1 (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()
150 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); in ProcessLine() local152 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine()
468 unsigned char idx1 = imgMos.Y.ptr[y][x]; in DoMergeAndBlend() local482 imgMos.V.ptr[y][x + o] = idx1; in DoMergeAndBlend()521 unsigned char idx1 = imgMos.Y.ptr[y][x]; in DoMergeAndBlend() local535 imgMos.V.ptr[y + o][x] = idx1; in DoMergeAndBlend()