Searched refs:getStrokeColor (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp282 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
284 return fullPath->stagingProperties()->getStrokeColor();
397 {"nGetStrokeColor", "!(J)I", (void*)getStrokeColor},
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp185 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(),
227 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) {
228 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha()));
H A DVectorDrawable.h255 SkColor getStrokeColor() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java171 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor());
407 return path.getStrokeColor();
687 private int getStrokeColor() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1467 final int oldStrokeColor = getStrokeColor();
1679 int getStrokeColor() { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1621 int getStrokeColor() { method in class:VectorDrawableCompat.VFullPath

Completed in 1567 milliseconds