Searched refs:PixelWeight (Results 1 – 1 of 1) sorted by relevance
118 struct PixelWeight { struct129 PixelWeight() : x(-1), y(-1), weight(0) {} in PixelWeight() argument131 PixelWeight(int x_, int y_, int weight_) : x(x_), y(y_), weight(weight_) {} in PixelWeight() argument133 bool operator==(const PixelWeight& rhs) const {137 PixelWeight& operator=(const PixelWeight& rhs) {