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

Function fill_iso_triangle

src/gui/lf_tiny.c:348–419  ·  view source on GitHub ↗

* fill_iso_triangle: * this function fill a isosceles triangle ,used by function draw_arrow. * \param hdc : HDC * \param color : the brush color. * \param ap : the apex point of the isosceles triangle. * \param bp1, bp2 : the basic points of the triangle. * \return : 0 for succeed , -1 for failure. * * Author : wangjian * Date : 2007-11-23 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

draw_arrowFunction · 0.70

Calls 4

SetPixelFunction · 0.85
RGBA2PixelFunction · 0.85
MoveToFunction · 0.85
LineToFunction · 0.85

Tested by

no test coverage detected