OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTrimPathStart
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp
322
static jfloat
getTrimPathStart
(JNIEnv*, jobject, jlong fullPathPtr) {
324
return fullPath->stagingProperties()->
getTrimPathStart
();
405
{"nGetTrimPathStart", "!(J)F", (void*)
getTrimPathStart
},
/frameworks/base/libs/hwui/
VectorDrawable.cpp
165
if (mProperties.
getTrimPathStart
() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) {
167
applyTrim(&mTrimmedSkPath, mSkPath, mProperties.
getTrimPathStart
(),
178
applyTrim(outPath, inPath, mStagingProperties.
getTrimPathStart
(),
VectorDrawable.h
279
float
getTrimPathStart
() const{
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java
175
properties.putFloat(VFullPath_Delegate.TRIM_PATH_START_INDEX * 4, path.
getTrimPathStart
());
455
return path.
getTrimPathStart
();
727
private float
getTrimPathStart
() {
[
all
...]
/prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar
/frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java
[
all
...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 192 milliseconds