Lines Matching defs:arcInfo

113     ArcInfo arcInfo;
114 arcInfo.center = {col2X, row2Y};
115 arcInfo.radius = radius;
116 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
117 arcInfo.endAngle = CIRCLE_IN_DEGREE;
118 arcInfo.imgPos = {0, 0};
119 arcInfo.imgSrc = nullptr;
121 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
124 arcInfo.center = {col3X, row2Y};
125 arcInfo.startAngle = 0;
126 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
127 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
156 ArcInfo arcInfo;
157 arcInfo.center = {col2X, row2Y};
158 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
159 arcInfo.endAngle = QUARTER_IN_DEGREE;
160 arcInfo.radius = radius;
161 arcInfo.imgPos = {0, 0};
162 arcInfo.imgSrc = nullptr;
164 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
167 arcInfo.center = {col2X, row3Y};
168 arcInfo.startAngle = QUARTER_IN_DEGREE;
169 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
170 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
190 ArcInfo arcInfo;
191 arcInfo.center = {col1X, row1Y};
192 arcInfo.startAngle = 0;
193 arcInfo.endAngle = CIRCLE_IN_DEGREE;
194 arcInfo.radius = radius;
195 arcInfo.imgPos = {0, 0};
196 arcInfo.imgSrc = nullptr;
197 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
233 ArcInfo arcInfo;
234 arcInfo.center = {col2X, row2Y};
235 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
236 arcInfo.endAngle = CIRCLE_IN_DEGREE;
237 arcInfo.radius = radius;
238 arcInfo.imgPos = {0, 0};
239 arcInfo.imgSrc = nullptr;
241 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
244 arcInfo.center = {col3X, row2Y};
245 arcInfo.startAngle = 0;
246 arcInfo.endAngle = QUARTER_IN_DEGREE;
247 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
250 arcInfo.center = {col2X, row3Y};
251 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
252 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
253 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
256 arcInfo.center = {col3X, row3Y};
257 arcInfo.startAngle = QUARTER_IN_DEGREE;
258 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
259 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
317 ArcInfo arcInfo;
318 arcInfo.center = {col2X, row2Y};
319 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
320 arcInfo.endAngle = CIRCLE_IN_DEGREE;
321 arcInfo.radius = style.borderRadius_;
322 arcInfo.imgPos = {0, 0};
323 arcInfo.imgSrc = nullptr;
325 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
328 arcInfo.center = {col3X, row2Y};
329 arcInfo.startAngle = 0;
330 arcInfo.endAngle = QUARTER_IN_DEGREE;
331 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
334 arcInfo.center = {col2X, row3Y};
335 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
336 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
337 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
340 arcInfo.center = {col3X, row3Y};
341 arcInfo.startAngle = QUARTER_IN_DEGREE;
342 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
343 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
396 ArcInfo arcInfo;
397 arcInfo.center = {radiusCol2X, radiusRow2Y};
398 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
399 arcInfo.endAngle = CIRCLE_IN_DEGREE;
400 arcInfo.radius = style.borderRadius_;
401 arcInfo.imgPos = {0, 0};
402 arcInfo.imgSrc = nullptr;
404 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
407 arcInfo.center = {radiusCol3X, radiusRow2Y};
408 arcInfo.startAngle = 0;
409 arcInfo.endAngle = QUARTER_IN_DEGREE;
410 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
413 arcInfo.center = {radiusCol2X, radiusRow3Y};
414 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
415 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
416 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
419 arcInfo.center = {radiusCol3X, radiusRow3Y};
420 arcInfo.startAngle = QUARTER_IN_DEGREE;
421 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
422 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
486 ArcInfo arcInfo;
487 arcInfo.center = {col2X, row3Y};
488 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
489 arcInfo.endAngle = CIRCLE_IN_DEGREE;
490 arcInfo.radius = radius;
491 arcInfo.imgPos = {0, 0};
492 arcInfo.imgSrc = nullptr;
495 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
497 arcInfo.center = {col3X, row3Y};
498 arcInfo.startAngle = 0;
499 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
500 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
508 arcInfo.center = {col2X, row3Y};
509 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
510 arcInfo.endAngle = CIRCLE_IN_DEGREE;
511 arcInfo.radius = radius;
512 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
514 arcInfo.center = {col3X, row3Y};
515 arcInfo.startAngle = 0;
516 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
517 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
555 ArcInfo arcInfo;
556 arcInfo.center = {col3X, row2Y};
557 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
558 arcInfo.endAngle = QUARTER_IN_DEGREE;
559 arcInfo.radius = radius;
560 arcInfo.imgPos = {0, 0};
561 arcInfo.imgSrc = nullptr;
563 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
565 arcInfo.center = {col3X, row3Y};
566 arcInfo.startAngle = QUARTER_IN_DEGREE;
567 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
568 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
576 arcInfo.center = {col3X, row2Y};
577 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
578 arcInfo.endAngle = QUARTER_IN_DEGREE;
579 arcInfo.radius = radius;
580 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
582 arcInfo.center = {col3X, row3Y};
583 arcInfo.startAngle = QUARTER_IN_DEGREE;
584 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
585 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
616 ArcInfo arcInfo;
617 arcInfo.center = {col2X, row2Y};
618 arcInfo.startAngle = 0;
619 arcInfo.endAngle = CIRCLE_IN_DEGREE;
620 arcInfo.radius = radius;
621 arcInfo.imgPos = {0, 0};
622 arcInfo.imgSrc = nullptr;
624 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
632 arcInfo.center = {col2X, row2Y};
633 arcInfo.startAngle = 0;
634 arcInfo.endAngle = CIRCLE_IN_DEGREE;
635 arcInfo.radius = radius;
636 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
664 ArcInfo arcInfo;
665 arcInfo.center = {col3X, row3Y};
666 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
667 arcInfo.endAngle = CIRCLE_IN_DEGREE;
668 arcInfo.radius = radius;
669 arcInfo.imgPos = {0, 0};
670 arcInfo.imgSrc = nullptr;
672 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
674 arcInfo.center = {col4X, row3Y};
675 arcInfo.startAngle = 0;
676 arcInfo.endAngle = QUARTER_IN_DEGREE;
677 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
679 arcInfo.center = {col3X, row4Y};
680 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
681 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
682 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
684 arcInfo.center = {col4X, row4Y};
685 arcInfo.startAngle = QUARTER_IN_DEGREE;
686 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
687 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
695 arcInfo.center = {col3X, row3Y};
696 arcInfo.startAngle = THREE_QUARTER_IN_DEGREE;
697 arcInfo.endAngle = CIRCLE_IN_DEGREE;
698 arcInfo.radius = radius;
699 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
701 arcInfo.center = {col4X, row3Y};
702 arcInfo.startAngle = 0;
703 arcInfo.endAngle = QUARTER_IN_DEGREE;
704 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
706 arcInfo.center = {col3X, row4Y};
707 arcInfo.startAngle = SEMICIRCLE_IN_DEGREE;
708 arcInfo.endAngle = THREE_QUARTER_IN_DEGREE;
709 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);
711 arcInfo.center = {col4X, row4Y};
712 arcInfo.startAngle = QUARTER_IN_DEGREE;
713 arcInfo.endAngle = SEMICIRCLE_IN_DEGREE;
714 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfo, dirtyRect, arcStyle, opaScale, CapType::CAP_NONE);