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