Lines Matching defs:fGeoData

626         for (int i = 0; i < fGeoData.count(); ++i) {
629 fGeoData[i].fColor,
630 fGeoData[i].fDevBounds.fLeft, fGeoData[i].fDevBounds.fTop,
631 fGeoData[i].fDevBounds.fRight, fGeoData[i].fDevBounds.fBottom,
632 fGeoData[i].fInnerRadius,
633 fGeoData[i].fOuterRadius);
643 color->setKnownFourComponents(fGeoData[0].fColor);
651 fGeoData[0].fColor = GrColor_ILLEGAL;
653 overrides.getOverrideColorIfSet(&fGeoData[0].fColor);
657 fBatch.fColor = fGeoData[0].fColor;
658 fBatch.fStroke = fGeoData[0].fStroke;
677 int instanceCount = fGeoData.count();
688 const Geometry& geom = fGeoData[i];
727 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
730 fGeoData.push_back(geometry);
751 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
758 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
770 SkSTArray<1, Geometry, true> fGeoData;
856 color->setKnownFourComponents(fGeoData[0].fColor);
864 fGeoData[0].fColor = GrColor_ILLEGAL;
866 overrides.getOverrideColorIfSet(&fGeoData[0].fColor);
870 fBatch.fColor = fGeoData[0].fColor;
871 fBatch.fStroke = fGeoData[0].fStroke;
890 int instanceCount = fGeoData.count();
901 const Geometry& geom = fGeoData[i];
945 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
948 fGeoData.push_back(geometry);
970 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
977 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
989 SkSTArray<1, Geometry, true> fGeoData;
1110 color->setKnownFourComponents(fGeoData[0].fColor);
1119 fGeoData[0].fColor = GrColor_ILLEGAL;
1121 overrides.getOverrideColorIfSet(&fGeoData[0].fColor);
1125 fBatch.fColor = fGeoData[0].fColor;
1126 fBatch.fMode = fGeoData[0].fMode;
1140 int instanceCount = fGeoData.count();
1151 const Geometry& geom = fGeoData[i];
1191 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
1194 fGeoData.push_back(geometry);
1215 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1222 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
1234 SkSTArray<1, Geometry, true> fGeoData;
1391 color->setKnownFourComponents(fGeoData[0].fColor);
1399 fGeoData[0].fColor = GrColor_ILLEGAL;
1401 overrides.getOverrideColorIfSet(&fGeoData[0].fColor);
1405 fBatch.fColor = fGeoData[0].fColor;
1406 fBatch.fStroke = fGeoData[0].fStroke;
1427 int instanceCount = fGeoData.count();
1446 const Geometry& args = fGeoData[i];
1497 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
1500 fGeoData.push_back(geometry);
1521 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1528 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
1540 SkSTArray<1, Geometry, true> fGeoData;
1570 color->setKnownFourComponents(fGeoData[0].fColor);
1578 fGeoData[0].fColor = GrColor_ILLEGAL;
1580 overrides.getOverrideColorIfSet(&fGeoData[0].fColor);
1584 fBatch.fColor = fGeoData[0].fColor;
1585 fBatch.fStroke = fGeoData[0].fStroke;
1606 int instanceCount = fGeoData.count();
1625 const Geometry& args = fGeoData[i];
1687 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
1690 fGeoData.push_back(geometry);
1712 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1719 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
1731 SkSTArray<1, Geometry, true> fGeoData;