/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | AdaptiveOutlineDrawableTest.java | 40 assertThat(drawable.mOutlinePaint.getStrokeWidth()).isWithin(0.01f).of( in constructor_initPaint()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 276 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function 278 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth() 402 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
|
D | Paint.cpp | 811 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/ |
D | PathsActivity.java | 97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
D | StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 143 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 191 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
|
D | Animator.cpp | 413 return mProperty->value.getStrokeWidth(); in getValue()
|
D | VectorDrawable.h | 245 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth() function
|
D | SkiaCanvas.cpp | 832 if (!mCanvasOwned && sApiLevel <= 27 && paintCopy.getStrokeWidth() <= 0 && in drawGlyphs()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 755 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;
|
D | VectorDrawable.java | 1778 return object.getStrokeWidth(); 2164 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 1898 && lp.getStrokeWidth() == rp.getStrokeWidth() in equalAttributes()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1246 public float getStrokeWidth() { in getStrokeWidth() method in Paint
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6458 HSPLandroid/graphics/Paint;->getStrokeWidth()F
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10990 method public float getStrokeWidth();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6461 HSPLandroid/graphics/Paint;->getStrokeWidth()F
|
/frameworks/base/core/api/ |
D | current.txt | 16530 method public float getStrokeWidth();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 17522 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeWidth()F
|