Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.cpp234 static void setStrokeMiter(JNIEnv* env, jobject, jlong paintHandle, jfloat miter) { in setStrokeMiter() function
235 reinterpret_cast<Paint*>(paintHandle)->setStrokeMiter(miter); in setStrokeMiter()
956 {"nSetStrokeMiter","!(JF)V", (void*) PaintGlue::setStrokeMiter},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp240 paint.setStrokeMiter(properties.getStrokeMiterLimit()); in drawPath()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1164 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit); in drawPath()
/frameworks/base/graphics/java/android/graphics/
DPaint.java966 public void setStrokeMiter(float miter) { in setStrokeMiter() method in Paint
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1238 strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit); in drawPath()
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd463 <code>setStrokeMiter()</code>). Other instances of those draw commands fall under 'Complex,' in
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11044 method public void setStrokeMiter(float);
/frameworks/base/api/
Dcurrent.txt12185 method public void setStrokeMiter(float);
Dsystem-current.txt12633 method public void setStrokeMiter(float);
Dtest-current.txt12203 method public void setStrokeMiter(float);