Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1547 static std::string approximateFloatString(float f) { in approximateFloatString() function
1562 output << "[" << approximateFloatString(frect.left) << ", "; in frectString()
1563 output << approximateFloatString(frect.top) << ", "; in frectString()
1564 output << approximateFloatString(frect.right) << ", "; in frectString()
1565 output << approximateFloatString(frect.bottom) << "]"; in frectString()