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