Function DrawBuf.calcRectRoundedCornerRadius

static vec2[4] calcRectRoundedCornerRadius(
  vec4 corners,
  float w,
  float h,
  bool keepSquareXY
);