Searched refs:bubbleStyle_ (Results 1 – 2 of 2) sorted by relevance
78 bubbleStyle_.SetTextAlign(TextAlign::CENTER); in InitIndexerItemStyle()79 bubbleStyle_.SetFontSize(Dimension(BUBBLE_FONT_SIZE, DimensionUnit::VP)); in InitIndexerItemStyle()80 bubbleStyle_.SetTextColor(Color(BUBBLE_FONT_COLOR)); in InitIndexerItemStyle()104 bubbleText_->SetTextStyle(bubbleStyle_); in BuildBubbleBox()
167 return bubbleStyle_; in GetBubbleTextStyle()172 bubbleStyle_ = textStyle; in SetBubbleTextStyle()173 bubbleText_->SetTextStyle(bubbleStyle_); in SetBubbleTextStyle()304 TextStyle bubbleStyle_; variable