Searched refs:line_width_ (Results 1 – 1 of 1) sorted by relevance
102 void SetLineWidth(float width) { line_width_ = width; } in SetLineWidth()103 float GetLineWidth() const { return line_width_; } in GetLineWidth()232 float line_width_ = 1.0f; variable