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 | 37 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()
|
D | DrawPath.java | 33 public DrawPath(int pathId) { in DrawPath()
|
D | ClipPath.java | 37 public ClipPath(int pathId, int regionOp) { in ClipPath()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | PaintContext.java | 69 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()
|
D | RemoteComposeBuffer.java | 377 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/ |
D | AndroidPaintContext.java | 177 int pathId, in drawTextOnPath() 597 public void clipPath(int pathId, int regionOp) { in clipPath()
|