/external/skia/src/gpu/batches/ |
D | GrTestBatch.h | 33 color->setKnownFourComponents(this->geoData(0)->fColor); in computePipelineOptimizations() 40 this->geoData(0)->fColor = GrColor_ILLEGAL; in initBatchTracker() 42 overrides.getOverrideColorIfSet(&this->geoData(0)->fColor); in initBatchTracker() 46 fBatch.fColor = this->geoData(0)->fColor; in initBatchTracker() 67 virtual Geometry* geoData(int index) = 0; 68 virtual const Geometry* geoData(int index) const = 0;
|
D | GrTInstanceBatch.h | 75 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function 142 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrNinePatch.cpp | 84 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in GrNonAANinePatchBatch 165 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrAALinearizingConvexPathRenderer.cpp | 259 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in AAFlatteningConvexPathBatch 296 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrNonAAFillRectBatch.cpp | 220 NonAAFillRectBatchSimple::Geometry& geo = batch->geoData()->push_back(); in append_to_batch() 241 NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->push_back(); in append_to_batch() 300 const NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->back(); in Append()
|
D | GrDrawAtlasBatch.h | 44 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function
|
D | GrDrawVerticesBatch.h | 49 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function
|
D | GrDrawAtlasBatch.cpp | 193 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrDrawVerticesBatch.cpp | 201 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrDefaultPathRenderer.cpp | 379 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in DefaultPathBatch 421 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrAAStrokeRectBatch.cpp | 73 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in AAStrokeRectBatch 358 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrAADistanceFieldPathRenderer.cpp | 298 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in AADistanceFieldPathBatch 518 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrAAFillRectBatch.cpp | 312 AAFillRectBatchNoLocalMatrix::Geometry& geo = batch->geoData()->push_back(); in append_to_batch() 322 AAFillRectBatchLocalMatrix::Geometry& geo = batch->geoData()->push_back(); in append_to_batch()
|
D | GrAAHairLinePathRenderer.cpp | 710 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in AAHairlineBatch 764 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrAAConvexPathRenderer.cpp | 940 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in AAConvexPathBatch 976 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
D | GrPLSPathRenderer.cpp | 943 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in PLSPathBatch
|
/external/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 727 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in CircleBatch 751 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible() 945 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in EllipseBatch 970 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible() 1191 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in DIEllipseBatch 1215 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible() 1497 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in RRectCircleRendererBatch 1521 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible() 1687 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in RRectEllipseRendererBatch 1712 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|
/external/skia/gm/ |
D | beziereffects.cpp | 64 Geometry* geoData(int index) override { in geoData() function in skiagm::BezierCubicOrConicTestBatch 69 const Geometry* geoData(int index) const override { in geoData() function in skiagm::BezierCubicOrConicTestBatch 451 Geometry* geoData(int index) override { in geoData() function in skiagm::BezierQuadTestBatch 456 const Geometry* geoData(int index) const override { in geoData() function in skiagm::BezierQuadTestBatch
|
D | convexpolyeffect.cpp | 57 Geometry* geoData(int index) override { in geoData() function in skiagm::ConvexPolyTestBatch 62 const Geometry* geoData(int index) const override { in geoData() function in skiagm::ConvexPolyTestBatch
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 280 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in DashBatch 664 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
|