Searched defs:colorOffset (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | BaseCanvas.java | 216 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 595 int colorOffset, @Nullable short[] indices, int indexOffset, int indexCount, in drawVertices() 730 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() 734 int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, in nDrawVertices()
|
| D | BaseRecordingCanvas.java | 176 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 562 @Nullable int[] colors, int colorOffset, @Nullable short[] indices, int indexOffset, in drawVertices() 668 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() 673 int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, in nDrawVertices()
|
| D | Canvas.java | 1668 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 2247 int colorOffset, @Nullable short[] indices, int indexOffset, int indexCount, in drawVertices()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
| D | NopCanvas.java | 244 int vertOffset, int[] colors, int colorOffset, Paint paint) { in drawBitmapMesh() 249 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, in drawVertices()
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | BaseCanvas_Delegate.java | 513 int colorOffset, long nPaint) { in nDrawBitmapMesh() 523 int[] colors, int colorOffset, in nDrawVertices()
|