Home
last modified time | relevance | path

Searched defs:pathId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawTextOnPath.java45 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath()
96 int pathId = buffer.readInt(); in read() local
132 @NonNull WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
DDrawPath.java40 public DrawPath(int pathId) { in DrawPath()
DClipPath.java42 public ClipPath(int pathId, int regionOp) { in ClipPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java239 public abstract void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset); in drawTextOnPath()
420 public abstract void clipPath(int pathId, int regionOp); in clipPath()
DRemoteComposeBuffer.java725 public void addDrawPath(int pathId) { in addDrawPath()
766 int pathId = mRemoteComposeState.dataGetId(path); in addDrawTextOnPath() local
783 int pathId = mRemoteComposeState.dataGetId(path); in addDrawTextOnPath() local
1305 public void addClipPath(int pathId) { in addClipPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java364 public void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in drawTextOnPath()
896 public void clipPath(int pathId, int regionOp) { in clipPath()