SubtargetGeometry 50 Source/core/page/TouchAdjustment.cpp SubtargetGeometry(Node* node, const FloatQuad& quad) SubtargetGeometry 64 Source/core/page/TouchAdjustment.cpp typedef Vector<SubtargetGeometry> SubtargetGeometryList; SubtargetGeometry 67 Source/core/page/TouchAdjustment.cpp typedef float (*DistanceFunction)(const IntPoint&, const IntRect&, const SubtargetGeometry&); SubtargetGeometry 130 Source/core/page/TouchAdjustment.cpp subtargets.append(SubtargetGeometry(node, *it)); SubtargetGeometry 219 Source/core/page/TouchAdjustment.cpp subtargets.append(SubtargetGeometry(node, *it)); SubtargetGeometry 318 Source/core/page/TouchAdjustment.cpp float zoomableIntersectionQuotient(const IntPoint& touchHotspot, const IntRect& touchArea, const SubtargetGeometry& subtarget) SubtargetGeometry 341 Source/core/page/TouchAdjustment.cpp float hybridDistanceFunction(const IntPoint& touchHotspot, const IntRect& touchRect, const SubtargetGeometry& subtarget) SubtargetGeometry 385 Source/core/page/TouchAdjustment.cpp bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint& adjustedPoint)