Searched refs:fVertices (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextContext.cpp | 67 fVertices = NULL; in flushGlyphs() 139 fVertices = NULL; in GrTextContext() 253 if (NULL == fVertices) { in drawPackedGlyph() 280 GrTCast<void**>(&fVertices)); in drawPackedGlyph() 293 setRectFan(&fVertices[2*fCurrVertex], x, y, x + w, y + h, 2); in drawPackedGlyph() 294 setRectFan(&fVertices[2*fCurrVertex+1], in drawPackedGlyph() 301 fVertices[2*fCurrVertex].setXRectFan(vx, vy, vx + width, vy + height, in drawPackedGlyph() 303 fVertices[2*fCurrVertex+1].setXRectFan(texture->normalizeFixedX(tx), in drawPackedGlyph()
|
D | GrTesselatedPathRenderer.cpp | 74 *fVertices.append() = pt; in addVertex() 91 const GrPointArray& vertices() const { return fVertices; } in vertices() 124 GrPointArray fVertices; member in GrTess 147 int index = fVertices.count(); in combine() 150 *fVertices.append() = p; in combine() 173 GrPoint p = fVertices[index0]; in addEdge() 174 GrPoint q = fVertices[index1]; in addEdge() 186 int count = fVertices.count() * 2; in begin() 239 *fContourPoints.append() = fVertices.at(index); in vertex() 247 int index = fVertices.count(); in combine() [all …]
|
D | GrDrawTarget.h | 583 void* vertices() const { GrAssert(this->succeeded()); return fVertices; } in vertices() 593 void* fVertices; variable
|
D | GrDrawTarget.cpp | 1174 &fVertices); in set() 1192 if (NULL != fVertices) { in reset() 1200 fVertices = NULL; in reset()
|
/external/skia/include/gpu/ |
D | GrTextContext.h | 56 GrGpuTextVertex* fVertices; variable
|