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

  /external/skia/src/gpu/
GrTestBatch.h 28 out->setKnownFourComponents(this->geoData(0)->fColor);
38 this->geoData(0)->fColor = GrColor_ILLEGAL;
40 this->geoData(0)->fColor = init.fOverrideColor;
45 fBatch.fColor = this->geoData(0)->fColor;
76 virtual Geometry* geoData(int index) = 0;
77 virtual const Geometry* geoData(int index) const = 0;
GrRectBatch.cpp 161 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
205 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAARectRenderer.cpp 144 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
201 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
509 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
654 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]
GrOvalRenderer.cpp 756 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
783 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]
GrDefaultPathRenderer.cpp 381 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
414 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAADistanceFieldPathRenderer.cpp 290 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
536 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAAHairLinePathRenderer.cpp 719 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
768 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]
GrAAConvexPathRenderer.cpp     [all...]
GrContext.cpp 501 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
870 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
    [all...]
GrAtlasTextContext.cpp     [all...]
  /external/skia/gm/
beziereffects.cpp 62 Geometry* geoData(int index) override {
67 const Geometry* geoData(int index) const override {
457 Geometry* geoData(int index) override {
462 const Geometry* geoData(int index) const override {
convexpolyeffect.cpp 48 Geometry* geoData(int index) override {
53 const Geometry* geoData(int index) const override {
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 605 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
653 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]

Completed in 341 milliseconds