Home
last modified time | relevance | path

Searched defs:PictOpError (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.go646 type PictOpError struct { struct
647 Sequence uint16
648 NiceName string
667 func (err PictOpError) SequenceId() uint16 {
672 func (err PictOpError) BadId() uint32 {
678 func (err PictOpError) Error() string {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go646 type PictOpError struct { struct
647 Sequence uint16
648 NiceName string
667 func (err PictOpError) SequenceId() uint16 {
672 func (err PictOpError) BadId() uint32 {
678 func (err PictOpError) Error() string {
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Drender.py131 class PictOpError(xcffib.Error): class