Home
last modified time | relevance | path

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

/dports/devel/stb/stb-f54acd4/
H A Dstb_easy_font.h251 int nonempty_line=0; in stb_easy_font_height() local
255 nonempty_line = 0; in stb_easy_font_height()
257 nonempty_line = 1; in stb_easy_font_height()
261 return (int) ceil(y + (nonempty_line ? 12 : 0)); in stb_easy_font_height()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_easy_font.h249 int nonempty_line=0; in stb_easy_font_height() local
253 nonempty_line = 0; in stb_easy_font_height()
255 nonempty_line = 1; in stb_easy_font_height()
259 return (int) ceil(y + (nonempty_line ? 12 : 0)); in stb_easy_font_height()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_easy_font.h249 int nonempty_line=0; in stb_easy_font_height() local
253 nonempty_line = 0; in stb_easy_font_height()
255 nonempty_line = 1; in stb_easy_font_height()
259 return (int) ceil(y + (nonempty_line ? 12 : 0)); in stb_easy_font_height()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_easy_font.h249 int nonempty_line=0; in stb_easy_font_height() local
253 nonempty_line = 0; in stb_easy_font_height()
255 nonempty_line = 1; in stb_easy_font_height()
259 return (int) ceil(y + (nonempty_line ? 12 : 0)); in stb_easy_font_height()
/dports/devel/gperf/gperf-3.1/src/
H A Dinput.cc333 bool nonempty_line = false; in read_input() local
343 nonempty_line = true; in read_input()
346 if (nonempty_line) in read_input()
435 bool nonempty_line = false; in read_input() local
445 nonempty_line = true; in read_input()
447 if (nonempty_line) in read_input()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_Scene.cxx247 goto nonempty_line; in ReadLine()
257 nonempty_line: in ReadLine()