Lines Matching refs:FACTORY
241 template <typename FACTORY, int MAX_ENTRIES>
246 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
267 sk_sp<SkVertices> add(const SkPath& path, const FACTORY& factory, const SkMatrix& matrix, in add()
289 FACTORY fFactory;
326 template <typename FACTORY>
327 sk_sp<SkVertices> find(const FACTORY& factory, const SkMatrix& matrix, in find()
343 template <typename FACTORY>
345 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext()
357 const FACTORY* fFactory;
365 template <typename FACTORY>
367 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor()
445 template <typename FACTORY>
446 bool draw_shadow(const FACTORY& factory, in draw_shadow()
449 FindContext<FACTORY> context(&path.viewMatrix(), &factory); in draw_shadow()
459 SkResourceCache::Find(*key, FindVisitor<FACTORY>, &context); in draw_shadow()