Lines Matching defs:UILabel
57 static_cast<UILabel*>(view_)->offsetX_ = offsetX_;
89 static_cast<UILabel*>(view)->offsetX_ = offsetX_;
116 UILabel::UILabel()
133 UILabel::~UILabel()
146 void UILabel::InitLabelText()
153 int16_t UILabel::GetWidth()
162 int16_t UILabel::GetHeight()
171 void UILabel::SetStyle(uint8_t key, int64_t value)
177 void UILabel::SetText(const char* text)
187 void UILabel::SetText(const SpannableString* text)
197 void UILabel::SetAbsoluteSizeSpan(uint16_t start, uint16_t end, uint8_t size)
208 void UILabel::SetRelativeSizeSpan(uint16_t start, uint16_t end, float size)
219 uint8_t UILabel::GetFontSize()
225 void UILabel::SetLineBreakMode(const uint8_t lineBreakMode)
252 void UILabel::SetAlign(UITextLanguageAlignment horizontalAlign, UITextLanguageAlignment verticalAlign)
261 void UILabel::SetFontId(uint16_t fontId)
270 void UILabel::SetFont(const char* name, uint8_t size)
279 uint16_t UILabel::GetTextWidth()
288 uint16_t UILabel::GetTextHeight()
297 void UILabel::SetWidth(int16_t width)
305 void UILabel::SetHeight(int16_t height)
313 void UILabel::RefreshLabel()
322 void UILabel::ReMeasure()
363 void UILabel::RemeasureForMarquee(int16_t textWidth)
394 void UILabel::SetRollStartPos(int16_t pos)
403 int16_t UILabel::GetRollStartPos() const
408 void UILabel::SetRollSpeed(uint16_t speed)
417 uint16_t UILabel::GetRollSpeed() const
422 void UILabel::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)