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

  /external/skia/src/gpu/batches/
GrTInstanceBatch.h 75 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
142 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrDrawAtlasBatch.h 44 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
GrDrawVerticesBatch.h 49 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
GrNinePatch.cpp 84 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
165 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAALinearizingConvexPathRenderer.cpp 259 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
296 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAADistanceFieldPathRenderer.cpp 298 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
518 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAAStrokeRectBatch.cpp 73 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
358 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrDefaultPathRenderer.cpp 379 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
421 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
GrAAConvexPathRenderer.cpp     [all...]
GrAAHairLinePathRenderer.cpp 710 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
764 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]
GrPLSPathRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 727 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
751 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 280 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
664 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
    [all...]

Completed in 1204 milliseconds