Home
last modified time | relevance | path

Searched refs:UpScale (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp118 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()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_clip.h55 static int32_t UpScale(float vUpscale) in UpScale() function