Lines Matching refs:DrawLabel
25 uint16_t DrawLabel::DrawTextOneLine(BufferInfo& gfxDstBuffer, const LabelLineInfo& labelLine, uint16_t& letterIndex)
120 uint8_t DrawLabel::GetLineMaxLetterSize(const char* text, uint16_t lineLength, uint16_t fontId, uint8_t fontSize,
146 void DrawLabel::DrawArcText(BufferInfo& gfxDstBuffer,
160 GRAPHIC_LOGE("DrawLabel::DrawArcText invalid parameter\n");
193 if (!DrawLabel::CalculateAngle(letterWidth, letterHeight, style.letterSpace_,
210 bool DrawLabel::CalculateAngle(uint16_t letterWidth,
259 void DrawLabel::DrawLetterWithRotate(BufferInfo& gfxDstBuffer,
296 bool inRange = DrawLabel::CalculatedTransformDataInfo(&buffer, letterTranDataInfo, letterInfo);
314 bool DrawLabel::CalculatedClipAngle(const ArcLetterInfo& letterInfo, float& angle)
357 void DrawLabel::OnCalculatedClockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx,
393 void DrawLabel::OnCalculatedAnticlockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx,
429 void DrawLabel::CalculatedBeginAndCopySize(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx,
440 bool DrawLabel::CalculatedTransformDataInfo(uint8_t** buffer, TransformDataInfo& letterTranDataInfo,
444 if (DrawLabel::CalculatedClipAngle(letterInfo, angle) == false) {
458 DrawLabel::CalculatedBeginAndCopySize(letterInfo, sizePerPx, cols, offsetX, begin, copyCols, range);
490 void DrawLabel::GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackgroundColor,
506 void DrawLabel::GetBackgroundColor(uint16_t letterIndex, List<BackgroundColor>* backgroundColor,
522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor)
536 void DrawLabel::DrawLineBackgroundColor(BufferInfo& gfxDstBuffer, uint16_t letterIndex, const LabelLineInfo& labelLine)