Searched refs:getStrokeColor (Results 1 – 5 of 5) sorted by relevance
147 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()185 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw()186 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
249 SkColor getStrokeColor() const { return mPrimitiveFields.strokeColor; } in getStrokeColor() function
285 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() function287 return fullPath->stagingProperties()->getStrokeColor(); in getStrokeColor()403 {"nGetStrokeColor", "(J)I", (void*)getStrokeColor},
1791 return object.getStrokeColor();1931 final int oldStrokeColor = getStrokeColor(); in onStateChange()2151 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
17521 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeColor()I