sp2px

fun Context.sp2px(value: Int): Int
fun View.sp2px(value: Int): Int
fun Context.sp2px(value: Float): Int
fun View.sp2px(value: Float): Int

Converts sp to px. Return the result as Int