HomeSort by relevance Sort by last modified time
    Searched refs:AlphaVertex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Vertex.h 76 struct AlphaVertex : Vertex {
79 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
84 static inline void setColor(AlphaVertex* vertex, float alpha) {
87 }; // struct AlphaVertex
PathTessellator.cpp 73 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
74 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
332 AlphaVertex* buffer = vertexBuffer.alloc<AlphaVertex>(perimeter.size() * 3 + 2);
352 AlphaVertex::set(&buffer[currentIndex++],
356 AlphaVertex::set(&buffer[currentIndex++],
393 AlphaVertex* buffer, bool isFirst, vec2 normal, int offset) {
425 AlphaVertex::set(&buffer[capIndex + 0],
429 AlphaVertex::set(&buffer[capIndex + 1]
    [all...]
Caches.h 70 static const GLsizei gAlphaVertexStride = sizeof(AlphaVertex);

Completed in 388 milliseconds