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

Function get_linear_pt

src/newgdi/bitmap.c:1796–1912  ·  view source on GitHub ↗

* f(i+u, j+v) = (1-u) * (1-v) * f(i, j) + (1-u) * v * f(i, j+1) + * u * (1-v) * f(i+1,j) + u * v * f(i+1, j+1) * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

BitmapBilinerScalerFunction · 0.85

Calls 10

_mem_get_pixelFunction · 0.85
_mem_set_pixelFunction · 0.85
dc_HDC2PDCFunction · 0.85
GAL_GetRGBAFunction · 0.85
get_alpha_with_alphamaskFunction · 0.85
GAL_GetRGBFunction · 0.85
GAL_MapRGBFunction · 0.85
GAL_MapRGBAFunction · 0.85
MulTo64Function · 0.70
Div64by32Function · 0.70

Tested by

no test coverage detected