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

Function BitmapDDAScalerEx

src/newgdi/bitmap.c:1976–2165  ·  view source on GitHub ↗

* \fn BOOL GUIAPI BitmapDDAScalerEx (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, GAL_PixelFormat *format) * \brief A bitmap scaler using DDA algorithm. * * This function is a general bitmap scaler using DDA algorithm. * This function scales the

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

muldiv64Function · 0.85
_mem_set_pixelFunction · 0.85
_mem_get_pixelFunction · 0.85

Tested by

no test coverage detected