Searched defs:pathId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | DrawTextOnPath.java | 45 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()
|
D | DrawPath.java | 40 public DrawPath(int pathId) { in DrawPath()
|
D | ClipPath.java | 42 public ClipPath(int pathId, int regionOp) { in ClipPath()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | PaintContext.java | 239 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()
|
D | RemoteComposeBuffer.java | 725 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/ |
D | AndroidPaintContext.java | 364 public void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in drawTextOnPath() 896 public void clipPath(int pathId, int regionOp) { in clipPath()
|