Home
last modified time | relevance | path

Searched refs:fVertices (Results 1 – 4 of 4) sorted by relevance

/external/skia/gpu/src/
DGrTextContext.cpp76 fVertices = NULL; in flushGlyphs()
120 fVertices = NULL; in GrTextContext()
240 if (NULL == fVertices) { in drawPackedGlyph()
267 GrTCast<void**>(&fVertices), in drawPackedGlyph()
281 setRectFan(&fVertices[2*fCurrVertex], x, y, x + w, y + h, 2); in drawPackedGlyph()
282 setRectFan(&fVertices[2*fCurrVertex+1], in drawPackedGlyph()
289 fVertices[2*fCurrVertex].setXRectFan(vx, vy, vx + width, vy + height, in drawPackedGlyph()
291 fVertices[2*fCurrVertex+1].setXRectFan(texture->normalizeFixedX(tx), in drawPackedGlyph()
DGrTesselatedPathRenderer.cpp28 : fVertices(vertices) in PolygonData()
32 GrTDArray<GrPoint>* fVertices; member
59 int index = polygonData->fVertices->count(); in combineData()
60 *polygonData->fVertices->append() = GrPoint::Make(static_cast<float>(coords[0]), in combineData()
/external/skia/gpu/include/
DGrDrawTarget.h926 &fVertices, in set()
935 void* vertices() const { return fVertices; } in vertices()
939 return static_cast<GrPoint*>(fVertices); in positions()
944 void* fVertices; variable
DGrTextContext.h62 GrGpuTextVertex* fVertices; variable