Searched defs:fFirstVertex (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp110 fVertices = fTarget->makeVertexSpace(stride(), vertexCount, &fVertexBuffer, &fFirstVertex);
118 int firstVertex() const { return fFirstVertex; }
123 int fFirstVertex; member in class:__anon17094::DynamicVertexAllocator
/external/skia/src/utils/
H A DSkShadowTessellator.cpp75 int fFirstVertex; member in class:SkBaseShadowTessellator
125 , fFirstVertex(-1)
431 if (fColors[fPrevUmbraIndex] != fColors[fFirstVertex] &&
436 *fColors.push() = SkPMLerp(fColors[fFirstVertex], fColors[fPrevUmbraIndex], 128);
457 if (fColors[fPrevUmbraIndex] > fColors[fFirstVertex]) {
460 *fIndices.push() = fFirstVertex;
464 *fIndices.push() = fFirstVertex;
472 *fIndices.push() = fFirstVertex;
483 *fIndices.push() = fFirstVertex;
488 fPrevUmbraIndex = fFirstVertex;
[all...]
/external/skia/src/gpu/
H A DGrTessellator.cpp456 : fFirstVertex(v)
596 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; }
597 Vertex* fFirstVertex; member in struct:__anon17043::Poly

Completed in 85 milliseconds