Searched refs:SubtargetGeometry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp48 class SubtargetGeometry { class in namespace:WebCore::TouchAdjustment
50 SubtargetGeometry(Node* node, const FloatQuad& quad) function in class:WebCore::TouchAdjustment::SubtargetGeometry
64 typedef Vector<SubtargetGeometry> SubtargetGeometryList;
67 typedef float (*DistanceFunction)(const IntPoint&, const IntRect&, const SubtargetGeometry&);
130 subtargets.append(SubtargetGeometry(node, *it));
219 subtargets.append(SubtargetGeometry(node, *it));
318 float zoomableIntersectionQuotient(const IntPoint& touchHotspot, const IntRect& touchArea, const SubtargetGeometry& subtarget)
341 float hybridDistanceFunction(const IntPoint& touchHotspot, const IntRect& touchRect, const SubtargetGeometry& subtarget)
385 bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)

Completed in 55 milliseconds