Home
last modified time | relevance | path

Searched defs:vOffset (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTextOnPath.java37 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath()
64 float vOffset = buffer.readFloat(); in read() local
79 public void apply(WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java874 private ViewInfo visit(View view, int hOffset, int vOffset, SessionParams params, in visit()
901 private List<ViewInfo> visitAllChildren(ViewGroup viewGroup, int hOffset, int vOffset, in visitAllChildren()
927 children.add(visit(viewGroup.getChildAt(i), hOffset, vOffset, params, in visitAllChildren() local
949 private ViewInfo[] visitContentRoot(View view, int hOffset, int vOffset, SessionParams params) { in visitContentRoot()
979 private ViewInfo createViewInfo(View view, int hOffset, int vOffset, boolean setExtendedInfo, in createViewInfo()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp177 float vOffset, const Paint& paint, const SkPath& path) in DrawTextOnPathFunctor()
193 float vOffset; member in android::DrawTextOnPathFunctor
199 const SkPath& path, float hOffset, float vOffset, in drawTextOnPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java179 float vOffset) { in drawTextOnPath()
180 mCanvas.drawTextOnPath(getText(textId), getPath(pathId, 0, 1), hOffset, vOffset, mPaint); in drawTextOnPath() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java69 public abstract void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset); in drawTextOnPath()
DRemoteComposeBuffer.java416 public void addDrawTextOnPath(String text, Object path, float hOffset, float vOffset) { in addDrawTextOnPath()
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java558 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath()
569 float vOffset, @NonNull Paint paint) { in drawTextOnPath()
852 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath()
855 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath()
DBaseRecordingCanvas.java497 float hOffset, float vOffset, @NonNull Paint paint) { in drawTextOnPath()
508 float vOffset, @NonNull Paint paint) { in drawTextOnPath()
757 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath()
761 float hOffset, float vOffset, int flags, long nativePaint); in nDrawTextOnPath()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java293 float vOffset, Paint paint) { in drawTextOnPath()
297 public void drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint) { in drawTextOnPath()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1347 int vOffset = msg.arg1; in handleMessage() local
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp719 jfloat vOffset, jint bidiFlags, jlong paintHandle) { in drawTextOnPathChars()
739 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()
/frameworks/base/libs/hwui/
DSkiaCanvas.cpp849 void SkiaCanvas::drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, in drawLayoutOnPath()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...