Searched defs:colorOffset (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RecordingCanvas.java | 185 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 515 @Nullable int[] colors, int colorOffset, @Nullable short[] indices, int indexOffset, in drawVertices() 607 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() 612 int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, in nDrawVertices()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 205 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 494 int colorOffset, @Nullable short[] indices, int indexOffset, int indexCount, in drawVertices() 609 int meshHeight, float[] verts, int vertOffset, int[] colors, int colorOffset, in nDrawBitmapMesh() 613 int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, in nDrawVertices()
|
D | Canvas.java | 1510 @NonNull float[] verts, int vertOffset, @Nullable int[] colors, int colorOffset, in drawBitmapMesh() 1980 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 | 460 int colorOffset, long nPaint) { in nDrawBitmapMesh() 470 int[] colors, int colorOffset, in nDrawVertices()
|