Home
last modified time | relevance | path

Searched refs:nvgText (Results 1 – 25 of 88) sorted by relevance

1234

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/example/
H A Dperf.c157 nvgText(vg, x+3,y+1, fps->name, NULL); in renderGraph()
165 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
171 nvgText(vg, x+w-3,y+h-1, str, NULL); in renderGraph()
178 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
184 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
H A Ddemo.c107 nvgText(vg, x+w/2,y+16+1, title, NULL); in drawWindow()
111 nvgText(vg, x+w/2,y+16, title, NULL); in drawWindow()
145 nvgText(vg, x+h*1.05f,y+h*0.5f,text, NULL); in drawSearchBox()
175 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawDropDown()
193 nvgText(vg, x,y+h*0.5f,text, NULL); in drawLabel()
221 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawEditBox()
237 nvgText(vg, x+w-h*0.3f,y+h*0.5f,units, NULL); in drawEditBoxNum()
243 nvgText(vg, x+w-uw-h*0.5f,y+h*0.5f,text, NULL); in drawEditBoxNum()
257 nvgText(vg, x+28,y+h*0.5f,text, NULL); in drawCheckBox()
898 nvgText(vg, x, y, row->start, row->end); in drawParagraph()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/example/
H A Dperf.c157 nvgText(vg, x+3,y+1, fps->name, NULL); in renderGraph()
165 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
171 nvgText(vg, x+w-3,y+h-1, str, NULL); in renderGraph()
178 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
184 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
H A Ddemo.c107 nvgText(vg, x+w/2,y+16+1, title, NULL); in drawWindow()
111 nvgText(vg, x+w/2,y+16, title, NULL); in drawWindow()
145 nvgText(vg, x+h*1.05f,y+h*0.5f,text, NULL); in drawSearchBox()
175 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawDropDown()
193 nvgText(vg, x,y+h*0.5f,text, NULL); in drawLabel()
221 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawEditBox()
237 nvgText(vg, x+w-h*0.3f,y+h*0.5f,units, NULL); in drawEditBoxNum()
243 nvgText(vg, x+w-uw-h*0.5f,y+h*0.5f,text, NULL); in drawEditBoxNum()
257 nvgText(vg, x+28,y+h*0.5f,text, NULL); in drawCheckBox()
898 nvgText(vg, x, y, row->start, row->end); in drawParagraph()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/example/
H A Dperf.c157 nvgText(vg, x+3,y+1, fps->name, NULL); in renderGraph()
165 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
171 nvgText(vg, x+w-3,y+h-1, str, NULL); in renderGraph()
178 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
184 nvgText(vg, x+w-3,y+1, str, NULL); in renderGraph()
H A Ddemo.c107 nvgText(vg, x+w/2,y+16+1, title, NULL); in drawWindow()
111 nvgText(vg, x+w/2,y+16, title, NULL); in drawWindow()
145 nvgText(vg, x+h*1.05f,y+h*0.5f,text, NULL); in drawSearchBox()
175 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawDropDown()
193 nvgText(vg, x,y+h*0.5f,text, NULL); in drawLabel()
221 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawEditBox()
237 nvgText(vg, x+w-h*0.3f,y+h*0.5f,units, NULL); in drawEditBoxNum()
243 nvgText(vg, x+w-uw-h*0.5f,y+h*0.5f,text, NULL); in drawEditBoxNum()
257 nvgText(vg, x+28,y+h*0.5f,text, NULL); in drawCheckBox()
898 nvgText(vg, x, y, row->start, row->end); in drawParagraph()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dgraph.cpp62 nvgText(ctx, mPos.x() + 3, mPos.y() + 1, mCaption.c_str(), NULL); in draw()
69 nvgText(ctx, mPos.x() + mSize.x() - 3, mPos.y() + 1, mHeader.c_str(), NULL); in draw()
76 nvgText(ctx, mPos.x() + mSize.x() - 3, mPos.y() + mSize.y() - 1, mFooter.c_str(), NULL); in draw()
H A Dcheckbox.cpp66 nvgText(ctx, mPos.x() + 1.2f * mSize.y() + 5, mPos.y() + mSize.y() * 0.5f, in draw()
86 nvgText(ctx, mPos.x() + mSize.y() * 0.5f + 1, in draw()
H A Dbutton.cpp202 nvgText(ctx, iconPos.x(), iconPos.y()+1, icon.data(), nullptr); in draw()
216 nvgText(ctx, textPos.x(), textPos.y(), mCaption.c_str(), nullptr); in draw()
218 nvgText(ctx, textPos.x(), textPos.y() + 1, mCaption.c_str(), nullptr); in draw()
H A Dtextbox.cpp143 nvgText(ctx, mPos.x() + mSize.x() - xSpacing, drawPos.y(), in draw()
164 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
173 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
212 nvgText(ctx, drawPos.x(), drawPos.y(), mValue.c_str(), nullptr); in draw()
241 nvgText(ctx, drawPos.x(), drawPos.y(), mValueTemp.c_str(), nullptr); in draw()
H A Dtabheader.cpp114 nvgText(ctx, textX, textY, mVisibleText.first, mVisibleText.last); in drawAtPosition()
116 nvgText(ctx, textX + mVisibleWidth, textY, dots, nullptr); in drawAtPosition()
426 nvgText(ctx, leftIconPos.x(), leftIconPos.y() + 1, iconLeft.data(), nullptr); in drawControls()
449 nvgText(ctx, rightIconPos.x(), rightIconPos.y() + 1, iconRight.data(), nullptr); in drawControls()
H A Dwindow.cpp127 nvgText(ctx, mPos.x() + mSize.x() / 2, in draw()
133 nvgText(ctx, mPos.x() + mSize.x() / 2, mPos.y() + hh / 2 - 1, in draw()
H A Dpopupbutton.cpp57 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
H A Dlabel.cpp67 nvgText(ctx, mPos.x(), mPos.y() + mSize.y() * 0.5f, mCaption.c_str(), nullptr); in draw()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dgraph.cpp62 nvgText(ctx, mPos.x() + 3, mPos.y() + 1, mCaption.c_str(), NULL); in draw()
69 nvgText(ctx, mPos.x() + mSize.x() - 3, mPos.y() + 1, mHeader.c_str(), NULL); in draw()
76 nvgText(ctx, mPos.x() + mSize.x() - 3, mPos.y() + mSize.y() - 1, mFooter.c_str(), NULL); in draw()
H A Dcheckbox.cpp68 nvgText(ctx, mPos.x() + 1.6f * fontSize(), mPos.y() + mSize.y() * 0.5f, in draw()
88 nvgText(ctx, mPos.x() + mSize.y() * 0.5f + 1, in draw()
H A Dbutton.cpp202 nvgText(ctx, iconPos.x(), iconPos.y()+1, icon.data(), nullptr); in draw()
216 nvgText(ctx, textPos.x(), textPos.y(), mCaption.c_str(), nullptr); in draw()
218 nvgText(ctx, textPos.x(), textPos.y() + 1, mCaption.c_str(), nullptr); in draw()
H A Dtextbox.cpp143 nvgText(ctx, mPos.x() + mSize.x() - xSpacing, drawPos.y(), in draw()
165 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
175 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
215 nvgText(ctx, drawPos.x(), drawPos.y(), in draw()
245 nvgText(ctx, drawPos.x(), drawPos.y(), mValueTemp.c_str(), nullptr); in draw()
H A Dtabheader.cpp113 nvgText(ctx, textX, textY, mVisibleText.first, mVisibleText.last); in drawAtPosition()
115 nvgText(ctx, textX + mVisibleWidth, textY, dots, nullptr); in drawAtPosition()
425 nvgText(ctx, leftIconPos.x(), leftIconPos.y() + 1, iconLeft.data(), nullptr); in drawControls()
449 nvgText(ctx, rightIconPos.x(), rightIconPos.y() + 1, iconRight.data(), nullptr); in drawControls()
H A Dwindow.cpp130 nvgText(ctx, mPos.x() + mSize.x() / 2, in draw()
136 nvgText(ctx, mPos.x() + mSize.x() / 2, mPos.y() + hh / 2 - 1, in draw()
H A Dlabel.cpp65 nvgText(ctx, mPos.x(), mPos.y() + mSize.y() * 0.5f, mCaption.c_str(), nullptr); in draw()
H A Dpopupbutton.cpp67 nvgText(ctx, iconPos.x(), iconPos.y(), icon.data(), nullptr); in draw()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dwidgets.cpp128 nvgText(ctx, iconPos.x(), iconPos.y()+1, icon.data(), nullptr); in draw()
142 nvgText(ctx, textPos.x(), textPos.y(), mCaption.c_str(), nullptr); in draw()
144 nvgText(ctx, textPos.x(), textPos.y() + 1, mCaption.c_str(), nullptr); in draw()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp129 nvgText(vg, x+w/2,y+16+1, title, NULL); in drawWindow()
133 nvgText(vg, x+w/2,y+16, title, NULL); in drawWindow()
167 nvgText(vg, x+h*1.05f,y+h*0.5f,text, NULL); in drawSearchBox()
197 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawDropDown()
215 nvgText(vg, x,y+h*0.5f,text, NULL); in drawLabel()
242 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawEditBox()
258 nvgText(vg, x+w-h*0.3f,y+h*0.5f,units, NULL); in drawEditBoxNum()
264 nvgText(vg, x+w-uw-h*0.5f,y+h*0.5f,text, NULL); in drawEditBoxNum()
278 nvgText(vg, x+28,y+h*0.5f,text, NULL); in drawCheckBox()
1136 nvgText(vg, x, y, row->start, row->end); in drawParagraph()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp129 nvgText(vg, x+w/2,y+16+1, title, NULL); in drawWindow()
133 nvgText(vg, x+w/2,y+16, title, NULL); in drawWindow()
167 nvgText(vg, x+h*1.05f,y+h*0.5f,text, NULL); in drawSearchBox()
197 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawDropDown()
215 nvgText(vg, x,y+h*0.5f,text, NULL); in drawLabel()
242 nvgText(vg, x+h*0.3f,y+h*0.5f,text, NULL); in drawEditBox()
258 nvgText(vg, x+w-h*0.3f,y+h*0.5f,units, NULL); in drawEditBoxNum()
264 nvgText(vg, x+w-uw-h*0.5f,y+h*0.5f,text, NULL); in drawEditBoxNum()
278 nvgText(vg, x+28,y+h*0.5f,text, NULL); in drawCheckBox()
1136 nvgText(vg, x, y, row->start, row->end); in drawParagraph()
[all …]

1234