Searched refs:getStrokeLineCap (Results 1 – 4 of 4) sorted by relevance
179 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap()); in nGetFullPathProperties()625 private int getStrokeLineCap() { in getStrokeLineCap() method in VectorDrawable_Delegate.VFullPath_Delegate
235 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap())); in drawPath()
301 float getStrokeLineCap() const { in getStrokeLineCap() function
1512 private Paint.Cap getStrokeLineCap(int id, Paint.Cap defValue) { in getStrokeLineCap() method in VectorDrawableCompat.VFullPath1585 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap); in updateStateFromTypedArray()