Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1391 static std::string approximateFloatString(float f) { in approximateFloatString() function
1406 output << "[" << approximateFloatString(frect.left) << ", "; in frectString()
1407 output << approximateFloatString(frect.top) << ", "; in frectString()
1408 output << approximateFloatString(frect.right) << ", "; in frectString()
1409 output << approximateFloatString(frect.bottom) << "]"; in frectString()