Lines Matching refs:Geometry
24 for (const Geometry* g = fHead; g != nullptr;) {
25 const Geometry* next = g->fNext;
26 g->~Geometry();
38 struct Geometry {
39 Geometry(const GrAtlasSubRun& subRun,
57 static Geometry* MakeForBlob(const GrAtlasSubRun& subRun,
69 // Either this Geometry holds a ref to the support data in the case of a blob based
86 Geometry* fNext{nullptr};
137 Geometry* geo,
147 Geometry* geo,
155 void addGeometry(Geometry* geometry) {
252 Geometry* fHead{nullptr};
253 Geometry** fTail{&fHead};