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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp588 ssize_t storageSize = ptCount * sizeof(SkPoint); // texs[]
595 SkPoint* texs = (SkPoint*)storage.get(); local
600 indices = (uint16_t*)(texs + ptCount);
602 verts = texs + ptCount;
621 SkPoint* texsPtr = texs;
637 SkASSERT(texsPtr - texs == ptCount);
683 texs, (const SkColor*)colorA.ptr(), NULL, indices,
703 SkPoint* texs = NULL; local
707 texs = (SkPoint*)(texA.ptr() + texIndex);
712 count += ptCount; // += for texs
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1346 * texs is non-null, then it is used to specify the coordinate in shader
1348 * case). If there is no texs array, but there is a color array, then each
1350 * both texs and colors arrays are present, then they behave as before, but
1358 * corresponding texs and colors arrays if non-null). Each logical
1362 * @param texs May be null. If not null, specifies the coordinates to sample
1364 * @param texOffset Number of values in texs to skip before drawing.
1369 * vertex (texs, colors) array.
1371 * @param paint Specifies the shader to use if the texs array is non-null.
1374 float[] texs, int texOffset, int[] colors, int colorOffset,
1377 if (texs !
1373 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
1810 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/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java967 float[] texs, int texOffset,
965 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
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java1393 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices,
1392 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

Completed in 3223 milliseconds