Home
last modified time | relevance | path

Searched refs:currVertex (Results 1 – 2 of 2) sorted by relevance

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