Searched refs:UpScale (Results 1 – 2 of 2) sorted by relevance
118 clipper_.ClipBox(RasterDepictInt::UpScale(x1), RasterDepictInt::UpScale(y1), in ClipBox()119 RasterDepictInt::UpScale(x2), RasterDepictInt::UpScale(y2)); in ClipBox()163 clipper_.MoveTo(startX_ = RasterDepictInt::UpScale(x), in MoveToByfloat()164 startY_ = RasterDepictInt::UpScale(y)); in MoveToByfloat()170 clipper_.LineTo(outline_, RasterDepictInt::UpScale(x), RasterDepictInt::UpScale(y)); in LineToByfloat()
55 static int32_t UpScale(float vUpscale) in UpScale() function