Searched refs:VFullPath_Delegate (Results 1 – 2 of 2) sorted by relevance
178 return addNativeObject(new VFullPath_Delegate()); in nCreateFullPath()183 VFullPath_Delegate original = VNativeObject.getDelegate(nativeFullPathPtr); in nCreateFullPath()184 return addNativeObject(new VFullPath_Delegate(original)); in nCreateFullPath()190 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nGetFullPathProperties()195 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth()); in nGetFullPathProperties()196 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor()); in nGetFullPathProperties()197 properties.putFloat(VFullPath_Delegate.STROKE_ALPHA_INDEX * 4, path.getStrokeAlpha()); in nGetFullPathProperties()198 properties.putInt(VFullPath_Delegate.FILL_COLOR_INDEX * 4, path.getFillColor()); in nGetFullPathProperties()199 properties.putFloat(VFullPath_Delegate.FILL_ALPHA_INDEX * 4, path.getStrokeAlpha()); in nGetFullPathProperties()200 properties.putFloat(VFullPath_Delegate.TRIM_PATH_START_INDEX * 4, path.getTrimPathStart()); in nGetFullPathProperties()[all …]
32 import android.graphics.drawable.VectorDrawable_Delegate.VFullPath_Delegate;110 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathColorPropertyHolder()120 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathPropertyHolder()