Lines Matching refs:FACTORY
208 template <typename FACTORY, int MAX_ENTRIES>
213 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
234 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
256 FACTORY fFactory;
293 template <typename FACTORY>
294 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
310 template <typename FACTORY>
312 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
324 const FACTORY* fFactory;
332 template <typename FACTORY>
334 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor()
412 template <typename FACTORY>
413 bool draw_shadow(const FACTORY& factory, in draw_shadow()
416 FindContext<FACTORY> context(&path.viewMatrix(), &factory); in draw_shadow()
426 SkResourceCache::Find(*key, FindVisitor<FACTORY>, &context); in draw_shadow()