/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.cpp | 224 DrawTextOnPathFunctor(const minikin::Layout& layout, Canvas* canvas, float hOffset, in DrawTextOnPathFunctor() argument 228 , hOffset(hOffset) in DrawTextOnPathFunctor() 234 canvas->drawLayoutOnPath(layout, hOffset, vOffset, paint, path, start, end); in operator ()() 240 float hOffset; member in android::DrawTextOnPathFunctor 247 const SkPath& path, float hOffset, float vOffset, in drawTextOnPath() argument 262 hOffset += MinikinUtils::hOffsetForTextAlign(&paint, layout, path); in drawTextOnPath() 269 DrawTextOnPathFunctor f(layout, this, hOffset, vOffset, paint, path); in drawTextOnPath()
|
H A D | Canvas.h | 264 const SkPath& path, float hOffset, float vOffset, const Paint& paint, 289 virtual void drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset,
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Spinner.java | 1244 int hOffset = 0; in computeContentWidth() local 1247 hOffset = isLayoutRtl() ? mTempRect.right : -mTempRect.left; in computeContentWidth() 1273 hOffset += spinnerWidth - spinnerPaddingRight - getWidth(); in computeContentWidth() 1275 hOffset += spinnerPaddingLeft; in computeContentWidth() 1277 setHorizontalOffset(hOffset); in computeContentWidth()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BaseCanvas.java | 553 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() argument 559 path.readOnlyNI(), hOffset, vOffset, in drawTextOnPath() 563 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() argument 567 nDrawTextOnPath(mNativeCanvasWrapper, text, path.readOnlyNI(), hOffset, vOffset, in drawTextOnPath() 847 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() argument 850 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath() argument
|
H A D | BaseRecordingCanvas.java | 492 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() argument 497 path.readOnlyNI(), hOffset, vOffset, in drawTextOnPath() 502 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() argument 505 nDrawTextOnPath(mNativeCanvasWrapper, text, path.readOnlyNI(), hOffset, vOffset, in drawTextOnPath() 751 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() argument 755 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath() argument
|
H A D | Canvas.java | 2169 float hOffset, float vOffset, @NonNull Paint paint) { 2170 super.drawTextOnPath(text, index, count, path, hOffset, vOffset, paint); 2183 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, 2185 super.drawTextOnPath(text, path, hOffset, vOffset, paint);
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 676 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars() argument 685 static_cast<minikin::Bidi>(bidiFlags), *path, hOffset, vOffset, *paint, typeface); in drawTextOnPathChars() 691 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString() argument 701 *path, hOffset, vOffset, *paint, typeface); in drawTextOnPathString()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.h | 174 virtual void drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset,
|
H A D | SkiaCanvas.cpp | 801 void SkiaCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath() argument 820 float x = hOffset + layout.getX(i) + halfWidth; in drawLayoutOnPath()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |