Searched refs:textId (Results 1 – 3 of 3) sorted by relevance
54 uint64_t textId = label->textId(); in translate() local56 localization::lookup(static_cast<localization::TranslationId>(textId)); in translate()
72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl() argument75 textColor_(textColor), font_(font), textId_(textId) {} in LabelImpl()83 uint64_t textId() const { return textId_; } in textId() function
1024 #define TEXT_ID(textId) static_cast<uint32_t>(textId)