Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1404 static std::string frectString(hwc_frect_t frect) { in frectString() argument
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()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1501 static std::string frectString(hwc_frect_t frect) in frectString() argument
1504 output << "[" << approximateFloatString(frect.left) << ", "; in frectString()
1505 output << approximateFloatString(frect.top) << ", "; in frectString()
1506 output << approximateFloatString(frect.right) << ", "; in frectString()
1507 output << approximateFloatString(frect.bottom) << "]"; in frectString()