Searched refs:IsAdjacentNormal (Results 1 – 2 of 2) sorted by relevance
91 bool IsAdjacentNormal(const ImageChunk& other) const;
320 bool ImageChunk::IsAdjacentNormal(const ImageChunk& other) const { in IsAdjacentNormal() function in ImageChunk328 CHECK(IsAdjacentNormal(other)); in MergeAdjacentNormal()597 while (to_check < chunks_.size() && chunks_[cur].IsAdjacentNormal(chunks_[to_check])) { in MergeAdjacentNormalChunks()