Searched defs:fGeoData (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrRectBatch.cpp60 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[
218 SkSTArray<1, Geometry, true> fGeoData; member in class:RectBatch
[all...]
H A DGrAARectRenderer.cpp65 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
308 SkSTArray<1, Geometry, true> fGeoData; member in class:AAFillRectBatch
783 SkSTArray<1, Geometry, true> fGeoData; member in class:AAStrokeRectBatch
[all...]
H A DGrDefaultPathRenderer.cpp232 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
533 SkSTArray<1, Geometry, true> fGeoData; member in class:DefaultPathBatch
[all...]
H A DGrAADistanceFieldPathRenderer.cpp180 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; member in class:AADistanceFieldPathBatch
H A DGrAAConvexPathRenderer.cpp760 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();
888 Geometry& args = fGeoData[i];
950 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
1005 SkSTArray<1, Geometry, true> fGeoData; member in class:AAConvexPathBatch
[all...]
H A DGrAAHairLinePathRenderer.cpp695 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; member in class:AAHairlineBatch
[all...]
H A DGrOvalRenderer.cpp665 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
802 SkSTArray<1, Geometry, true> fGeoData; member in class:CircleBatch
1031 SkSTArray<1, Geometry, true> fGeoData; member in class:EllipseBatch
1295 SkSTArray<1, Geometry, true> fGeoData; member in class:DIEllipseBatch
1679 SkSTArray<1, Geometry, true> fGeoData; member in class:RRectCircleRendererBatch
1871 SkSTArray<1, Geometry, true> fGeoData; member in class:RRectEllipseRendererBatch
[all...]
H A DGrAtlasTextContext.cpp1577 Geometry& args = fGeoData[i];
1736 SkAutoSTMalloc<kMinAllocated, Geometry>* geoData() { return &fGeoData; }
1741 Geometry& geometry() { return fGeoData[0]; }
1743 const Geometry& geo = fGeoData[0];
1792 fGeoData[i].fBlob->unref();
1946 fGeoData.realloc(fAllocatedCount);
1949 memcpy(&fGeoData[fInstanceCount], otherGeoData->get(),
1953 fGeoData[i].fBlob->ref();
2028 SkAutoSTMalloc<kMinAllocated, Geometry> fGeoData; member in class:BitmapTextBatch
H A DGrContext.cpp415 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; member in class:StrokeRectBatch
762 out->setKnownFourComponents(fGeoData[
984 SkSTArray<1, Geometry, true> fGeoData; member in class:DrawVerticesBatch
[all...]
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp269 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[
679 SkSTArray<1, Geometry, true> fGeoData; member in class:DashBatch
[all...]

Completed in 168 milliseconds