Home
last modified time | relevance | path

Searched refs:geoData (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/batches/
DGrTestBatch.h33 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;
DGrTInstanceBatch.h75 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function
142 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
DGrNinePatch.cpp84 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()
DGrAALinearizingConvexPathRenderer.cpp259 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()
DGrNonAAFillRectBatch.cpp220 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()
DGrDrawAtlasBatch.h44 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function
DGrDrawVerticesBatch.h49 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function
DGrDrawAtlasBatch.cpp193 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
DGrDrawVerticesBatch.cpp201 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin()); in onCombineIfPossible()
DGrDefaultPathRenderer.cpp379 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()
DGrAAStrokeRectBatch.cpp73 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()
DGrAADistanceFieldPathRenderer.cpp298 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()
DGrAAFillRectBatch.cpp312 AAFillRectBatchNoLocalMatrix::Geometry& geo = batch->geoData()->push_back(); in append_to_batch()
322 AAFillRectBatchLocalMatrix::Geometry& geo = batch->geoData()->push_back(); in append_to_batch()
DGrAAHairLinePathRenderer.cpp710 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()
DGrAAConvexPathRenderer.cpp940 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()
DGrPLSPathRenderer.cpp943 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; } in geoData() function in PLSPathBatch
/external/skia/src/gpu/
DGrOvalRenderer.cpp727 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/
Dbeziereffects.cpp64 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
Dconvexpolyeffect.cpp57 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/
DGrDashingEffect.cpp280 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()