Home
last modified time | relevance | path

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

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dwidgets.cpp20 using nanogui::nvgIsFontIcon;
97 if (nvgIsFontIcon(mIcon)) { in draw()
127 if (nvgIsFontIcon(mIcon)) { in draw()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dbutton.cpp33 if (nvgIsFontIcon(mIcon)) { in preferredSize()
171 if (nvgIsFontIcon(mIcon)) { in draw()
201 if (nvgIsFontIcon(mIcon)) { in draw()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dbutton.cpp33 if (nvgIsFontIcon(mIcon)) { in preferredSize()
171 if (nvgIsFontIcon(mIcon)) { in draw()
201 if (nvgIsFontIcon(mIcon)) { in draw()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dopengl.h48 inline bool nvgIsFontIcon(int value) { return value >= 1024; } in nvgIsFontIcon() function
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dopengl.h85 inline bool nvgIsFontIcon(int value) { return value >= 1024; } in nvgIsFontIcon() function