Home
last modified time | relevance | path

Searched refs:nvgRoundedRect (Results 1 – 25 of 95) sorted by relevance

1234

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/example/
H A Ddemo.c75 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
84 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
92 nvgRoundedRect(vg, x+1,y+1, w-2,30, cornerRadius-1); in drawWindow()
125 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawSearchBox()
202 nvgRoundedRect(vg, x+1,y+1, w-2,h-2, 4-1); in drawEditBoxBase()
333 nvgRoundedRect(vg, x,cy-2, w,4, 2); in drawSlider()
547 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
554 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
594 nvgRoundedRect(vg, tx,ty, thumb,thumb, 5); in drawThumbnails()
601 nvgRoundedRect(vg, tx,ty, thumb,thumb, 6); in drawThumbnails()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/example/
H A Ddemo.c75 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
84 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
92 nvgRoundedRect(vg, x+1,y+1, w-2,30, cornerRadius-1); in drawWindow()
125 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawSearchBox()
202 nvgRoundedRect(vg, x+1,y+1, w-2,h-2, 4-1); in drawEditBoxBase()
333 nvgRoundedRect(vg, x,cy-2, w,4, 2); in drawSlider()
547 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
554 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
594 nvgRoundedRect(vg, tx,ty, thumb,thumb, 5); in drawThumbnails()
601 nvgRoundedRect(vg, tx,ty, thumb,thumb, 6); in drawThumbnails()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/example/
H A Ddemo.c75 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
84 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
92 nvgRoundedRect(vg, x+1,y+1, w-2,30, cornerRadius-1); in drawWindow()
125 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawSearchBox()
202 nvgRoundedRect(vg, x+1,y+1, w-2,h-2, 4-1); in drawEditBoxBase()
333 nvgRoundedRect(vg, x,cy-2, w,4, 2); in drawSlider()
547 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
554 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
594 nvgRoundedRect(vg, tx,ty, thumb,thumb, 5); in drawThumbnails()
601 nvgRoundedRect(vg, tx,ty, thumb,thumb, 6); in drawThumbnails()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dwindow.cpp73 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
86 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
100 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
106 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
H A Dimagepanel.cpp91 nvgRoundedRect(ctx, p.x(), p.y(), mThumbSize, mThumbSize, 5); in draw()
100 nvgRoundedRect(ctx, p.x(),p.y(), mThumbSize,mThumbSize, 6); in draw()
106 nvgRoundedRect(ctx, p.x()+0.5f,p.y()+0.5f, mThumbSize-1,mThumbSize-1, 4-0.5f); in draw()
H A Dprogressbar.cpp32 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), 3); in draw()
45 nvgRoundedRect( in draw()
H A Dpopup.cpp56 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
63 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
H A Dtabheader.cpp77 nvgRoundedRect(ctx, xPos + 1, yPos + 1, width - 1, height + 1, in drawAtPosition()
88 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 1.5f, width, in drawAtPosition()
94 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 0.5f, width, in drawAtPosition()
100 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 1.5f, width, in drawAtPosition()
143 nvgRoundedRect(ctx, xPos + offset, yPos + offset, width - offset, height - offset, in drawInactiveBorderAt()
H A Dbutton.cpp122 nvgRoundedRect(ctx, mPos.x() + 1, mPos.y() + 1.0f, mSize.x() - 2, in draw()
144 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + (mPushed ? 0.5f : 1.5f), mSize.x() - 1, in draw()
150 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + 0.5f, mSize.x() - 1, in draw()
H A Dvscrollpanel.cpp107 nvgRoundedRect(ctx, mPos.x() + mSize.x() - 12, mPos.y() + 4, 8, in draw()
118 nvgRoundedRect(ctx, mPos.x() + mSize.x() - 12 + 1, in draw()
H A Dslider.cpp63 nvgRoundedRect(ctx, mPos.x(), center.y() - 3 + 1, mSize.x(), 6, 2); in draw()
69nvgRoundedRect(ctx, mPos.x() + mHighlightedRange.first * mSize.x(), center.y() - 3 + 1, mSize.x() … in draw()
H A Dtabwidget.cpp156 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 1.5f, mSize.x() - 1, in draw()
162 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 0.5f, mSize.x() - 1, in draw()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dwindow.cpp73 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
89 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
104 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
110 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
H A Dimagepanel.cpp91 nvgRoundedRect(ctx, p.x(), p.y(), mThumbSize, mThumbSize, 5); in draw()
100 nvgRoundedRect(ctx, p.x(),p.y(), mThumbSize,mThumbSize, 6); in draw()
106 nvgRoundedRect(ctx, p.x()+0.5f,p.y()+0.5f, mThumbSize-1,mThumbSize-1, 4-0.5f); in draw()
H A Dprogressbar.cpp32 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), 3); in draw()
45 nvgRoundedRect( in draw()
H A Dglcanvas.cpp33 nvgRoundedRect(ctx, mPos.x() - 0.5f, mPos.y() - 0.5f, in drawWidgetBorder()
36 nvgRoundedRect(ctx, mPos.x() - 1.0f, mPos.y() - 1.0f, in drawWidgetBorder()
H A Dpopup.cpp61 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
68 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
H A Dtabheader.cpp76 nvgRoundedRect(ctx, xPos + 1, yPos + 1, width - 1, height + 1, in drawAtPosition()
87 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 1.5f, width, in drawAtPosition()
93 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 0.5f, width, in drawAtPosition()
99 nvgRoundedRect(ctx, xPos + 0.5f, yPos + 1.5f, width, in drawAtPosition()
142 nvgRoundedRect(ctx, xPos + offset, yPos + offset, width - offset, height - offset, in drawInactiveBorderAt()
H A Dbutton.cpp122 nvgRoundedRect(ctx, mPos.x() + 1, mPos.y() + 1.0f, mSize.x() - 2, in draw()
144 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + (mPushed ? 0.5f : 1.5f), mSize.x() - 1, in draw()
150 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + 0.5f, mSize.x() - 1, in draw()
H A Dvscrollpanel.cpp107 nvgRoundedRect(ctx, mPos.x() + mSize.x() - 12, mPos.y() + 4, 8, in draw()
118 nvgRoundedRect(ctx, mPos.x() + mSize.x() - 12 + 1, in draw()
H A Dslider.cpp80 nvgRoundedRect(ctx, startX, center.y() - 3 + 1, widthX, 6, 2); in draw()
86 nvgRoundedRect(ctx, startX + mHighlightedRange.first * mSize.x(), in draw()
H A Dtabwidget.cpp185 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 1.5f, mSize.x() - 1, in draw()
191 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + tabHeight + 0.5f, mSize.x() - 1, in draw()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp97 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
106 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
147 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawSearchBox()
224 nvgRoundedRect(vg, x+1,y+1, w-2,h-2, 4-1); in drawEditBoxBase()
354 nvgRoundedRect(vg, x,cy-2, w,4, 2); in drawSlider()
568 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
575 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
615 nvgRoundedRect(vg, tx,ty, thumb,thumb, 5); in drawThumbnails()
651 nvgRoundedRect(vg, x+w-12,y+4, 8,h-8, 3); in drawThumbnails()
1177 nvgRoundedRect(vg in drawParagraph()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/20-nanovg/
H A Dnanovg.cpp97 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
106 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawWindow()
147 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawSearchBox()
224 nvgRoundedRect(vg, x+1,y+1, w-2,h-2, 4-1); in drawEditBoxBase()
354 nvgRoundedRect(vg, x,cy-2, w,4, 2); in drawSlider()
568 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
575 nvgRoundedRect(vg, x,y, w,h, cornerRadius); in drawThumbnails()
615 nvgRoundedRect(vg, tx,ty, thumb,thumb, 5); in drawThumbnails()
651 nvgRoundedRect(vg, x+w-12,y+4, 8,h-8, 3); in drawThumbnails()
1177 nvgRoundedRect(vg in drawParagraph()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dwidgets.cpp46 nvgRoundedRect(ctx, mPos.x() + 1, mPos.y() + 1.0f, mSize.x() - 2, in draw()
71 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + (mPushed ? 0.5f : 1.5f), mSize.x() - 1, in draw()
77 nvgRoundedRect(ctx, mPos.x() + 0.5f, mPos.y() + 0.5f, mSize.x() - 1, in draw()

1234