Lines Matching refs:fill
1432 const char* fill = " "; in to_string() local
1448 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) << in to_string()
1451 output << fill << "Source crop: "; in to_string()
1458 output << fill << "Transform: " << hwc1TransformString(hwcLayer.transform); in to_string()
1466 output << fill << "Hints:"; in to_string()
1477 output << fill << "Flags:"; in to_string()
1492 const char* fill = " "; in to_string() local
1495 output << fill << "Geometry changed: " << in to_string()
1498 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()
1501 output << fill << " Layer " << layer; in to_string()
1506 output << fill << "Output buffer: " << hwcContents.outbuf << "/" << in to_string()
2089 const char* fill = " "; in dump() local
2091 output << fill << to_string(mCompositionType); in dump()
2100 output << fill << " Display frame [LTRB]: " << in dump()
2102 output << fill << " Source crop: " << in dump()
2104 output << fill << " Transform: " << to_string(mTransform); in dump()