MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / BitmapDDAScaler2

Function BitmapDDAScaler2

src/newgdi/bitmap.c:2189–2378  ·  view source on GitHub ↗

* \fn BOOL BitmapDDAScaler2 (void* context, \ const BITMAP* src_bmp, int dst_w, int dst_h, \ CB_GET_LINE_BUFF cb_get_line_buff, \ CB_LINE_SCALED cb_line_scaled) * \brief A bitmap scaler using DDA algorithm. * * This function is a general bitmap scaler using DDA algorithm. * This function scales the bitmap from bottom to top. * * MiniGUI implem

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

StretchBltLegacyFunction · 0.85

Calls 3

muldiv64Function · 0.85
_mem_set_pixelFunction · 0.85
_mem_get_pixelFunction · 0.85

Tested by

no test coverage detected