Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp165 if (mProperties.getTrimPathStart() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) { in getUpdatedPath()
167 applyTrim(&mTrimmedSkPath, mSkPath, mProperties.getTrimPathStart(), in getUpdatedPath()
178 applyTrim(outPath, inPath, mStagingProperties.getTrimPathStart(), in getStagingPath()
DVectorDrawable.h279 float getTrimPathStart() const{ in getTrimPathStart() function
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp322 static jfloat getTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr) { in getTrimPathStart() function
324 return fullPath->stagingProperties()->getTrimPathStart(); in getTrimPathStart()
405 {"nGetTrimPathStart", "!(J)F", (void*)getTrimPathStart},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java175 properties.putFloat(VFullPath_Delegate.TRIM_PATH_START_INDEX * 4, path.getTrimPathStart()); in nGetFullPathProperties()
455 return path.getTrimPathStart(); in nGetTrimPathStart()
727 private float getTrimPathStart() { in getTrimPathStart() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1671 return object.getTrimPathStart();
2037 float getTrimPathStart() { in getTrimPathStart() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1682 float getTrimPathStart() { in getTrimPathStart() method in VectorDrawableCompat.VFullPath