Lines Matching refs:fShapes
87 fShapes.emplace_back(Entry{color, shape, viewMatrix});
104 &fShapes.front().fColor, &fWideColor);
145 int instanceCount = fShapes.count();
168 const SkMatrix& ctm = fShapes[0].fViewMatrix;
226 const Entry& args = fShapes[i];
591 const SkPMColor4f& color() const { return fShapes[0].fColor; }
604 const SkMatrix& thisCtm = this->fShapes[0].fViewMatrix;
605 const SkMatrix& thatCtm = that->fShapes[0].fViewMatrix;
626 fShapes.push_back_n(that->fShapes.count(), that->fShapes.begin());
634 for (const auto& geo : fShapes) {
650 SkSTArray<1, Entry> fShapes;