Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc1173 float* distance_to_intersection) { in PointHitsLayer() argument
1178 distance_to_intersection)) in PointHitsLayer()
1215 float distance_to_intersection = 0.f; in FindClosestMatchingLayer() local
1217 PointHitsLayer(layer, screen_space_point, &distance_to_intersection) && in FindClosestMatchingLayer()
1219 distance_to_intersection > data_for_recursion->closest_distance))) { in FindClosestMatchingLayer()
1220 data_for_recursion->closest_distance = distance_to_intersection; in FindClosestMatchingLayer()