/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 893 private ViewInfo visit(View view, int hOffset, int vOffset, boolean setExtendedInfo, in visit() 919 private List<ViewInfo> visitAllChildren(ViewGroup viewGroup, int hOffset, int vOffset, in visitAllChildren() 946 children.add(visit(viewGroup.getChildAt(i), hOffset, vOffset, setExtendedInfo, in visitAllChildren() local 965 private ViewInfo[] visitContentRoot(View view, int hOffset, int vOffset, in visitContentRoot() 992 private ViewInfo createViewInfo(View view, int hOffset, int vOffset, boolean setExtendedInfo, in createViewInfo()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 214 DrawTextOnPathFunctor(const minikin::Layout& layout, Canvas* canvas, float hOffset, in DrawTextOnPathFunctor() 230 float hOffset; member in android::DrawTextOnPathFunctor 237 const SkPath& path, float hOffset, float vOffset, const Paint& paint, in drawTextOnPath()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | FakeShadowDrawable.java | 141 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius, in getPadding() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 496 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() 506 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() 751 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 754 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath()
|
D | BaseRecordingCanvas.java | 462 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() 472 public final void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath() 695 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 699 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath()
|
D | Canvas.java | 2109 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath() 2123 public void drawTextOnPath(@NonNull String text, @NonNull Path path, float hOffset, in drawTextOnPath()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 288 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, in drawTextOnPath() 293 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 572 float hOffset, in nDrawTextOnPath() 583 float hOffset, in nDrawTextOnPath()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 607 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars() 622 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
|
/frameworks/base/core/java/android/widget/ |
D | Spinner.java | 1227 int hOffset = 0; in computeContentWidth() local
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.cpp | 719 void SkiaCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
|