Searched refs:getLineWidth (Results 1 – 4 of 4) sorted by relevance
38 public float getLineWidth() { in getLineWidth() method in GLPaint
179 mGLState.setLineWidth(paint.getLineWidth()); in drawRect()197 mGLState.setLineWidth(paint.getLineWidth()); in drawLine()
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth()); in draw()
216 width = Math.max((int) Math.ceil(layout.getLineWidth(i)), width); in onMeasure()