Searched defs:boundPoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp806 static void boundPoint(vec2* point, const Rect& crop) { function in namespace:android
842 boundPoint(&lt, s.finalCrop);
843 boundPoint(&lb, s.finalCrop);
844 boundPoint(&rb, s.finalCrop);
845 boundPoint(&rt, s.finalCrop);

Completed in 89 milliseconds