Lines Matching refs:mask

54                           const Rect& mask,
62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image);
64 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale);
71 const Rect& mask,
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);
130 const Rect& mask,
135 DrawAxisLine(gfxDstBuffer, arcInfo, mask, style, opa);
137 int16_t yStart = mask.GetTop() - arcInfo.center.y;
138 int16_t yEnd = mask.GetBottom() - arcInfo.center.y;
176 DrawLineAnti(gfxDstBuffer, arcInfo, mask, style, opa);
179 DrawLineWithDegree(gfxDstBuffer, arcInfo, -lineEnd_, -lineStart_, y_, mask, style, opa, ARC_QUADRANT_ONE);
181 DrawLineWithDegree(gfxDstBuffer, arcInfo, -lineEnd_, -lineStart_, -y_, mask, style, opa, ARC_QUADRANT_TWO);
183 DrawLineWithDegree(gfxDstBuffer, arcInfo, lineStart_, lineEnd_, -y_, mask, style, opa, ARC_QUADRANT_THREE);
185 DrawLineWithDegree(gfxDstBuffer, arcInfo, lineStart_, lineEnd_, y_, mask, style, opa, ARC_QUADRANT_FOUR);
205 const Rect& mask,
214 DrawHorLine(gfxDstBuffer, arcInfo.center, arcInfo.imgPos, mask, 0, style, opa, arcInfo.imgSrc);
220 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
225 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
230 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
235 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
244 const Rect& mask,
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);
290 const Rect& mask,
317 arcInfo.imgPos, mask, drawEnd - drawStart, style, opaScale, arcInfo.imgSrc);
323 void DrawArc::DrawLineAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask,
354 DrawPointAnti(gfxDstBuffer, arcInfo, xAnti, mask, style, antiOpa);
364 DrawPointAnti(gfxDstBuffer, arcInfo, xAnti, mask, style, antiOpa);
368 void DrawArc::DrawPointAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t x, const Rect& mask,
377 DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcInfo.imgSrc);
382 DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcInfo.imgSrc);
387 DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcInfo.imgSrc);
392 DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcInfo.imgSrc);
413 void DrawArc::Draw(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask,
424 DrawCircleNoEndpoint(gfxDstBuffer, arcInfo, mask, style, opa, false);
426 DrawCircleNoEndpoint(gfxDstBuffer, arcInfo, mask, style, opa, true);
464 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
467 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
475 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
478 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);