Home | History | Annotate | Download | only in gpu

Lines Matching refs:fGeoData

65         out->setKnownFourComponents(fGeoData[0].fColor);
75 fGeoData[0].fColor = GrColor_ILLEGAL;
77 fGeoData[0].fColor = init.fOverrideColor;
82 fBatch.fColor = fGeoData[0].fColor;
116 int instanceCount = fGeoData.count();
130 const Geometry& args = fGeoData[i];
144 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
149 fGeoData.push_back(geometry);
178 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
201 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
308 SkSTArray<1, Geometry, true> fGeoData;
420 out->setKnownFourComponents(fGeoData[0].fColor);
430 fGeoData[0].fColor = GrColor_ILLEGAL;
432 fGeoData[0].fColor = init.fOverrideColor;
437 fBatch.fColor = fGeoData[0].fColor;
440 fBatch.fMiterStroke = fGeoData[0].fMiterStroke;
479 int instanceCount = fGeoData.count();
493 const Geometry& args = fGeoData[i];
509 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
515 fGeoData.push_back(geometry);
654 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
783 SkSTArray<1, Geometry, true> fGeoData;