Lines Matching refs:to_string
238 result.append(layer->to_string()); in layerToString()
248 std::string LayerProtoParser::ActiveBuffer::to_string() const { in to_string() function in android::surfaceflinger::LayerProtoParser::ActiveBuffer
253 std::string LayerProtoParser::Transform::to_string() const { in to_string() function in android::surfaceflinger::LayerProtoParser::Transform
259 std::string LayerProtoParser::Rect::to_string() const { in to_string() function in android::surfaceflinger::LayerProtoParser::Rect
263 std::string LayerProtoParser::FloatRect::to_string() const { in to_string() function in android::surfaceflinger::LayerProtoParser::FloatRect
267 std::string LayerProtoParser::Region::to_string(const char* what) const { in to_string() function in android::surfaceflinger::LayerProtoParser::Region
273 StringAppendF(&result, " %s\n", rect.to_string().c_str()); in to_string()
279 std::string LayerProtoParser::Layer::to_string() const { in to_string() function in android::surfaceflinger::LayerProtoParser::Layer
282 result.append(transparentRegion.to_string("TransparentRegion").c_str()); in to_string()
283 result.append(visibleRegion.to_string("VisibleRegion").c_str()); in to_string()
284 result.append(damageRegion.to_string("SurfaceDamageRegion").c_str()); in to_string()
290 StringAppendF(&result, "crop=%s, ", crop.to_string().c_str()); in to_string()
301 StringAppendF(&result, "tr=%s", transform.to_string().c_str()); in to_string()
306 StringAppendF(&result, " activeBuffer=%s,", activeBuffer.to_string().c_str()); in to_string()
307 StringAppendF(&result, " tr=%s", bufferTransform.to_string().c_str()); in to_string()
317 StringAppendF(&result, " cornerRadiusCrop=%s, ", cornerRadiusCrop.to_string().c_str()); in to_string()