getScreenPixel function

double getScreenPixel(
  1. double pixel
)

Implementation

double getScreenPixel(double pixel) {
  return pixel.sp;
}