Searched refs:hHit (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1235 SkDLine hHit = {{{pt.fX - kHitToleranace, pt.fY }, {pt.fX + kHitToleranace, pt.fY}}}; in hittest_verb() local 1247 if (i.intersect(line, hHit) || i.intersect(line, vHit)) { in hittest_verb() 1256 if (i.intersect(quad, hHit) || i.intersect(quad, vHit)) { in hittest_verb() 1266 if (i.intersect(conic, hHit) || i.intersect(conic, vHit)) { in hittest_verb() 1275 if (i.intersect(cubic, hHit) || i.intersect(cubic, vHit)) { in hittest_verb()
|