Lines Matching refs:fill
1531 const char* fill = " "; in to_string() local
1547 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) << in to_string()
1550 output << fill << "Source crop: "; in to_string()
1557 output << fill << "Transform: " << hwc1TransformString(hwcLayer.transform); in to_string()
1565 output << fill << "Hints:"; in to_string()
1576 output << fill << "Flags:"; in to_string()
1592 const char* fill = " "; in to_string() local
1595 output << fill << "Geometry changed: " << in to_string()
1598 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()
1601 output << fill << " Layer " << layer; in to_string()
1606 output << fill << "Output buffer: " << hwcContents.outbuf << "/" << in to_string()
2154 const char* fill = " "; in dump() local
2156 output << fill << to_string(mCompositionType.getPendingValue()); in dump()
2166 output << fill << " Display frame [LTRB]: " << in dump()
2168 output << fill << " Source crop: " << in dump()
2170 output << fill << " Transform: " << to_string(mTransform.getValue()); in dump()