Home
last modified time | relevance | path

Searched refs:childAllocation (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DCustomWidget.cs139 Gdk.Rectangle childAllocation; in OnSizeAllocated()
140 childAllocation.X = allocation.X + bw; in OnSizeAllocated()
141 childAllocation.Y = allocation.Y + bw + titleArea.Height; in OnSizeAllocated()
142 childAllocation.Width = allocation.Width - 2 * bw; in OnSizeAllocated()
143 childAllocation.Height = allocation.Height - 2 * bw - titleArea.Height; in OnSizeAllocated()
144 Child.SizeAllocate (childAllocation); in OnSizeAllocated()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DCustomWidget.cs155 Gdk.Rectangle childAllocation; in OnSizeAllocated()
156 childAllocation.X = allocation.X + bw; in OnSizeAllocated()
157 childAllocation.Y = allocation.Y + bw + titleArea.Height; in OnSizeAllocated()
158 childAllocation.Width = allocation.Width - 2 * bw; in OnSizeAllocated()
159 childAllocation.Height = allocation.Height - 2 * bw - titleArea.Height; in OnSizeAllocated()
160 Child.SizeAllocate (childAllocation); in OnSizeAllocated()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dlive-workspace.c774 childAllocation.x1=-visibleArea.x1; in _xfdashboard_live_workspace_allocate()
775 childAllocation.y1=-visibleArea.y1; in _xfdashboard_live_workspace_allocate()
776 childAllocation.x2=childAllocation.x1+clutter_actor_box_get_width(&workspaceArea); in _xfdashboard_live_workspace_allocate()
777 childAllocation.y2=childAllocation.y1+clutter_actor_box_get_height(&workspaceArea); in _xfdashboard_live_workspace_allocate()
804 childAllocation.x1=floor(left); in _xfdashboard_live_workspace_allocate()
805 childAllocation.y1=floor(top); in _xfdashboard_live_workspace_allocate()
806 childAllocation.x2=floor(right); in _xfdashboard_live_workspace_allocate()
807 childAllocation.y2=floor(bottom); in _xfdashboard_live_workspace_allocate()
831 childAllocation.x1=x-visibleArea.x1; in _xfdashboard_live_workspace_allocate()
832 childAllocation.x2=childAllocation.x1+w; in _xfdashboard_live_workspace_allocate()
[all …]
H A Ddynamic-table-layout.c559 ClutterActorBox childAllocation; in _xfdashboard_dynamic_table_layout_allocate() local
594 childAllocation.x1=g_array_index(priv->columnCoords, gfloat, column); in _xfdashboard_dynamic_table_layout_allocate()
596 childAllocation.y1=g_array_index(priv->rowCoords, gfloat, row); in _xfdashboard_dynamic_table_layout_allocate()
597 childAllocation.y2=g_array_index(priv->rowCoords, gfloat, row+1)-priv->rowSpacing; in _xfdashboard_dynamic_table_layout_allocate()
608 childWidth=childAllocation.x2-childAllocation.x1; in _xfdashboard_dynamic_table_layout_allocate()
609 childHeight=childAllocation.y2-childAllocation.y1; in _xfdashboard_dynamic_table_layout_allocate()
611 childAllocation.x1=ceil(fixedX); in _xfdashboard_dynamic_table_layout_allocate()
612 childAllocation.x2=childAllocation.x1+childWidth; in _xfdashboard_dynamic_table_layout_allocate()
613 childAllocation.y1=ceil(fixedY); in _xfdashboard_dynamic_table_layout_allocate()
614 childAllocation.y2=childAllocation.y1+childHeight; in _xfdashboard_dynamic_table_layout_allocate()
[all …]
H A Dscaled-table-layout.c271 ClutterActorBox childAllocation; in _xfdashboard_scaled_table_layout_allocate() local
384 childAllocation.x1=ceil(fixedX); in _xfdashboard_scaled_table_layout_allocate()
385 childAllocation.y1=ceil(fixedY); in _xfdashboard_scaled_table_layout_allocate()
389 childAllocation.x1=ceil(x+((cellWidth-scaledChildWidth)/2.0f)); in _xfdashboard_scaled_table_layout_allocate()
390 childAllocation.y1=ceil(y+((cellHeight-scaledChildHeight)/2.0f)); in _xfdashboard_scaled_table_layout_allocate()
393 childAllocation.x2=ceil(childAllocation.x1+scaledChildWidth); in _xfdashboard_scaled_table_layout_allocate()
394 childAllocation.y2=ceil(childAllocation.y1+scaledChildHeight); in _xfdashboard_scaled_table_layout_allocate()
396 clutter_actor_allocate(child, &childAllocation, inFlags); in _xfdashboard_scaled_table_layout_allocate()
H A Dquicklaunch.c2629 childAllocation.x1=childAllocation.y1=priv->spacing; in _xfdashboard_quicklaunch_allocate()
2646 childAllocation.y2=ceil(childAllocation.y1+childHeight); in _xfdashboard_quicklaunch_allocate()
2647 childAllocation.x2=ceil(childAllocation.x1+childWidth); in _xfdashboard_quicklaunch_allocate()
2652 childAllocation.x2=ceil(childAllocation.x1+childWidth); in _xfdashboard_quicklaunch_allocate()
2653 childAllocation.y2=ceil(childAllocation.y1+childHeight); in _xfdashboard_quicklaunch_allocate()
2672 childWidth=childAllocation.x2-childAllocation.x1; in _xfdashboard_quicklaunch_allocate()
2673 childHeight=childAllocation.y2-childAllocation.y1; in _xfdashboard_quicklaunch_allocate()
2675 childAllocation.x1=ceil(fixedX); in _xfdashboard_quicklaunch_allocate()
2676 childAllocation.x2=childAllocation.x1+childWidth; in _xfdashboard_quicklaunch_allocate()
2678 childAllocation.y2=childAllocation.y1+childHeight; in _xfdashboard_quicklaunch_allocate()
[all …]
H A Dfill-box-layout.c408 ClutterActorBox childAllocation; in _xfdashboard_fill_box_layout_allocate() local
485 childAllocation.x1=ceil(fixedX); in _xfdashboard_fill_box_layout_allocate()
486 childAllocation.y1=ceil(fixedY); in _xfdashboard_fill_box_layout_allocate()
490 childAllocation.x1=ceil(x); in _xfdashboard_fill_box_layout_allocate()
491 childAllocation.y1=ceil(y); in _xfdashboard_fill_box_layout_allocate()
494 childAllocation.x2=ceil(childAllocation.x1+w); in _xfdashboard_fill_box_layout_allocate()
495 childAllocation.y2=ceil(childAllocation.y1+h); in _xfdashboard_fill_box_layout_allocate()
496 clutter_actor_allocate(child, &childAllocation, inFlags); in _xfdashboard_fill_box_layout_allocate()
H A Dworkspace-selector.c796 ClutterActorBox childAllocation={ 0, }; in _xfdashboard_workspace_selector_allocate() local
805 childAllocation.x1=childAllocation.y1=priv->spacing; in _xfdashboard_workspace_selector_allocate()
818 childAllocation.y1=ceil(MAX(((availableHeight-childHeight))/2.0f, priv->spacing)); in _xfdashboard_workspace_selector_allocate()
819 childAllocation.y2=floor(childAllocation.y1+childHeight); in _xfdashboard_workspace_selector_allocate()
820 childAllocation.x2=floor(childAllocation.x1+childWidth); in _xfdashboard_workspace_selector_allocate()
827 childAllocation.x1=ceil(MAX(((availableWidth-childWidth))/2.0f, priv->spacing)); in _xfdashboard_workspace_selector_allocate()
828 childAllocation.x2=floor(childAllocation.x1+childWidth); in _xfdashboard_workspace_selector_allocate()
829 childAllocation.y2=floor(childAllocation.y1+childHeight); in _xfdashboard_workspace_selector_allocate()
832 clutter_actor_allocate(child, &childAllocation, inFlags); in _xfdashboard_workspace_selector_allocate()
835 …if(priv->orientation==CLUTTER_ORIENTATION_HORIZONTAL) childAllocation.x1=floor(childAllocation.x1+… in _xfdashboard_workspace_selector_allocate()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/utils/
H A DPrinterWriter.java132 Shape childAllocation; in printView() local
138 childAllocation = view.getChildAllocation(i, allocation); in printView()
139 if (childAllocation != null) { in printView()
141 if (printView(graphics2D, childAllocation, childView)) { in printView()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DBoxView.java293 childAllocation(i, tmpRect); in paint()
652 childAllocation(0, r); in getViewAtPoint()
662 childAllocation(i - 1, r); in getViewAtPoint()
673 childAllocation(0, r); in getViewAtPoint()
683 childAllocation(i - 1, r); in getViewAtPoint()
692 childAllocation(count - 1, r); in getViewAtPoint()
709 protected void childAllocation(int index, Rectangle a) in childAllocation() method in BoxView
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/
H A DBoxView.java293 childAllocation(i, tmpRect); in paint()
652 childAllocation(0, r); in getViewAtPoint()
662 childAllocation(i - 1, r); in getViewAtPoint()
673 childAllocation(0, r); in getViewAtPoint()
683 childAllocation(i - 1, r); in getViewAtPoint()
692 childAllocation(count - 1, r); in getViewAtPoint()
709 protected void childAllocation(int index, Rectangle a) in childAllocation() method in BoxView
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DBoxView.java293 childAllocation(i, tmpRect); in paint()
652 childAllocation(0, r); in getViewAtPoint()
662 childAllocation(i - 1, r); in getViewAtPoint()
673 childAllocation(0, r); in getViewAtPoint()
683 childAllocation(i - 1, r); in getViewAtPoint()
692 childAllocation(count - 1, r); in getViewAtPoint()
709 protected void childAllocation(int index, Rectangle a) in childAllocation() method in BoxView
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/
H A DBoxView.java293 childAllocation(i, tmpRect); in paint()
652 childAllocation(0, r); in getViewAtPoint()
662 childAllocation(i - 1, r); in getViewAtPoint()
673 childAllocation(0, r); in getViewAtPoint()
683 childAllocation(i - 1, r); in getViewAtPoint()
692 childAllocation(count - 1, r); in getViewAtPoint()
709 protected void childAllocation(int index, Rectangle a) in childAllocation() method in BoxView
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/
H A DBoxView.java293 childAllocation(i, tmpRect); in paint()
652 childAllocation(0, r); in getViewAtPoint()
662 childAllocation(i - 1, r); in getViewAtPoint()
673 childAllocation(0, r); in getViewAtPoint()
683 childAllocation(i - 1, r); in getViewAtPoint()
692 childAllocation(count - 1, r); in getViewAtPoint()
709 protected void childAllocation(int index, Rectangle a) in childAllocation() method in BoxView
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DView.java1061 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1063 if (childAllocation != null) { in getViewIndex()
1064 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1065 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DView.java1061 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1063 if (childAllocation != null) { in getViewIndex()
1064 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1065 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1071 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1073 if (childAllocation != null) { in getViewIndex()
1074 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1075 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
H A DBoxView.java661 childAllocation(0, alloc); in getViewAtPoint()
666 childAllocation(i - 1, alloc); in getViewAtPoint()
670 childAllocation(n - 1, alloc); in getViewAtPoint()
674 childAllocation(0, alloc); in getViewAtPoint()
679 childAllocation(i - 1, alloc); in getViewAtPoint()
683 childAllocation(n - 1, alloc); in getViewAtPoint()
695 protected void childAllocation(int index, Rectangle alloc) { in childAllocation() method in BoxView
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1070 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1072 if (childAllocation != null) { in getViewIndex()
1073 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1074 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1071 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1073 if (childAllocation != null) { in getViewIndex()
1074 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1075 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1070 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1072 if (childAllocation != null) { in getViewIndex()
1073 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1074 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1070 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1072 if (childAllocation != null) { in getViewIndex()
1073 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1074 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1071 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1073 if (childAllocation != null) { in getViewIndex()
1074 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1075 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1070 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1072 if (childAllocation != null) { in getViewIndex()
1073 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1074 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DView.java1070 Shape childAllocation = getChildAllocation(counter, allocation); in getViewIndex() local
1072 if (childAllocation != null) { in getViewIndex()
1073 Rectangle rect = (childAllocation instanceof Rectangle) ? in getViewIndex()
1074 (Rectangle)childAllocation : childAllocation.getBounds(); in getViewIndex()

1234567