Home
last modified time | relevance | path

Searched defs:Directformat (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go178 type Directformat struct { struct
179 RedShift uint16
180 RedMask uint16
181 GreenShift uint16
182 GreenMask uint16
183 BlueShift uint16
184 BlueMask uint16
185 AlphaShift uint16
186 AlphaMask uint16
190 func DirectformatRead(buf []byte, v *Directformat) int {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go178 type Directformat struct { struct
179 RedShift uint16
180 RedMask uint16
181 GreenShift uint16
182 GreenMask uint16
183 BlueShift uint16
184 BlueMask uint16
185 AlphaShift uint16
186 AlphaMask uint16
190 func DirectformatRead(buf []byte, v *Directformat) int {
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs606 pub struct Directformat { struct
616 impl TryParse for Directformat { argument
630 impl Serialize for Directformat { implementation