Home | History | Annotate | Download | only in gpu

Lines Matching refs:fGeoData

60         out->setKnownFourComponents(fGeoData[0].fColor);
70 fGeoData[0].fColor = GrColor_ILLEGAL;
72 fGeoData[0].fColor = init.fOverrideColor;
77 fBatch.fColor = fGeoData[0].fColor;
116 int instanceCount = fGeoData.count();
130 const Geometry& geom = fGeoData[i];
161 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
166 fGeoData.push_back(geometry);
175 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
176 const SkMatrix& localMatrix() const { return fGeoData[0].fLocalMatrix; }
177 bool hasLocalRect() const { return fGeoData[0].fHasLocalRect; }
178 bool hasLocalMatrix() const { return fGeoData[0].fHasLocalMatrix; }
205 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
218 SkSTArray<1, Geometry, true> fGeoData;