Searched defs:currVertex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
H A DGrAtlasTextBatch.cpp135 unsigned char* currVertex = reinterpret_cast<unsigned char*>(vertices); local
157 memcpy(currVertex, blobVertices, byteCount);
172 currVertex += byteCount;
H A DGrDrawAtlasBatch.cpp24 uint8_t* currVertex = fGeoData[0].fVerts.begin(); local
26 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = fGeoData[0].fColor;
27 currVertex += vertexStride;
111 uint8_t* currVertex = installedGeo.fVerts.begin(); local
131 *(reinterpret_cast<GrColor*>(currVertex+sizeof(SkPoint))) = grColor;
132 *(reinterpret_cast<GrColor*>(currVertex+vertexStride+sizeof(SkPoint))) = grColor;
133 *(reinterpret_cast<GrColor*>(currVertex+2*vertexStride+sizeof(SkPoint))) = grColor;
134 *(reinterpret_cast<GrColor*>(currVertex+3*vertexStride+sizeof(SkPoint))) = grColor;
138 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[0];
139 *(reinterpret_cast<SkPoint*>(currVertex
[all...]

Completed in 108 milliseconds