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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1485 static std::string approximateFloatString(float f) function in namespace:android
1502 output << "[" << approximateFloatString(frect.left) << ", ";
1503 output << approximateFloatString(frect.top) << ", ";
1504 output << approximateFloatString(frect.right) << ", ";
1505 output << approximateFloatString(frect.bottom) << "]";

Completed in 432 milliseconds