Home | History | Annotate | Download | only in gpu

Lines Matching refs:fGeoData

695         out->setKnownFourComponents(fGeoData[0].fColor);
704 fGeoData[0].fColor = GrColor_ILLEGAL;
706 fGeoData[0].fColor = init.fOverrideColor;
711 fBatch.fColor = fGeoData[0].fColor;
714 fBatch.fCoverage = fGeoData[0].fCoverage;
719 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
728 fGeoData.push_back(geometry);
768 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
776 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
788 SkSTArray<1, Geometry, true> fGeoData;
846 int instanceCount = fGeoData.count();
848 const Geometry& args = fGeoData[i];