Home
last modified time | relevance | path

Searched defs:GlyphItem (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DGlyphItem.cs26 public partial struct GlyphItem { struct
29 …static extern IntPtr pango_glyph_item_apply_attrs(ref Pango.GlyphItem raw, IntPtr text, IntPtr lis… in pango_glyph_item_apply_attrs()
31 public GlyphItem[] ApplyAttrs (string text, Pango.AttrList list) in ApplyAttrs()
47 public Pango.GlyphString glyphs {
52 public Pango.Item item {
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-glyph-item.go32 type GlyphItem struct { struct
33 pangoGlyphItem *C.PangoGlyphItem
37 func (v *GlyphItem) Native() uintptr {
41 func (v *GlyphItem) native() *C.PangoGlyphItem {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-glyph-item.go32 type GlyphItem struct { struct
33 pangoGlyphItem *C.PangoGlyphItem
37 func (v *GlyphItem) Native() uintptr {
41 func (v *GlyphItem) native() *C.PangoGlyphItem {
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-glyph-item.go32 type GlyphItem struct { struct
33 pangoGlyphItem *C.PangoGlyphItem
37 func (v *GlyphItem) Native() uintptr {
41 func (v *GlyphItem) native() *C.PangoGlyphItem {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-glyph-item.go32 type GlyphItem struct { struct
33 pangoGlyphItem *C.PangoGlyphItem
37 func (v *GlyphItem) Native() uintptr {
41 func (v *GlyphItem) native() *C.PangoGlyphItem {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-glyph-item.go32 type GlyphItem struct { struct
33 pangoGlyphItem *C.PangoGlyphItem
37 func (v *GlyphItem) Native() uintptr {
41 func (v *GlyphItem) native() *C.PangoGlyphItem {
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pango-0.14.3/src/auto/
H A Dglyph_item.rs19 impl GlyphItem { implementation
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
43 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
32 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dglyph_item.rs20 impl GlyphItem { implementation
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
39 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
31 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pango/src/auto/
H A Dglyph_item.rs19 impl GlyphItem { impl
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
43 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
32 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/pango-0.14.8/src/auto/
H A Dglyph_item.rs19 impl GlyphItem { impl
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
43 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
32 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/pango-0.14.8/src/auto/
H A Dglyph_item.rs19 impl GlyphItem { impl
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
43 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
32 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/pango-0.14.8/src/auto/
H A Dglyph_item.rs19 impl GlyphItem { implementation
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
43 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
32 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/pango-0.7.0/src/auto/
H A Dglyph_item.rs20 impl GlyphItem { implementation
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
39 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
31 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dglyph_item.rs20 impl GlyphItem { implementation
21 pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem> { in apply_attrs()
39 pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem> { in split()
H A Dglyph_item_iter.rs21 pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_end()
31 pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool { in init_start()
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dlayoutrun.h47 typedef LayoutRun GlyphItem; typedef
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dimpglyphitem.hxx51 class VCL_DLLPUBLIC GlyphItem class
65 GlyphItem(int nCharPos, int nCharCount, sal_GlyphId aGlyphId, const Point& rLinearPos, in GlyphItem() function in GlyphItem
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dimpglyphitem.hxx51 class VCL_DLLPUBLIC GlyphItem class
65 GlyphItem(int nCharPos, int nCharCount, sal_GlyphId aGlyphId, const Point& rLinearPos, in GlyphItem() function in GlyphItem

12