Home
last modified time | relevance | path

Searched refs:fullPathPtr (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp131 static void updateFullPathPropertiesAndStrokeStyles(JNIEnv*, jobject, jlong fullPathPtr, in updateFullPathPropertiesAndStrokeStyles() argument
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles()
153 static jboolean getFullPathProperties(JNIEnv* env, jobject, jlong fullPathPtr, in getFullPathProperties() argument
155 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties()
272 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() argument
273 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth()
277 static void setStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) { in setStrokeWidth() argument
278 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth()
282 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() argument
283 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor()
[all …]