Searched refs:roundCapRadius (Results 1 – 2 of 2) sorted by relevance
196 float roundCapRadius = caretWidth / 2; in PaintCaret() local197 …canvas.DrawLine(RSPoint(midPosX, startPosY + roundCapRadius), RSPoint(midPosX, endPosY - roundCapR… in PaintCaret()
273 float roundCapRadius = static_cast<float>(cursorWidth_->Get()) / 2; in PaintCursor() local274 canvas.DrawLine(RSPoint(midPosX, startPosY + roundCapRadius), in PaintCursor()275 RSPoint(midPosX, endPosY - roundCapRadius)); in PaintCursor()