Searched refs:midPosX (Results 1 – 2 of 2) sorted by relevance
193 float midPosX = offset.GetX() + caretWidth / 2; in PaintCaret() local197 …canvas.DrawLine(RSPoint(midPosX, startPosY + roundCapRadius), RSPoint(midPosX, endPosY - roundCapR… in PaintCaret()
270 float midPosX = caretRect.GetX() + cursorWidth / 2; in PaintCursor() local274 canvas.DrawLine(RSPoint(midPosX, startPosY + roundCapRadius), in PaintCursor()275 RSPoint(midPosX, endPosY - roundCapRadius)); in PaintCursor()