Searched refs:TextToDraw (Results 1 – 4 of 4) sorted by relevance
82 struct TextToDraw { struct97 std::vector<TextToDraw> texts_to_draw_; argument
81 texts_to_draw_.push_back(TextToDraw{ in AddText()93 for (const TextToDraw& text_to_draw : texts_to_draw_) { in DrawAll()