Home
last modified time | relevance | path

Searched refs:getStrokeWidth (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawableTest.java40 assertThat(drawable.mOutlinePaint.getStrokeWidth()).isWithin(0.01f).of( in constructor_initPaint()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp276 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function
278 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth()
402 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
DPaint.cpp811 static jfloat getStrokeWidth(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle) { in getStrokeWidth() function
812 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth()
1194 {"nGetStrokeWidth", "(J)F", (void*)PaintGlue::getStrokeWidth},
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DCircularBitmapDrawable.java71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
DStyledCornersBitmapDrawable.java111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp143 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
191 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
DAnimator.cpp413 return mProperty->value.getStrokeWidth(); in getValue()
DVectorDrawable.h245 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth() function
DSkiaCanvas.cpp832 if (!mCanvasOwned && sApiLevel <= 27 && paintCopy.getStrokeWidth() <= 0 && in drawGlyphs()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java755 mStrokePaint.getStrokeWidth() > 0; in draw()
783 float rad = mStrokePaint.getStrokeWidth(); in draw()
1281 inset = mStrokePaint.getStrokeWidth() * 0.5f;
1975 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
DVectorDrawable.java1778 return object.getStrokeWidth();
2164 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
/frameworks/base/core/java/android/text/
DTextLine.java1898 && lp.getStrokeWidth() == rp.getStrokeWidth() in equalAttributes()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1246 public float getStrokeWidth() { in getStrokeWidth() method in Paint
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt6458 HSPLandroid/graphics/Paint;->getStrokeWidth()F
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10990 method public float getStrokeWidth();
/frameworks/base/config/
Dboot-image-profile.txt6461 HSPLandroid/graphics/Paint;->getStrokeWidth()F
/frameworks/base/core/api/
Dcurrent.txt16530 method public float getStrokeWidth();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17522 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeWidth()F