Lines Matching refs:opaScale
33 uint8_t opaScale, in DrawImg() argument
47 image->DrawImage(gfxDstBuffer, cordsTmp, area, style, opaScale); in DrawImg()
57 uint8_t opaScale, in DrawVerLine() argument
62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawVerLine()
64 … DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawVerLine()
74 uint8_t opaScale, in DrawHorLine() argument
79 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawHorLine()
82 …wUtils::GetInstance()->DrawPixel(gfxDstBuffer, begin.x, begin.y, mask, style.lineColor_, opaScale); in DrawHorLine()
85 … DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawHorLine()
246 uint8_t opaScale, in DrawLineWithDegree() argument
252 arcInfo.imgPos, mask, end - start, style, opaScale, arcInfo.imgSrc); in DrawLineWithDegree()
271 arcInfo.imgPos, mask, end - start, style, opaScale, arcInfo.imgSrc); in DrawLineWithDegree()
274 … DrawLineWithDegreeInner(gfxDstBuffer, arcInfo, start, end, y, mask, style, opaScale, quadrant); in DrawLineWithDegree()
277 …d = DrawLineWithDegreeInner(gfxDstBuffer, arcInfo, start, end, y, mask, style, opaScale, quadrant); in DrawLineWithDegree()
278 …awLineWithDegreeInner(gfxDstBuffer, arcInfo, drawEnd + 1, end, y, mask, style, opaScale, quadrant); in DrawLineWithDegree()
292 uint8_t opaScale, in DrawLineWithDegreeInner() argument
317 arcInfo.imgPos, mask, drawEnd - drawStart, style, opaScale, arcInfo.imgSrc); in DrawLineWithDegreeInner()
414 const Style& style, uint8_t opaScale, uint8_t cap) in Draw() argument
416 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.lineOpa_); in Draw()