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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1499 static std::string frectString(hwc_frect_t frect) argument
1502 output << "[" << approximateFloatString(frect.left) << ", ";
1503 output << approximateFloatString(frect.top) << ", ";
1504 output << approximateFloatString(frect.right) << ", ";
1505 output << approximateFloatString(frect.bottom) << "]";

Completed in 9 milliseconds