* \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 not stored for this graph (policy: none)
no test coverage detected