Lines Matching refs:Text
22 Text, enumerator
31 {WidgetType::Count, WidgetInternalType::Text},
32 {WidgetType::Text, WidgetInternalType::Text},
33 {WidgetType::PerSecond, WidgetInternalType::Text},
47 {WidgetInternalType::Text, kMaxRenderableTextWidgets},
52 {WidgetInternalType::Text, 0},
222 static std::ostream &OutputText(std::ostream &out, const overlay::Text *text);
252 ++(*widgetCounts)[WidgetInternalType::Text]; in AppendTextCommon()
294 const overlay::Text *lastValidationMessage = static_cast<const overlay::Text *>(widget); in AppendVulkanLastValidationMessage()
333 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanCommandGraphSize()
334 kWidgetInternalTypeMaxWidgets[WidgetInternalType::Text]) in AppendVulkanCommandGraphSize()
360 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanRenderPassCount()
361 kWidgetInternalTypeMaxWidgets[WidgetInternalType::Text]) in AppendVulkanRenderPassCount()
388 if ((*widgetCounts)[WidgetInternalType::Text] < in AppendVulkanSecondaryCommandBufferPoolWaste()
389 kWidgetInternalTypeMaxWidgets[WidgetInternalType::Text]) in AppendVulkanSecondaryCommandBufferPoolWaste()
407 std::ostream &AppendWidgetDataHelper::OutputText(std::ostream &out, const overlay::Text *text) in OutputText()
485 WidgetInternalType textType = WidgetInternalType::Text; in fillEnabledWidgetCoordinates()
532 &textWidgets->widgets[widgetCounts[WidgetInternalType::Text]], in fillWidgetData()