Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DTessellation.cpp28 : fCullTest(viewport, matrix) in PathChopper()
40 if (!fCullTest.areVisible3(p)) { in quadTo()
56 if (!fCullTest.areVisible3(p)) { in conicTo()
75 if (!fCullTest.areVisible4(p)) { in cubicTo()
91 const CullTest fCullTest; member in skgpu::__anon3461c0190111::PathChopper