Searched refs:stripCount (Results 1 – 1 of 1) sorted by relevance
158 int stripCount = (nu + 1) * 2; in draw() local159 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()