Home
last modified time | relevance | path

Searched refs:child_loc (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktooltip.c528 if (!child_loc->child && in child_location_foreach()
530 child_loc->x, child_loc->y, in child_location_foreach()
632 child_loc.x = window_x; in _gtk_widget_find_at_coords()
633 child_loc.y = window_y; in _gtk_widget_find_at_coords()
644 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
646 child_loc.x = px; in _gtk_widget_find_at_coords()
647 child_loc.y = py; in _gtk_widget_find_at_coords()
664 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
665 &child_loc.x, &child_loc.y); in _gtk_widget_find_at_coords()
688 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
[all …]
H A Dgtktextview.c4210 GtkTextIter child_loc; in gtk_text_view_allocate_children() local
4212 &child_loc, in gtk_text_view_allocate_children()
4223 GtkTextIter end = child_loc; in gtk_text_view_allocate_children()
4225 gtk_text_layout_invalidate (text_view->priv->layout, &child_loc, &end); in gtk_text_view_allocate_children()
4229 &child_loc, in gtk_text_view_allocate_children()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpuimanager.c1196 child_loc->x, child_loc->y, in child_location_foreach()
1210 child_loc->x, child_loc->y, in child_location_foreach()
1305 child_loc.x = *x; in find_widget_under_pointer()
1306 child_loc.y = *y; in find_widget_under_pointer()
1317 child_loc.x += px; in find_widget_under_pointer()
1335 child_loc.x, child_loc.y, in find_widget_under_pointer()
1336 &child_loc.x, &child_loc.y); in find_widget_under_pointer()
1359 child_loc.x, child_loc.y, in find_widget_under_pointer()
1360 &child_loc.x, &child_loc.y); in find_widget_under_pointer()
1365 *x = child_loc.x; in find_widget_under_pointer()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktooltip.c760 child_loc->x, child_loc->y, in child_location_foreach()
770 child_loc->x, child_loc->y, in child_location_foreach()
864 child_loc.x = window_x; in _gtk_widget_find_at_coords()
865 child_loc.y = window_y; in _gtk_widget_find_at_coords()
876 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
878 child_loc.x = px; in _gtk_widget_find_at_coords()
879 child_loc.y = py; in _gtk_widget_find_at_coords()
896 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
897 &child_loc.x, &child_loc.y); in _gtk_widget_find_at_coords()
920 child_loc.x, child_loc.y, in _gtk_widget_find_at_coords()
[all …]
H A Dgtktextview.c3303 GtkTextIter child_loc; in gtk_text_view_allocate_children() local
3305 &child_loc, in gtk_text_view_allocate_children()
3316 GtkTextIter end = child_loc; in gtk_text_view_allocate_children()
3318 gtk_text_layout_invalidate (text_view->layout, &child_loc, &end); in gtk_text_view_allocate_children()
3322 &child_loc, in gtk_text_view_allocate_children()
/dports/devel/emscripten/emscripten-2.0.3/tests/pthread/
H A Dtest_pthread_locale.c39 locale_t child_loc; in main() local
43 child_loc = main_loc; in main()
52 pthread_join(thread, (void**)&child_loc); in main()
56 int result = (main_loc == child_loc); in main()
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/Backend/Conf/
H A DGeneral.pm241 my %child_loc = @{ $child_output };
243 if ( keys %child_loc != 1 ) {
260 if ( defined $child_loc{rel_location} ) {
261 $child_location = "$location/$child_loc{rel_location}";
264 $child_location = $child_loc{location};
H A DGantry.pm327 my %child_loc = @{ $child_output };
329 if ( keys %child_loc != 1 ) {
347 if ( defined $child_loc{rel_location} ) {
348 $child_location = "$location/$child_loc{rel_location}";
351 $child_location = $child_loc{location};
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/Backend/HttpdConf/
H A DGantry.pm518 my %child_loc = @{ $child_output };
520 if ( keys %child_loc != 1 ) {
536 if ( defined $child_loc{rel_location} ) {
537 $child_location = "$location/$child_loc{rel_location}";
540 $child_location = $child_loc{location};
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/Backend/CGI/
H A DGantry.pm739 my %child_loc = @{ $child_output };
741 if ( keys %child_loc != 1 ) {
752 rel_loc => $child_loc{rel_location},
753 abs_loc => $child_loc{location},
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A DTXPArchive.cpp875 TileLocationInfo child_loc; in getTileContent() local
876 childRef->GetTileLoc(child_loc.x, child_loc.y, child_loc.lod); in getTileContent()
877 childRef->GetTileZValue(child_loc.zmin, child_loc.zmax); in getTileContent()
878 childRef->GetTileAddress(child_loc.addr); in getTileContent()
879 childInfoList.push_back(child_loc); in getTileContent()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Drockridge.h135 uint8_t child_loc[8]; member
H A Dfs_image.c1751 relocated_dir = iso_read_bb(sue->data.CL.child_loc, 4, NULL); in iso_file_source_new_ifs()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/tests/
H A Dtest_inventory.py745 child_loc = self.env['stock.location'].create({
764 line_ids = [l for l in inventory.line_ids if l['location_id']['id'] == child_loc.id]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Dparametric_2d.c1038 static const REAL_B child_loc[2][N_VERTICES_2D] = { in child_nodes_2d() local
1070 AXEY_BAR(MESH_DIM, nodes[i][0], child_loc[j][0], in child_nodes_2d()
1073 AXPY_BAR(MESH_DIM, nodes[i][k], child_loc[j][k], in child_nodes_2d()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dparametric_3d.c1665 static const REAL_B child_loc[3][N_VERTICES_3D] = { in child_nodes_3d() local
1716 AXEY_BAR(MESH_DIM, nodes[i][0], child_loc[j][0], in child_nodes_3d()
1719 AXPY_BAR(MESH_DIM, nodes[i][k], child_loc[j][k], in child_nodes_3d()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextview.c4409 GtkTextIter child_loc; in gtk_text_view_allocate_children() local
4413 &child_loc, in gtk_text_view_allocate_children()
4424 GtkTextIter end = child_loc; in gtk_text_view_allocate_children()
4426 gtk_text_layout_invalidate (priv->layout, &child_loc, &end); in gtk_text_view_allocate_children()
4429 gtk_text_layout_validate_yrange (priv->layout, &child_loc, 0, 1); in gtk_text_view_allocate_children()