Searched defs:FindContext (Results 1 – 2 of 2) sorted by relevance
356 struct FindContext { struct357 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext() function359 const SkMatrix* const fViewMatrix;362 sk_sp<SkVertices> fVertices;363 SkVector fTranslate = {0, 0};367 sk_sp<CachedTessellations> fTessellationsOnFailure;369 const FACTORY* fFactory;
678 PFN_XFindContext FindContext; member