Lines Matching refs:Geometry
62 Geometry* geo,
87 Geometry* geo,
106 auto AtlasTextOp::Geometry::MakeForBlob(const GrAtlasSubRun& subRun,
112 SkArenaAlloc* alloc) -> Geometry* {
115 void* geo = alloc->makeBytesAlignedTo(sizeof(Geometry), alignof(Geometry));
116 return new(geo) Geometry{subRun,
125 void AtlasTextOp::Geometry::fillVertexData(void *dst, int offset, int count) const {
140 for(Geometry* geom = fHead; geom != nullptr; geom = geom->fNext) {
166 // Geometry with a color. Later, for non-bitmap ops, we may have mixed colors.
281 for (const Geometry* geo = fHead; geo != nullptr; geo = geo->fNext) {