Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePatch.cpp158 int stripCount = (nu + 1) * 2; in draw() local
159 SkAutoTMalloc<SkPoint> stripStorage(stripCount * 2); in draw()
160 SkAutoTMalloc<SkColor> colorStorage(stripCount); in draw()
162 SkPoint* tex = strip + stripCount; in draw()
183 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleStrip_VertexMode, stripCount, in draw()