Searched refs:output_height_ (Results 1 – 2 of 2) sorted by relevance
66 output_height_ = abs(one_y - orig_y); in Transform()74 output_height_ = abs(one_x - orig_x); in Transform()82 output_height_ = abs(one_x - orig_x); in Transform()90 output_height_ = abs(one_y - orig_y); in Transform()
57 inline int output_height() const { return output_height_; } in output_height()69 int output_height_; variable