Lines Matching refs:FACTORY
207 template <typename FACTORY, int MAX_ENTRIES>
212 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
233 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
255 FACTORY fFactory;
292 template <typename FACTORY>
293 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
309 template <typename FACTORY>
311 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
323 const FACTORY* fFactory;
331 template <typename FACTORY>
333 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor()
386 template <typename FACTORY>
387 bool draw_shadow(const FACTORY& factory, in draw_shadow()
390 FindContext<FACTORY> context(&path.viewMatrix(), &factory); in draw_shadow()
400 SkResourceCache::Find(*key, FindVisitor<FACTORY>, &context); in draw_shadow()