Searched refs:texs (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp579 ssize_t storageSize = ptCount * sizeof(SkPoint); // texs[]
586 SkPoint* texs = (SkPoint*)storage.get(); local
591 indices = (uint16_t*)(texs + ptCount);
593 verts = texs + ptCount;
612 SkPoint* texsPtr = texs;
628 SkASSERT(texsPtr - texs == ptCount);
674 texs, (const SkColor*)colorA.ptr(), NULL, indices,
694 SkPoint* texs = NULL; local
698 texs = (SkPoint*)(texA.ptr() + texIndex);
703 count += ptCount; // += for texs
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1272 * texs is non-null, then it is used to specify the coordinate in shader
1274 * case). If there is no texs array, but there is a color array, then each
1276 * both texs and colors arrays are present, then they behave as before, but
1284 * corresponding texs and colors arrays if non-null). Each logical
1288 * @param texs May be null. If not null, specifies the coordinates to sample
1290 * @param texOffset Number of values in texs to skip before drawing.
1295 * vertex (texs, colors) array.
1297 * @param paint Specifies the shader to use if the texs array is non-null.
1300 float[] texs, int texOffset, int[] colors, int colorOffset,
1303 if (texs !
1299 drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, Paint paint) argument
1724 nativeDrawVertices(int nCanvas, int mode, int n, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, int nPaint) argument
[all...]
/frameworks/base/core/java/android/view/
H A DGLES20RecordingCanvas.java297 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices,
299 super.drawVertices(mode, vertexCount, verts, vertOffset, texs, texOffset, colors,
296 drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, Paint paint) argument
H A DGLES20Canvas.java1321 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices,
1320 drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, Paint paint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java973 float[] texs, int texOffset,
971 nativeDrawVertices(int nCanvas, int mode, int n, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, int nPaint) argument

Completed in 165 milliseconds