Searched refs:getStrokeLineCap (Results 1 – 4 of 4) sorted by relevance
192 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap()); in nGetFullPathProperties()651 private int getStrokeLineCap() { in getStrokeLineCap() method in VectorDrawable_Delegate.VFullPath_Delegate
187 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap())); in draw()
302 float getStrokeLineCap() const { in getStrokeLineCap() function
1682 private Paint.Cap getStrokeLineCap(int id, Paint.Cap defValue) { in getStrokeLineCap() method in VectorDrawableCompat.VFullPath1756 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap); in updateStateFromTypedArray()