Lines Matching defs:add
223 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
235 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient,
238 return fAmbientSet.add(devPath, ambient, matrix, translate, isLimitElevation);
246 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot,
249 return fSpotSet.add(devPath, spot, matrix, translate, isLimitElevation);
279 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix,
365 // If this is valid after Find then the caller should add the vertices to the tessellation set
387 // manipulated we will add a new Rec.
482 // Update or initialize a tessellation set and add it to the cache.
489 vertices = tessellations->add(path.path(), factory, path.viewMatrix(),
824 // need to add this after we classify the shadow