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

  /external/skia/src/gpu/ops/
GrDrawAtlasOp.cpp 20 uint8_t* currVertex = fGeoData[0].fVerts.begin();
22 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = fGeoData[0].fColor;
23 currVertex += vertexStride;
97 uint8_t* currVertex = installedGeo.fVerts.begin();
117 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = grColor;
118 *(reinterpret_cast<GrColor*>(currVertex + vertexStride + sizeof(SkPoint))) = grColor;
119 *(reinterpret_cast<GrColor*>(currVertex + 2 * vertexStride + sizeof(SkPoint))) =
121 *(reinterpret_cast<GrColor*>(currVertex + 3 * vertexStride + sizeof(SkPoint))) =
126 *(reinterpret_cast<SkPoint*>(currVertex)) = quad[0];
127 *(reinterpret_cast<SkPoint*>(currVertex + texOffset))
    [all...]
GrAtlasTextOp.cpp 125 unsigned char* currVertex = reinterpret_cast<unsigned char*>(vertices);
140 memcpy(currVertex, blobVertices, byteCount);
142 currVertex += byteCount;

Completed in 171 milliseconds