Searched refs:getStrokeLineJoin (Results 1 – 3 of 3) sorted by relevance
205 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin()); in nGetFullPathProperties()694 private int getStrokeLineJoin() { in getStrokeLineJoin() method in VectorDrawable_Delegate.VFullPath_Delegate
279 float getStrokeLineJoin() const { return mPrimitiveFields.strokeLineJoin; } in getStrokeLineJoin() function
186 paint.setStrokeJoin(SkPaint::Join(properties.getStrokeLineJoin())); in draw()