HomeSort by relevance Sort by last modified time
    Searched refs:fGeoData (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/
GrRectBatch.cpp 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;
    [all...]
GrOvalRenderer.cpp 665 out->setKnownFourComponents(fGeoData[0].fColor);
675 fGeoData[0].fColor = GrColor_ILLEGAL;
677 fGeoData[0].fColor = init.fOverrideColor;
682 fBatch.fColor = fGeoData[0].fColor;
683 fBatch.fStroke = fGeoData[0].fStroke;
711 int instanceCount = fGeoData.count();
722 Geometry& geom = fGeoData[i];
756 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
761 fGeoData.push_back(geometry);
783 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin())
    [all...]
GrAARectRenderer.cpp 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())
    [all...]
GrDefaultPathRenderer.cpp 232 out->setKnownFourComponents(fGeoData[0].fColor);
241 fGeoData[0].fColor = GrColor_ILLEGAL;
243 fGeoData[0].fColor = init.fOverrideColor;
248 fBatch.fColor = fGeoData[0].fColor;
276 int instanceCount = fGeoData.count();
284 Geometry& args = fGeoData[i];
346 Geometry& args = fGeoData[i];
381 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
390 fGeoData.push_back(geometry);
414 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin())
    [all...]
GrAAHairLinePathRenderer.cpp 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;
    [all...]
GrAAConvexPathRenderer.cpp 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();
    [all...]
GrContext.cpp 415 out->setKnownFourComponents(fGeoData[0].fColor);
425 fGeoData[0].fColor = GrColor_ILLEGAL;
427 fGeoData[0].fColor = init.fOverrideColor;
432 fBatch.fColor = fGeoData[0].fColor;
460 Geometry& args = fGeoData[0];
501 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
509 fGeoData.push_back(geometry);
550 const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
573 SkSTArray<1, Geometry, true> fGeoData;
762 out->setKnownFourComponents(fGeoData[0].fColor)
    [all...]
GrAADistanceFieldPathRenderer.cpp 180 int instanceCount = fGeoData.count();
224 Geometry& args = fGeoData[i];
290 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
299 fGeoData.push_back(geometry);
300 fGeoData.back().fPathData = NULL;
536 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
550 SkSTArray<1, Geometry, true> fGeoData;
GrAtlasTextContext.cpp     [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 269 out->setKnownFourComponents(fGeoData[0].fColor);
278 fGeoData[0].fColor = GrColor_ILLEGAL;
280 fGeoData[0].fColor = init.fOverrideColor;
285 fBatch.fColor = fGeoData[0].fColor;
303 int instanceCount = fGeoData.count();
351 Geometry& args = fGeoData[i];
548 Geometry& geom = fGeoData[i];
605 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
610 fGeoData.push_back(geometry);
623 SkMatrix& combinedMatrix = fGeoData[0].fSrcRotInv
    [all...]

Completed in 115 milliseconds