Home
last modified time | relevance | path

Searched refs:horizontalAlign (Results 1 – 25 of 130) sorted by relevance

123456

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/ui/
H A DDVBTextLayoutManager.java39 public DVBTextLayoutManager(int horizontalAlign, int verticalAlign, in DVBTextLayoutManager() argument
42 this.horizontalAlign = horizontalAlign; in DVBTextLayoutManager()
52 public void setHorizontalAlign(int horizontalAlign) { in setHorizontalAlign() argument
53 this.horizontalAlign = horizontalAlign; in setHorizontalAlign()
85 return horizontalAlign; in getHorizontalAlign()
132 private int horizontalAlign; field in DVBTextLayoutManager
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/ui/
H A DDVBTextLayoutManager.java39 public DVBTextLayoutManager(int horizontalAlign, int verticalAlign, in DVBTextLayoutManager() argument
42 this.horizontalAlign = horizontalAlign; in DVBTextLayoutManager()
52 public void setHorizontalAlign(int horizontalAlign) { in setHorizontalAlign() argument
53 this.horizontalAlign = horizontalAlign; in setHorizontalAlign()
85 return horizontalAlign; in getHorizontalAlign()
132 private int horizontalAlign; field in DVBTextLayoutManager
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/
H A DWebImage.cs361 string horizontalAlign = "Right", in AddTextWatermark() argument
404 HorizontalAlign horizontalAlignEnum = ParseHorizontalAlign(horizontalAlign); in AddTextWatermark()
435 string horizontalAlign = "Right", in AddImageWatermark() argument
497 string horizontalAlign = "Right", in AddImageWatermark() argument
503 horizontalAlign, verticalAlign, opacity, padding); in AddImageWatermark()
512 string horizontalAlign, in AddImageWatermark() argument
646 HorizontalAlign horizontalAlign; in ParseHorizontalAlign()
648 …if (!conversionOk || (horizontalAlign == HorizontalAlign.Justify) || (horizontalAlign == Horizonta… in ParseHorizontalAlign()
652 return horizontalAlign; in ParseHorizontalAlign()
926 HorizontalAlign horizontalAlign, in WatermarkImageTransformation() argument
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/containers/utilityClasses/
H A DBoxLayout.as157 var horizontalAlign:Number = getHorizontalAlignValue();
237 left = (w - child.width) * horizontalAlign + paddingLeft;
275 left = (w - obj.width) * horizontalAlign + paddingLeft;
309 left = paddingLeft + excessSpace * horizontalAlign;
377 var horizontalAlign:String = target.getStyle("horizontalAlign");
379 if (horizontalAlign == "center")
382 else if (horizontalAlign == "right")
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/containers/utilityClasses/
H A DBoxLayout.as162 var horizontalAlign:Number = getHorizontalAlignValue();
242 left = (w - child.width) * horizontalAlign + paddingLeft;
280 left = (w - obj.width) * horizontalAlign + paddingLeft;
314 left = paddingLeft + excessSpace * horizontalAlign;
382 var horizontalAlign:String = target.getStyle("horizontalAlign");
384 if (horizontalAlign == "center")
387 else if (horizontalAlign == "right")
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DHGroup.as47 * horizontalAlign="left"
414 // horizontalAlign
420 * @copy spark.layouts.HorizontalLayout#horizontalAlign
429 public function get horizontalAlign():String property in spark.components.HGroup
431 return horizontalLayout.horizontalAlign;
437 public function set horizontalAlign(value:String):void property in spark.components.HGroup
439 horizontalLayout.horizontalAlign = value;
H A DVGroup.as46 * horizontalAlign="left"
132 // horizontalAlign
138 * @copy spark.layouts.VerticalLayout#horizontalAlign
147 public function get horizontalAlign():String property in spark.components.VGroup
149 return verticalLayout.horizontalAlign;
155 public function set horizontalAlign(value:String):void property in spark.components.VGroup
157 verticalLayout.horizontalAlign = value;
H A DTileGroup.as48 * horizontalAlign="justify"
190 // horizontalAlign
196 * @copy spark.layouts.TileLayout#horizontalAlign
205 public function get horizontalAlign():String property in spark.components.TileGroup
207 return tileLayout.horizontalAlign;
213 public function set horizontalAlign(value:String):void property in spark.components.TileGroup
215 tileLayout.horizontalAlign = value;
H A DImage.as324 * horizontalAlign="center"
675 // horizontalAlign
681 * @copy spark.primitives.BitmapImage#horizontalAlign
689 public function get horizontalAlign():String property in spark.components.Image
692 return imageDisplay.horizontalAlign;
694 return imageDisplayProperties.horizontalAlign;
700 public function set horizontalAlign(value:String):void property in spark.components.Image
704 imageDisplay.horizontalAlign = value;
709 imageDisplayProperties.horizontalAlign = value;
1120 imageDisplay.horizontalAlign = imageDisplayProperties.horizontalAlign;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DWebImageTest.cs572 …image.AddTextWatermark("Plan9", fontSize: 16, horizontalAlign: "Left", verticalAlign: "Bottom", op… in AddTextWatermarkPreservesImageDimension()
582 …image.AddTextWatermark("Plan9", fontSize: 16, fontColor: "#FF0000", horizontalAlign: "Center", ver… in AddTextWatermarkParsesHexColorCorrectly()
592 …image.AddTextWatermark("Plan9", fontSize: 16, fontColor: "#F00", horizontalAlign: "Center", vertic… in AddTextWatermarkParsesShortHexColorCorrectly()
665 () => image.AddTextWatermark("p9", horizontalAlign: "Justify"), in AddTextWatermarkThrowsOnIncorrectHorizontalAlignment()
728 …image.AddImageWatermark(watermark, horizontalAlign: "LEFT", verticalAlign: "top", opacity: 50, pad… in AddImageWatermarkPreservesImageDimension()
739 …image.AddImageWatermark(watermark, horizontalAlign: "LEFT", verticalAlign: "top", opacity: 30, pad… in CanAddTextAndImageWatermarks()
751 …image.AddImageWatermark(watermark, width: 54, height: 22, horizontalAlign: "LEFT", verticalAlign: … in AddImageWatermarkDoesNotChangeWatermarkImage()
816 () => image.AddImageWatermark(watermark, horizontalAlign: "horizontal"), in AddImageWatermarkThrowsOnIncorrectHorizontalAlignment()
873 …oundException(); }, @"x:\there-is-no-file.jpg", width: 0, height: 0, horizontalAlign: "Right", ver… in AddImageWatermarkWithFileNameThrowsExceptionWhenWatermarkFileDoesNotExist()
883 …> _JpgImageBytes, watermarkImageFilePath: null, width: 0, height: 0, horizontalAlign: "Right", ver… in AddImageWatermarkWithFileNameThrowsExceptionWhenWatermarkFilePathIsNull()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/layout/modes/
H A DBorderLayout.as32 * horizontalAlign: HorizontalAlignment.CENTER,
49 * <dt><strong><code>horizontalAlign</code></strong> : String</dt>
144 //if horizontalAlign or verticalAlign is not specified, set some defaults
145 …configuration.horizontalAlign = configuration.horizontalAlign ? configuration.horizontalAlign : "l…
204 ….align(topChild, new Rectangle(x, y, width, topChild.height), config.horizontalAlign, config.verti…
232 …(bottomChild, new Rectangle(x, y, width, bottomChild.height), config.horizontalAlign, config.verti…
272 …eftChild, new Rectangle(x, y, leftChild.width, centerHeight), config.horizontalAlign, config.verti…
300 …htChild, new Rectangle(x, y, rightChild.width, centerHeight), config.horizontalAlign, config.verti…
339 …erChild, new Rectangle(x, y, centerWidth, centerChildHeight), config.horizontalAlign, config.verti…
H A DTileLayout.as20 * tile.horizontalAlign = HorizontalAlignment.CENTER;
164 * Storage for the horizontalAlign property.
174 public function get horizontalAlign():String property in com.yahoo.astra.layout.modes.TileLayout
182 public function set horizontalAlign(value:String):void property in com.yahoo.astra.layout.modes.TileLayout
321 …xPosition, yPosition, this.maxChildWidth, this.maxChildHeight), this.horizontalAlign, this.vertica…
351 …xPosition, yPosition, this.maxChildWidth, this.maxChildHeight), this.horizontalAlign, this.vertica…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/layout/modes/
H A DBorderLayout.as32 * horizontalAlign: HorizontalAlignment.CENTER,
49 * <dt><strong><code>horizontalAlign</code></strong> : String</dt>
144 //if horizontalAlign or verticalAlign is not specified, set some defaults
145 …configuration.horizontalAlign = configuration.horizontalAlign ? configuration.horizontalAlign : "l…
204 ….align(topChild, new Rectangle(x, y, width, topChild.height), config.horizontalAlign, config.verti…
232 …(bottomChild, new Rectangle(x, y, width, bottomChild.height), config.horizontalAlign, config.verti…
272 …eftChild, new Rectangle(x, y, leftChild.width, centerHeight), config.horizontalAlign, config.verti…
300 …htChild, new Rectangle(x, y, rightChild.width, centerHeight), config.horizontalAlign, config.verti…
339 …erChild, new Rectangle(x, y, centerWidth, centerChildHeight), config.horizontalAlign, config.verti…
H A DTileLayout.as20 * tile.horizontalAlign = HorizontalAlignment.CENTER;
164 * Storage for the horizontalAlign property.
174 public function get horizontalAlign():String property in com.yahoo.astra.layout.modes.TileLayout
182 public function set horizontalAlign(value:String):void property in com.yahoo.astra.layout.modes.TileLayout
321 …xPosition, yPosition, this.maxChildWidth, this.maxChildHeight), this.horizontalAlign, this.vertica…
351 …xPosition, yPosition, this.maxChildWidth, this.maxChildHeight), this.horizontalAlign, this.vertica…
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/entity/helpers/
H A DDrawingHelper.java27 HorizontalAlignment horizontalAlign, VerticalAlignment verticalAlign, in drawAlignedSprite() argument
33 int qx = alignHorizontal(sprite, horizontalAlign, x, width); in drawAlignedSprite()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoTosContainer.cpp126 QString horizontalAlign(styleStack.property(KoXmlNS::draw, "textarea-horizontal-align")); in loadStyle() local
128 if (horizontalAlign == "center") { in loadStyle()
130 } else if (horizontalAlign == "justify") { in loadStyle()
133 } else if (horizontalAlign == "right") { in loadStyle()
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoTosContainer.cpp120 QString horizontalAlign(styleStack.property(KoXmlNS::draw, "textarea-horizontal-align")); in loadStyle() local
122 if (horizontalAlign == "center") { in loadStyle()
124 } else if (horizontalAlign == "justify") { in loadStyle()
127 } else if (horizontalAlign == "right") { in loadStyle()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/utils/
H A DDisplayObjectUtil.as33 * @param horizontalAlign The alignment position along the horizontal axis. If <code>null</code>,
38 …public static function align(target:DisplayObject, bounds:Rectangle, horizontalAlign:String = null…
41 switch(horizontalAlign)
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/utils/
H A DDisplayObjectUtil.as33 * @param horizontalAlign The alignment position along the horizontal axis. If <code>null</code>,
38 …public static function align(target:DisplayObject, bounds:Rectangle, horizontalAlign:String = null…
41 switch(horizontalAlign)
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/layout/
H A DLayoutAttributesMetadata.as87 public static const HORIZONTAL_ALIGN:String = "horizontalAlign";
160 return horizontalAlign;
242 public function get horizontalAlign():String
246 public function set horizontalAlign(value:String):void
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/advancedgrids/src/mx/controls/olapDataGridClasses/
H A DOLAPDataGridGroupRenderer.as104 [Style(name="horizontalAlign", type="String", inherit="no")]
365 var horizontalAlign:String = getStyle("horizontalAlign");
366 if (horizontalAlign == "left")
370 else if (horizontalAlign == "right")
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdaterDialogs/assets/
H A Dstyles.css42 horizontalAlign: "left";
91 horizontalAlign: "center";
160 horizontalAlign: "left";
301 horizontalAlign: "left";
397 horizontalAlign: "left";
503 horizontalAlign: "left";
660 horizontalAlign: "left";
758 horizontalAlign: "left";
848 horizontalAlign: "left";
935 horizontalAlign: "left";
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/elements/
H A DTableRowElement.cpp59 QList<Align> horizontalAlign = alignments( Qt::Horizontal ); in layout() local
76 if( horizontalAlign[ i ] == Center ) { in layout()
79 else if( horizontalAlign[ i ] == Right ) { in layout()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/themes/Ice/
H A DIce.css45 horizontalAlign: "center";
134 horizontalAlign: "left";
/dports/devel/okteta/okteta-0.26.6/libs/framesprint/
H A Dheaderfooterframerenderer.cpp122 const int horizontalAlign[3] = { Qt::AlignLeft, Qt::AlignHCenter, Qt::AlignRight }; in renderFrame() local
136 int align = verticalAlign | horizontalAlign[i]; in renderFrame()

123456