Searched refs:true_inline_max_height (Results 1 – 1 of 1) sorted by relevance
461 string true_inline_max_height = "true_inline_max_height="; in GetTypeInfo() local503 } else if (line.find(true_inline_max_height) != string::npos) { in GetTypeInfo()504 info->max_rotation_linewidth = std::stoi(line.erase(0, true_inline_max_height.length())); in GetTypeInfo()