Searched refs:currVertex (Results 1 – 2 of 2) sorted by relevance
20 uint8_t* currVertex = fGeoData[0].fVerts.begin(); in applyPipelineOptimizations() local22 *(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() local117 *(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 …]
125 unsigned char* currVertex = reinterpret_cast<unsigned char*>(vertices); in onPrepareDraws() local140 memcpy(currVertex, blobVertices, byteCount); in onPrepareDraws()142 currVertex += byteCount; in onPrepareDraws()