Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/test/widgets/
Densure_visible_test.dart72 BuildContext findContext(int i) => tester.element(findKey(i));
76 Scrollable.ensureVisible(findContext(3));
80 Scrollable.ensureVisible(findContext(6));
84 Scrollable.ensureVisible(findContext(4), alignment: 1.0);
88 Scrollable.ensureVisible(findContext(0), alignment: 1.0);
92 Scrollable.ensureVisible(findContext(3), duration: const Duration(seconds: 1));
99 BuildContext findContext(int i) => tester.element(findKey(i));
103 Scrollable.ensureVisible(findContext(3));
107 Scrollable.ensureVisible(findContext(6));
111 Scrollable.ensureVisible(findContext(4), alignment: 1.0);
[all …]
/third_party/flutter/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()
/third_party/skia/src/utils/
DSkShadowUtils.cpp377 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor() local
379 findContext->fVertices = in FindVisitor()
380 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate); in FindVisitor()
381 if (findContext->fVertices) { in FindVisitor()
386 findContext->fTessellationsOnFailure = rec.refTessellations(); in FindVisitor()