Lines Matching refs:fontId_

30       fontId_(0),
129 ((fontId_ != fontId) || (fontSize_ != size))) {
130 fontId_ = fontId;
180 if ((fontId_ == fontId) && (fontSize_ != 0) && !font->IsVectorFont()) {
191 if ((fontId != fontBuilder->GetTotalFontId()) && ((fontId_ != fontId) ||
193 fontId_ = fontId;
198 fontId_ = fontId;
211 textSize_ = TypedText::GetTextSize(text_, fontId_, fontSize_, style.letterSpace_, style.lineHeight_, maxWidth,
215 if (UIFont::GetInstance()->GetFontHeader(head, fontId_, fontSize_) != 0) {
279 uint16_t fontHeight = font->GetHeight(fontId_, fontSize_);
281 font->GetLineMaxHeight(text_, textLine_[0].lineBytes, fontId_, fontSize_, 0, spannableString_);
297 &text_[lineBegin], textLine_[i].lineBytes, fontId_, fontSize_,
318 lineBegin, fontId_, fontSize_, 0, static_cast<UITextLanguageDirect>(direct_),
433 UIFont::GetInstance()->GetWidth(TEXT_ELLIPSIS_UNICODE, fontId_, fontSize_, 0) + letterSpace;
476 uint16_t nextLineBytes = UIFontAdaptor::GetNextLineAndWidth(&text_[begin], fontId_, fontSize_, letterSpace,
493 int16_t letterWidth = fontEngine->GetWidth(TEXT_ELLIPSIS_UNICODE, fontId_, fontSize_, 0) + style.letterSpace_;
499 height = fontEngine->GetHeight(fontId_, fontSize_) + style.lineSpace_;
520 UIFontAdaptor::GetNextLineAndWidth(text_, fontId_, fontSize_, style.letterSpace_,
535 int16_t textWidth = TypedText::GetTextWidth(text_, fontId_, fontSize_, GetTextStrLen(),
549 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId_, fontSize_);
565 nextLineStart += UIFontAdaptor::GetNextLineAndWidth(&text_[lineStart], fontId_, fontSize_, style.letterSpace_,
583 UIFontAdaptor::GetNextLineAndWidth(&text_[lineStart], fontId_, fontSize_, style.letterSpace_, width, lineHeight,
591 if (fontId_ == FONT_ID_MAX) {
595 if (fontId_ == UIFontBuilder::GetInstance()->GetBitmapFontIdMax()) {
601 if (fontId == fontId_) {
624 UITextLanguageFontParam* fontParam = UIFontBuilder::GetInstance()->GetTextLangFontsTable(fontId_);
637 return fontId_;
640 UITextLanguageFontParam* fontParam = fontBuilder->GetTextLangFontsTable(fontId_);
642 return fontId_;
655 return fontId_;