Home
last modified time | relevance | path

Searched defs:FindContext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/utils/
DSkShadowUtils.cpp356 struct FindContext { struct
357 FindContext(const SkMatrix* viewMatrix, const FACTORY* factory) in FindContext() function
359 const SkMatrix* const fViewMatrix;
362 sk_sp<SkVertices> fVertices;
363 SkVector fTranslate = {0, 0};
367 sk_sp<CachedTessellations> fTessellationsOnFailure;
369 const FACTORY* fFactory;
/third_party/glfw/src/
Dx11_platform.h678 PFN_XFindContext FindContext; member