Home
last modified time | relevance | path

Searched refs:findContext (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkShadowUtils.cpp334 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor() local
336 findContext->fVertices = in FindVisitor()
337 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate); in FindVisitor()
338 if (findContext->fVertices) { in FindVisitor()
343 findContext->fTessellationsOnFailure = rec.refTessellations(); in FindVisitor()
/external/skqp/src/utils/
DSkShadowUtils.cpp333 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor() local
335 findContext->fVertices = in FindVisitor()
336 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate); in FindVisitor()
337 if (findContext->fVertices) { in FindVisitor()
342 findContext->fTessellationsOnFailure = rec.refTessellations(); in FindVisitor()