Lines Matching refs:fShapes
265 fShapes.emplace_back(Entry{color, shape, viewMatrix}); in SmallPathOp()
290 for (const auto& geo : fShapes) { in dumpInfo()
305 &fShapes.front().fColor); in finalize()
319 int instanceCount = fShapes.count(); in onPrepareDraws()
333 const SkMatrix& ctm = fShapes[0].fViewMatrix; in onPrepareDraws()
390 const Entry& args = fShapes[i]; in onPrepareDraws()
810 const SkPMColor4f& color() const { return fShapes[0].fColor; } in color()
823 const SkMatrix& thisCtm = this->fShapes[0].fViewMatrix; in onCombineIfPossible()
824 const SkMatrix& thatCtm = that->fShapes[0].fViewMatrix; in onCombineIfPossible()
845 fShapes.push_back_n(that->fShapes.count(), that->fShapes.begin()); in onCombineIfPossible()
858 SkSTArray<1, Entry> fShapes; member in GrSmallPathRenderer::SmallPathOp