Home
last modified time | relevance | path

Searched defs:Pictformat (Results 1 – 5 of 5) 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.go829 type Pictformat uint32 type
2305 func CreateGlyphSet(c *xgb.Conn, Gsid Glyphset, Format Pictformat) CreateGlyphSetCookie {
2316 func CreateGlyphSetChecked(c *xgb.Conn, Gsid Glyphset, Format Pictformat) CreateGlyphSetCookie {
2333 func createGlyphSetRequest(c *xgb.Conn, Gsid Glyphset, Format Pictformat) []byte {
2472 func createPictureRequest(c *xgb.Conn, Pid Picture, Drawable xproto.Drawable, Format Pictformat, Va…
3130 func QueryPictIndexValues(c *xgb.Conn, Format Pictformat) QueryPictIndexValuesCookie {
3141 func QueryPictIndexValuesUnchecked(c *xgb.Conn, Format Pictformat) QueryPictIndexValuesCookie {
3198 func queryPictIndexValuesRequest(c *xgb.Conn, Format Pictformat) []byte {
3651 func TriFan(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat Pictformat, SrcX int16, SrcY…
3679 func triFanRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat Pictformat, SrcX int1…
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go829 type Pictformat uint32 type
2305 func CreateGlyphSet(c *xgb.Conn, Gsid Glyphset, Format Pictformat) CreateGlyphSetCookie {
2316 func CreateGlyphSetChecked(c *xgb.Conn, Gsid Glyphset, Format Pictformat) CreateGlyphSetCookie {
2333 func createGlyphSetRequest(c *xgb.Conn, Gsid Glyphset, Format Pictformat) []byte {
2472 func createPictureRequest(c *xgb.Conn, Pid Picture, Drawable xproto.Drawable, Format Pictformat, Va…
3130 func QueryPictIndexValues(c *xgb.Conn, Format Pictformat) QueryPictIndexValuesCookie {
3141 func QueryPictIndexValuesUnchecked(c *xgb.Conn, Format Pictformat) QueryPictIndexValuesCookie {
3198 func queryPictIndexValuesRequest(c *xgb.Conn, Format Pictformat) []byte {
3651 func TriFan(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat Pictformat, SrcX int16, SrcY…
3679 func triFanRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat Pictformat, SrcX int1…
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dmod.rs89 picture_format: Pictformat, in from_replies()
328 fn find_format(reply: &render::QueryPictFormatsReply) -> Pictformat { in find_format()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dmod.rs89 picture_format: Pictformat, in from_replies()
328 fn find_format(reply: &render::QueryPictFormatsReply) -> Pictformat { in find_format()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drender.rs586 pub type Pictformat = u32; typedef
1981 …t, Conn>(conn: &'c Conn, pid: Picture, drawable: xproto::Drawable, format: Pictformat, value_list:… in create_picture()
2820 …t, Conn>(conn: &'c Conn, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in trapezoids()
2955 …t, Conn>(conn: &'c Conn, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in triangles()
3090 …t, Conn>(conn: &'c Conn, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in tri_strip()
3225 …t, Conn>(conn: &'c Conn, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in tri_fan()
5481 …re<'c, 'input>(&'c self, pid: Picture, drawable: xproto::Drawable, format: Pictformat, value_list:… in render_create_picture()
5503 …ds<'c, 'input>(&'c self, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in render_trapezoids()
5507 …es<'c, 'input>(&'c self, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in render_triangles()
5511 …ip<'c, 'input>(&'c self, op: PictOp, src: Picture, dst: Picture, mask_format: Pictformat, src_x: i… in render_tri_strip()
[all …]