Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dpoint_handles.cpp111 …bool have_curve = part.isClosed() && part.size() > 3 && path->getCoordinate(part.last_index - 3).i… in draw() local
131 if (draw_curve_handles && have_curve) in draw()
137 have_curve = false; in draw()
156 have_curve = true; in draw()
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dprotect.c644 int have_curve = 0; in agent_protect() local
708 have_curve = 1; in agent_protect()
714 && i == 1 && have_curve) in agent_protect()