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

/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp615 const float* verts, const float* texs, const int* colors,
621 mCanvas->drawVertices(vertexMode, ptCount, (SkPoint*)verts, (SkPoint*)texs,
659 ssize_t storageSize = ptCount * sizeof(SkPoint); // texs[]
667 SkPoint* texs = (SkPoint*)storage.get(); local
668 uint16_t* indices = (uint16_t*)(texs + ptCount);
677 SkPoint* texsPtr = texs;
693 SkASSERT(texsPtr - texs == ptCount);
740 texs, (const SkColor*)colors, NULL, indices,
614 drawVertices(SkCanvas::VertexMode vertexMode, int vertexCount, const float* verts, const float* texs, const int* colors, const uint16_t* indices, int indexCount, const SkPaint& paint) argument
H A DSkiaCanvasProxy.h70 const SkPoint texs[], const SkColor colors[], SkXfermode*,
H A DSkiaCanvasProxy.cpp142 const SkPoint texs[], const SkColor colors[], SkXfermode*, const uint16_t indices[],
151 const float* tArray = (texs) ? &texs[0].fX : NULL;
141 onDrawVertices(VertexMode mode, int vertexCount, const SkPoint vertices[], const SkPoint texs[], const SkColor colors[], SkXfermode*, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java245 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices,
244 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/graphics/java/android/graphics/
H A DCanvas.java1589 * texs is non-null, then it is used to specify the coordinate in shader
1591 * case). If there is no texs array, but there is a color array, then each
1593 * both texs and colors arrays are present, then they behave as before, but
1601 * corresponding texs and colors arrays if non-null). Each logical
1605 * @param texs May be null. If not null, specifies the coordinates to sample
1607 * @param texOffset Number of values in texs to skip before drawing.
1612 * vertex (texs, colors) array.
1614 * @param paint Specifies the shader to use if the texs array is non-null.
1617 int vertOffset, @Nullable float[] texs, int texOffset, @Nullable int[] colors,
1624 if (texs !
1616 drawVertices(@onNull VertexMode mode, int vertexCount, @NonNull float[] verts, int vertOffset, @Nullable float[] texs, int texOffset, @Nullable int[] colors, int colorOffset, @Nullable short[] indices, int indexOffset, int indexCount, @NonNull Paint paint) argument
2113 nativeDrawVertices(long nativeCanvas, int mode, int n, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, long nativePaint) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp322 const float* texs = texA.ptr() + vertIndex; local
335 get_canvas(canvasHandle)->drawVertices(mode, vertexCount, verts, texs, colors,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java929 float[] texs, int texOffset,
927 nativeDrawVertices(long nCanvas, int mode, int n, float[] verts, int vertOffset, float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices, int indexOffset, int indexCount, long nPaint) argument

Completed in 1146 milliseconds