Home
last modified time | relevance | path

Searched refs:partially_rounded_rect (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/awesome/awesome-4.3/tests/examples/gears/shape/
H A Dpartially_rounded_rect.lua4 shape.partially_rounded_rect(cr, 70, 70)
7 shape.partially_rounded_rect(cr, 70, 70, true)
10 shape.partially_rounded_rect(cr, 70, 70, true, true, false, true, 30)
/dports/x11-wm/awesome/awesome-4.3/tests/examples/wibox/widget/calendar/
H A Dfn_embed_cell.lua21 gears.shape.partially_rounded_rect(cr, width, height,
/dports/x11-wm/awesome/awesome-4.3/lib/gears/
H A Dshape.lua103 function module.partially_rounded_rect(cr, width, height, tl, tr, br, bl, rad) function