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

  /external/skia/src/gpu/ops/
GrDrawAtlasOp.cpp 54 uint8_t* currVertex = installedGeo.fVerts.begin();
73 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = grColor;
74 *(reinterpret_cast<GrColor*>(currVertex + vertexStride + sizeof(SkPoint))) = grColor;
75 *(reinterpret_cast<GrColor*>(currVertex + 2 * vertexStride + sizeof(SkPoint))) =
77 *(reinterpret_cast<GrColor*>(currVertex + 3 * vertexStride + sizeof(SkPoint))) =
82 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[0];
83 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) =
86 currVertex += vertexStride;
88 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[1];
89 *(reinterpret_cast<SkPoint*>(currVertex + texOffset))
    [all...]
GrAtlasTextOp.cpp 125 static void clip_quads(const SkIRect& clipRect, char* currVertex, const char* blobVertices,
138 memcpy(currVertex, blobVertices, 4 * vertexStride);
139 currVertex += 4 * vertexStride;
187 SkPoint* currPosition = reinterpret_cast<SkPoint*>(currVertex);
190 *(reinterpret_cast<SkColor*>(currVertex + sizeof(SkPoint))) = color;
191 uint16_t* currCoords = reinterpret_cast<uint16_t*>(currVertex + coordOffset);
194 currVertex += vertexStride;
196 currPosition = reinterpret_cast<SkPoint*>(currVertex);
199 *(reinterpret_cast<SkColor*>(currVertex + sizeof(SkPoint))) = color;
200 currCoords = reinterpret_cast<uint16_t*>(currVertex + coordOffset)
    [all...]
  /external/skqp/src/gpu/ops/
GrDrawAtlasOp.cpp 54 uint8_t* currVertex = installedGeo.fVerts.begin();
73 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = grColor;
74 *(reinterpret_cast<GrColor*>(currVertex + vertexStride + sizeof(SkPoint))) = grColor;
75 *(reinterpret_cast<GrColor*>(currVertex + 2 * vertexStride + sizeof(SkPoint))) =
77 *(reinterpret_cast<GrColor*>(currVertex + 3 * vertexStride + sizeof(SkPoint))) =
82 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[0];
83 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) =
86 currVertex += vertexStride;
88 *(reinterpret_cast<SkPoint*>(currVertex)) = strip[1];
89 *(reinterpret_cast<SkPoint*>(currVertex + texOffset))
    [all...]
GrAtlasTextOp.cpp 107 static void clip_quads(const SkIRect& clipRect, char* currVertex, const char* blobVertices,
120 memcpy(currVertex, blobVertices, 4 * vertexStride);
121 currVertex += 4 * vertexStride;
169 SkPoint* currPosition = reinterpret_cast<SkPoint*>(currVertex);
172 *(reinterpret_cast<SkColor*>(currVertex + sizeof(SkPoint))) = color;
173 uint16_t* currCoords = reinterpret_cast<uint16_t*>(currVertex + coordOffset);
176 currVertex += vertexStride;
178 currPosition = reinterpret_cast<SkPoint*>(currVertex);
181 *(reinterpret_cast<SkColor*>(currVertex + sizeof(SkPoint))) = color;
182 currCoords = reinterpret_cast<uint16_t*>(currVertex + coordOffset)
    [all...]
  /external/skqp/src/gpu/text/
GrAtlasTextBlobVertexRegenerator.cpp 256 char* currVertex = fBlob->fVertices + fSubRun->vertexStartIndex() +
258 result.fFirstVertex = currVertex;
288 regen_vertices<regenPos, regenCol, regenTexCoords>(currVertex, glyph, vertexStride,
291 currVertex += vertexStride * GrAtlasTextOp::kVerticesPerGlyph;
  /external/skia/src/gpu/text/
GrAtlasTextBlobVertexRegenerator.cpp 260 char* currVertex = fBlob->fVertices + fSubRun->vertexStartIndex() +
262 result.fFirstVertex = currVertex;
293 regen_vertices<regenPos, regenCol, regenTexCoords>(currVertex, glyph, vertexStride,
296 currVertex += vertexStride * GrAtlasTextOp::kVerticesPerGlyph;

Completed in 165 milliseconds