Searched refs:mLineWidth (Results 1 – 2 of 2) sorted by relevance
22 private float mLineWidth = 1f; field in GLPaint35 mLineWidth = width; in setLineWidth()39 return mLineWidth; in getLineWidth()
592 private float mLineWidth = 1.0f; field in GLES11Canvas.GLState628 if (mLineWidth == width) return; in setLineWidth()629 mLineWidth = width; in setLineWidth()