Home | History | Annotate | Download | only in gpu

Lines Matching refs:fGeoData

760         out->setKnownFourComponents(fGeoData[0].fColor);
769 fGeoData[0].fColor = GrColor_ILLEGAL;
771 fGeoData[0].fColor = init.fOverrideColor;
776 fBatch.fColor = fGeoData[0].fColor;
779 fBatch.fLinesOnly = SkPath::kLine_SegmentMask == fGeoData[0].fPath.getSegmentMasks();
814 int instanceCount = fGeoData.count();
819 Geometry& args = fGeoData[i];
864 int instanceCount = fGeoData.count();
888 Geometry& args = fGeoData[i];
950 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
955 fGeoData.push_back(geometry);
984 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
993 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
1005 SkSTArray<1, Geometry, true> fGeoData;