Home
last modified time | relevance | path

Searched refs:visual_type (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/quartz/
H A Dgdkvisual-quartz.c151 GdkVisualType visual_type) in _gdk_quartz_screen_visual_get_best_with_type() argument
153 if (system_visual->type == visual_type) in _gdk_quartz_screen_visual_get_best_with_type()
155 else if (gray_visual->type == visual_type) in _gdk_quartz_screen_visual_get_best_with_type()
164 GdkVisualType visual_type) in _gdk_quartz_screen_visual_get_best_with_both() argument
167 && system_visual->type == visual_type) in _gdk_quartz_screen_visual_get_best_with_both()
170 && rgba_visual->type == visual_type) in _gdk_quartz_screen_visual_get_best_with_both()
173 && gray_visual->type == visual_type) in _gdk_quartz_screen_visual_get_best_with_both()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_tiles/
H A Dmetrics.cc119 if (impression.visual_type > LAST_RECORDED_TILE_TYPE) { in RecordTileImpression()
123 UMA_HISTOGRAM_ENUMERATION("NewTabPage.TileType", impression.visual_type, in RecordTileImpression()
128 impression.visual_type, LAST_RECORDED_TILE_TYPE + 1); in RecordTileImpression()
130 const char* tile_type_suffix = GetTileTypeSuffix(impression.visual_type); in RecordTileImpression()
171 const char* tile_type_suffix = GetTileTypeSuffix(impression.visual_type); in RecordTileClick()
199 if (impression.visual_type <= LAST_RECORDED_TILE_TYPE) { in RecordTileClick()
201 impression.visual_type, in RecordTileClick()
207 impression.visual_type, LAST_RECORDED_TILE_TYPE + 1); in RecordTileClick()
H A Dntp_tile_impression.cc21 TileVisualType visual_type, in NTPTileImpression() argument
28 visual_type(visual_type), in NTPTileImpression()
H A Dntp_tile_impression.h23 TileVisualType visual_type,
33 TileVisualType visual_type; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_tiles/
H A Dmetrics.cc114 if (impression.visual_type > LAST_RECORDED_TILE_TYPE) { in RecordTileImpression()
118 UMA_HISTOGRAM_ENUMERATION("NewTabPage.TileType", impression.visual_type, in RecordTileImpression()
123 impression.visual_type, LAST_RECORDED_TILE_TYPE + 1); in RecordTileImpression()
125 const char* tile_type_suffix = GetTileTypeSuffix(impression.visual_type); in RecordTileImpression()
165 const char* tile_type_suffix = GetTileTypeSuffix(impression.visual_type); in RecordTileClick()
193 if (impression.visual_type <= LAST_RECORDED_TILE_TYPE) { in RecordTileClick()
195 impression.visual_type, in RecordTileClick()
201 impression.visual_type, LAST_RECORDED_TILE_TYPE + 1); in RecordTileClick()
H A Dntp_tile_impression.cc21 TileVisualType visual_type, in NTPTileImpression() argument
28 visual_type(visual_type), in NTPTileImpression()
H A Dntp_tile_impression.h23 TileVisualType visual_type,
33 TileVisualType visual_type; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkvisual-quartz.c201 gdk_visual_get_best_with_type (GdkVisualType visual_type) in gdk_visual_get_best_with_type() argument
203 if (system_visual->type == visual_type) in gdk_visual_get_best_with_type()
205 else if (gray_visual->type == visual_type) in gdk_visual_get_best_with_type()
213 GdkVisualType visual_type) in gdk_visual_get_best_with_both() argument
216 && system_visual->type == visual_type) in gdk_visual_get_best_with_both()
219 && rgba_visual->type == visual_type) in gdk_visual_get_best_with_both()
222 && gray_visual->type == visual_type) in gdk_visual_get_best_with_both()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkVisual.xs95 ## GdkVisual* gdk_visual_get_best_with_type (GdkVisualType visual_type)
97 gdk_visual_get_best_with_type (class, visual_type)
98 GdkVisualType visual_type
100 visual_type
102 ## GdkVisual* gdk_visual_get_best_with_both (gint depth, GdkVisualType visual_type)
104 gdk_visual_get_best_with_both (class, depth, visual_type)
106 GdkVisualType visual_type
108 depth, visual_type
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/opengl/
H A Dxine_gl.c56 xine_gl_t *_x_load_gl(xine_t *xine, unsigned visual_type, const void *visual, unsigned flags) in _x_load_gl() argument
60 .visual_type = visual_type, in _x_load_gl()
66 p = (xine_gl_plugin_t*)_x_find_module(xine, GL_PLUGIN_TYPE, NULL, visual_type, &params); in _x_load_gl()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dcolor.c208 visual_type = RGB_565; in setup_visual_info()
214 visual_type = RGB_555; in setup_visual_info()
220 visual_type = RGB_888; in setup_visual_info()
251 visual_type = RGB_OTHER; in setup_visual_info()
256 visual_type = NOT_TRUE_NOR_DIRECT; in setup_visual_info()
317 switch (visual_type) in pack_pixel_bits()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-0.14.0/src/auto/
H A Dvisual.rs117 pub fn visual_type(&self) -> VisualType { in visual_type() method
148 pub fn best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in best_with_both()
153 visual_type.into_glib(), in best_with_both()
169 pub fn best_with_type(visual_type: VisualType) -> Option<Visual> { in best_with_type()
171 unsafe { from_glib_none(ffi::gdk_visual_get_best_with_type(visual_type.into_glib())) } in best_with_type()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/auto/
H A Dvisual.rs117 pub fn visual_type(&self) -> VisualType { in visual_type() method
148 pub fn best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in best_with_both()
153 visual_type.into_glib(), in best_with_both()
169 pub fn best_with_type(visual_type: VisualType) -> Option<Visual> { in best_with_type()
171 unsafe { from_glib_none(ffi::gdk_visual_get_best_with_type(visual_type.into_glib())) } in best_with_type()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/auto/
H A Dvisual.rs117 pub fn visual_type(&self) -> VisualType { in visual_type() method
148 pub fn best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in best_with_both()
153 visual_type.into_glib(), in best_with_both()
169 pub fn best_with_type(visual_type: VisualType) -> Option<Visual> { in best_with_type()
171 unsafe { from_glib_none(ffi::gdk_visual_get_best_with_type(visual_type.into_glib())) } in best_with_type()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/auto/
H A Dvisual.rs117 pub fn visual_type(&self) -> VisualType { in visual_type() method
148 pub fn best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in best_with_both()
153 visual_type.into_glib(), in best_with_both()
169 pub fn best_with_type(visual_type: VisualType) -> Option<Visual> { in best_with_type()
171 unsafe { from_glib_none(ffi::gdk_visual_get_best_with_type(visual_type.into_glib())) } in best_with_type()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/src/auto/
H A Dvisual.rs113 pub fn get_best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in get_best_with_both()
118 visual_type.to_glib(), in get_best_with_both()
130 pub fn get_best_with_type(visual_type: VisualType) -> Option<Visual> { in get_best_with_type()
134 visual_type.to_glib(), in get_best_with_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_visual_picker_glx.cc27 auto bits_rgb = bits(visual.visual_type->red_mask) + in IsArgbVisual()
28 bits(visual.visual_type->green_mask) + in IsArgbVisual()
29 bits(visual.visual_type->blue_mask); in IsArgbVisual()
140 const auto& dvt = *default_visual_info.visual_type; in PickBestSystemVisual()
141 const auto& vt = *visual_info.visual_type; in PickBestSystemVisual()
167 return VisualScore(visual_info.visual_type->c_class) == best_class_score; in PickBestRgbaVisual()
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/auto/
H A Dvisual.rs122 pub fn get_best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in get_best_with_both()
127 visual_type.to_glib(), in get_best_with_both()
139 pub fn get_best_with_type(visual_type: VisualType) -> Option<Visual> { in get_best_with_type()
143 visual_type.to_glib(), in get_best_with_type()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/src/auto/
H A Dvisual.rs122 pub fn get_best_with_both(depth: i32, visual_type: VisualType) -> Option<Visual> { in get_best_with_both()
127 visual_type.to_glib(), in get_best_with_both()
139 pub fn get_best_with_type(visual_type: VisualType) -> Option<Visual> { in get_best_with_type()
143 visual_type.to_glib(), in get_best_with_type()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkvisual.c211 gdk_visual_get_best_with_type (GdkVisualType visual_type) in gdk_visual_get_best_with_type() argument
216 visual_type); in gdk_visual_get_best_with_type()
235 GdkVisualType visual_type) in gdk_visual_get_best_with_both() argument
239 return GDK_SCREEN_GET_CLASS(screen)->visual_get_best_with_both (screen, depth, visual_type); in gdk_visual_get_best_with_both()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dvisual.cc183 Glib::RefPtr<Visual> Visual::get_best(VisualType visual_type) in get_best() argument
186 …efPtr<Visual> retvalue = Glib::wrap(gdk_visual_get_best_with_type(((GdkVisualType)(visual_type)))); in get_best()
192 Glib::RefPtr<Visual> Visual::get_best(int depth, VisualType visual_type) in get_best() argument
195 …isual> retvalue = Glib::wrap(gdk_visual_get_best_with_both(depth, ((GdkVisualType)(visual_type)))); in get_best()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/broadway/
H A Dgdkvisual-broadway.c162 GdkVisualType visual_type) in _gdk_broadway_screen_visual_get_best_with_type() argument
170 if (visual_type == broadway_screen->visuals[i]->type) in _gdk_broadway_screen_visual_get_best_with_type()
182 GdkVisualType visual_type) in _gdk_broadway_screen_visual_get_best_with_both() argument
191 (visual_type == broadway_screen->visuals[i]->type)) in _gdk_broadway_screen_visual_get_best_with_both()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dvisual.cc203 Glib::RefPtr<Visual> Visual::get_best(VisualType visual_type) in get_best() argument
206 …efPtr<Visual> retvalue = Glib::wrap(gdk_visual_get_best_with_type(((GdkVisualType)(visual_type)))); in get_best()
216 Glib::RefPtr<Visual> Visual::get_best(int depth, VisualType visual_type) in get_best() argument
219 …isual> retvalue = Glib::wrap(gdk_visual_get_best_with_both(depth, ((GdkVisualType)(visual_type)))); in get_best()
/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Dgroup_dxr3.c59 .visual_type = XINE_VISUAL_TYPE_X11,
65 .visual_type = XINE_VISUAL_TYPE_AA,
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkvisual-win32.c334 gdk_visual_get_best_with_type (GdkVisualType visual_type) in gdk_visual_get_best_with_type() argument
336 if (visual_type == system_visual->type) in gdk_visual_get_best_with_type()
344 GdkVisualType visual_type) in gdk_visual_get_best_with_both() argument
346 if ((depth == system_visual->depth) && (visual_type == system_visual->type)) in gdk_visual_get_best_with_both()

123456789