Home
last modified time | relevance | path

Searched refs:fExtent (Results 1 – 8 of 8) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/preferences/
H A DColorEditor.java30 private Point fExtent; field in ColorEditor
43 fExtent = computeImageSize(parent); in ColorEditor()
44 fImage = new Image(parent.getDisplay(), fExtent.x, fExtent.y); in ColorEditor()
48 gc.fillRectangle(0, 0, fExtent.x, fExtent.y); in ColorEditor()
97 gc.drawRectangle(0, 2, fExtent.x - 1, fExtent.y - 4); in updateColorImage()
104 gc.fillRectangle(1, 3, fExtent.x - 2, fExtent.y - 5); in updateColorImage()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DColorEditor.java36 private Point fExtent; field in ColorEditor
49 fExtent = computeImageSize(parent); in ColorEditor()
50 fImage = new Image(parent.getDisplay(), fExtent.x, fExtent.y); in ColorEditor()
54 gc.fillRectangle(0, 0, fExtent.x, fExtent.y); in ColorEditor()
103 gc.drawRectangle(0, 2, fExtent.x - 1, fExtent.y - 4); in updateColorImage()
110 gc.fillRectangle(1, 3, fExtent.x - 2, fExtent.y - 5); in updateColorImage()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_polygons/
H A DPolygon_Geometrics.cpp139 int fExtent = Parameters("BEXTENT")->asBool() ? 0 : -1; in On_Execute() local
143 if( fParts && fPoints && fCenter && fExtent && fLength && fArea ) in On_Execute()
195 …if( !fExtent ) { fExtent = pPolygons->Get_Field_Count(); pPolygons->Add_Field("MIN_X" , SG_DATA… in On_Execute()
223 if( fExtent >= 0 ) in On_Execute()
225 pPolygon->Set_Value(fExtent + 0, pPolygon->Get_Extent().Get_XMin()); in On_Execute()
226 pPolygon->Set_Value(fExtent + 1, pPolygon->Get_Extent().Get_XMax()); in On_Execute()
227 pPolygon->Set_Value(fExtent + 2, pPolygon->Get_Extent().Get_YMin()); in On_Execute()
228 pPolygon->Set_Value(fExtent + 3, pPolygon->Get_Extent().Get_YMax()); in On_Execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/preference/
H A DColorSelector.java56 private Point fExtent; field in ColorSelector
69 fExtent = computeImageSize(parent); in ColorSelector()
70 fImage = new Image(parent.getDisplay(), fExtent.x, fExtent.y); in ColorSelector()
73 gc.fillRectangle(0, 0, fExtent.x, fExtent.y); in ColorSelector()
189 gc.fillRectangle(1, 1, fExtent.x - 2, fExtent.y - 2); in updateColorImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DTextPresentation.java144 private IRegion fExtent; field in TextPresentation
176 fExtent= extent; in TextPresentation()
700 if (fExtent != null) in getExtent()
701 return createWindowRelativeRegion(fExtent); in getExtent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3dockwindow.h213 QSize fExtent; variable
H A Dq3dockwindow.cpp1021 fExtent = QSize(-1, -1); in init()
1738 return fExtent; in fixedExtent()
1750 fExtent.setWidth(w); in setFixedExtentWidth()
1762 fExtent.setHeight(h); in setFixedExtentHeight()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqdockwindow.h207 QSize fExtent; variable