Searched refs:rectXCenter (Results 1 – 3 of 3) sorted by relevance
104 const rectXCenter = rectXStart + rectWidth / 2; constant106 ctx.fillText(displayText, rectXCenter, rectYStart + SLICE_HEIGHT / 2);
90 const rectXCenter = rectStart + rectWidth / 2; constant93 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
175 const rectXCenter = rectStart + rectWidth / 2; constant178 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 - 3);181 ctx.fillText(subTitle, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 11);