MCPcopy Create free account
hub / github.com/christophhart/HISE / drawHorizontalLine

Method drawHorizontalLine

hi_scripting/scripting/api/ScriptingGraphics.cpp:1936–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1934}
1935
1936void ScriptingObjects::GraphicsObject::drawHorizontalLine(int y, float x1, float x2)
1937{
1938 drawActionHandler.addDrawAction(new ScriptedDrawActions::drawHorizontalLine(y, SANITIZED(x1), SANITIZED(x2)));
1939}
1940
1941void ScriptingObjects::GraphicsObject::drawVerticalLine(int x, float y1, float y2)
1942{

Callers 15

paintMethod · 0.45
paintMethod · 0.45
drawShadowBoxMethod · 0.45
drawFake3DMethod · 0.45
drawToggleButtonMethod · 0.45
paintListBoxItemMethod · 0.45
drawSectionMethod · 0.45
paintMethod · 0.45
paintCellMethod · 0.45
drawMethod · 0.45

Calls 1

addDrawActionMethod · 0.80

Tested by

no test coverage detected