Home
last modified time | relevance | path

Searched refs:line_width_ (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline_data.h93 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