Searched refs:AlphaVertex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DVertex.h49 struct AlphaVertex : Vertex { struct in namespace:android::uirenderer
52 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
57 static inline void setColor(AlphaVertex* vertex, float alpha) {
60 }; // struct AlphaVertex
79 };*/ // struct AlphaVertex
H A DAndroidPathRenderer.cpp69 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
70 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
208 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(perimeter.count() * 3 + 2);
232 AlphaVertex::set(&buffer[currentIndex++],
236 AlphaVertex::set(&buffer[currentIndex++],
273 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * vertices.count() + 2);
312 AlphaVertex
[all...]
H A DGrAndroidPathRenderer.cpp67 android::uirenderer::AlphaVertex* inVert =
68 reinterpret_cast<android::uirenderer::AlphaVertex*>(vertices.getBuffer());
/external/skia/experimental/AndroidPathRenderer/
H A DVertex.h49 struct AlphaVertex : Vertex { struct in namespace:android::uirenderer
52 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) {
57 static inline void setColor(AlphaVertex* vertex, float alpha) {
60 }; // struct AlphaVertex
79 };*/ // struct AlphaVertex
H A DAndroidPathRenderer.cpp69 inline void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) {
70 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
208 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(perimeter.count() * 3 + 2);
232 AlphaVertex::set(&buffer[currentIndex++],
236 AlphaVertex::set(&buffer[currentIndex++],
273 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * vertices.count() + 2);
312 AlphaVertex
[all...]
H A DGrAndroidPathRenderer.cpp67 android::uirenderer::AlphaVertex* inVert =
68 reinterpret_cast<android::uirenderer::AlphaVertex*>(vertices.getBuffer());

Completed in 104 milliseconds