Searched refs:getStrokeLineJoin (Results 1 – 4 of 4) sorted by relevance
180 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin()); in nGetFullPathProperties()656 private int getStrokeLineJoin() { in getStrokeLineJoin() method in VectorDrawable_Delegate.VFullPath_Delegate
234 paint.setStrokeJoin(SkPaint::Join(properties.getStrokeLineJoin())); in drawPath()
304 float getStrokeLineJoin() const { in getStrokeLineJoin() function
1525 private Paint.Join getStrokeLineJoin(int id, Paint.Join defValue) { in getStrokeLineJoin() method in VectorDrawableCompat.VFullPath1588 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin); in updateStateFromTypedArray()