Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dprimitives.cpp273 static void hline_for_image(int x1, int y, int x2, Data* data) in hline_for_image() function
293 algo_ellipsefill(x1, y1, x2, y2, &data, (AlgoHLine)hline_for_image); in fill_ellipse()