Lines Matching refs:fShapes
264 fShapes.emplace_back(Entry{color, shape, viewMatrix}); in SmallPathOp()
289 for (const auto& geo : fShapes) { in dumpInfo()
302 &fShapes.front().fColor); in finalize()
317 int instanceCount = fShapes.count(); in onPrepareDraws()
334 const SkMatrix& ctm = fShapes[0].fViewMatrix; in onPrepareDraws()
391 const Entry& args = fShapes[i]; in onPrepareDraws()
808 const SkPMColor4f& color() const { return fShapes[0].fColor; } in color()
821 const SkMatrix& thisCtm = this->fShapes[0].fViewMatrix; in onCombineIfPossible()
822 const SkMatrix& thatCtm = that->fShapes[0].fViewMatrix; in onCombineIfPossible()
843 fShapes.push_back_n(that->fShapes.count(), that->fShapes.begin()); in onCombineIfPossible()
856 SkSTArray<1, Entry> fShapes; member in GrSmallPathRenderer::SmallPathOp