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.java37 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath()
62 int pathId = buffer.readInt(); in read() local
79 public void apply(WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
DDrawPath.java33 public DrawPath(int pathId) { in DrawPath()
DClipPath.java37 public ClipPath(int pathId, int regionOp) { in ClipPath()
/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()
183 public abstract void clipPath(int pathId, int regionOp); in clipPath()
DRemoteComposeBuffer.java377 public void addDrawPath(int pathId) { in addDrawPath()
417 int pathId = mRemoteComposeState.dataGetId(path); in addDrawTextOnPath() local
851 public void addClipPath(int pathId) { in addClipPath()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java177 int pathId, in drawTextOnPath()
597 public void clipPath(int pathId, int regionOp) { in clipPath()