Home
last modified time | relevance | path

Searched defs:Bordered (Results 1 – 6 of 6) sorted by relevance

/dports/mail/aerc/aerc-0.4.0/lib/ui/
H A Dborders.go14 type Bordered struct { struct
15 Invalidatable
16 borders uint
17 content Drawable
18 onInvalidate func(d Drawable)
30 func (bordered *Bordered) contentInvalidated(d Drawable) {
34 func (bordered *Bordered) Children() []Drawable {
38 func (bordered *Bordered) Invalidate() {
42 func (bordered *Bordered) Draw(ctx *Context) {
70 func (bordered *Bordered) MouseEvent(localX int, localY int, event tcell.Event) {
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Skins/
H A DTexturing.h45 struct Bordered struct
47 Bordered() in Bordered() function
79 void SetRect(int iNum, float x, float y, float w, float h) in SetRect()
122 void DrawRect(Gwen::Renderer::Base* render, int i, int x, int y, int w, int h) in DrawRect()
129 Texture* texture;
131 struct SubRect
136 SubRect rects[9];
137 Margin margin;
139 float width;
140 float height;
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Skins/
H A DTexturing.h45 struct Bordered struct
47 Bordered() in Bordered() argument
79 void SetRect(int iNum, float x, float y, float w, float h) in SetRect()
122 void DrawRect(Gwen::Renderer::Base* render, int i, int x, int y, int w, int h) in DrawRect()
129 Texture* texture;
131 struct SubRect
136 SubRect rects[9];
137 Margin margin;
139 float width;
140 float height;
/dports/sysutils/go-wtf/wtf-0.21.0/view/
H A Dbase.go43 func (base *Base) Bordered() bool { func
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Graphics/Printing/
H A Dmod.rs49 pub const Bordered: Self = Self(3i32); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Graphics/Printing/
H A Dmod.rs964 pub const Bordered: PrintBordering = PrintBordering(3i32); const