Home
last modified time | relevance | path

Searched refs:shapeString (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/gtk/
H A DGtk_PangoShaper.cc175 const AreaRef normal = (charSpec->ch != 0) ? shapeString(context, &charSpec->ch, 1) : 0; in shapeStretchyCharH()
176 const AreaRef left = (charSpec->left != 0) ? shapeString(context, &charSpec->left, 1) : 0; in shapeStretchyCharH()
177 const AreaRef glue = (charSpec->glue != 0) ? shapeString(context, &charSpec->glue, 1) : 0; in shapeStretchyCharH()
178 const AreaRef right = (charSpec->right != 0) ? shapeString(context, &charSpec->right, 1) : 0; in shapeStretchyCharH()
192 AreaRef normal = (charSpec->ch != 0) ? shapeString(context, &charSpec->ch, 1) : 0; in shapeStretchyCharV()
193 AreaRef top = (charSpec->top != 0) ? shapeString(context, &charSpec->top, 1) : 0; in shapeStretchyCharV()
194 AreaRef glue = (charSpec->glue != 0) ? shapeString(context, &charSpec->glue, 1) : 0; in shapeStretchyCharV()
195 AreaRef middle = (charSpec->middle != 0) ? shapeString(context, &charSpec->middle, 1) : 0; in shapeStretchyCharV()
196 AreaRef bottom = (charSpec->bottom != 0) ? shapeString(context, &charSpec->bottom, 1) : 0; in shapeStretchyCharV()
H A DGtk_DefaultPangoShaper.cc118 context.pushArea(n, shapeString(context, uni_buffer, n)); in shape()
123 Gtk_DefaultPangoShaper::shapeString(const ShapingContext& context, const gunichar* uni_buffer, unsi… in shapeString() function in Gtk_DefaultPangoShaper
H A DGtk_DefaultPangoShaper.hh69 AreaRef shapeString(const class ShapingContext&, const gunichar*, unsigned) const;
/dports/graphics/krita/krita-4.4.8/plugins/generators/gradient/
H A DKisGradientGeneratorConfiguration.h252 static inline KisGradientPainter::enumGradientShape stringToShape(QString const & shapeString,
255 if (shapeString == "linear") {
257 } else if (shapeString == "bilinear") {
259 } else if (shapeString == "radial") {
261 } else if (shapeString == "square") {
263 } else if (shapeString == "conical") {
265 } else if (shapeString == "conical_symetric") {
267 } else if (shapeString == "spiral") {
269 } else if (shapeString == "reverse_spiral") {
271 } else if (shapeString == "polygonal") {
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/src/
H A DMatrix.php528 public function shapeString() : string function in Tensor\\Matrix
627 . " square, {$this->shapeString()} given.");
823 . " square, {$this->shapeString()} given.");
2372 . " expected but {$b->shapeString()} given.");
2403 . " expected but {$b->shapeString()} given.");
2434 . " expected but {$b->shapeString()} given.");
2465 . " expected but {$b->shapeString()} given.");
2496 . " expected but {$b->shapeString()} given.");
2527 . " expected but {$b->shapeString()} given.");
2558 . " expected but {$b->shapeString()} given.");
[all …]
H A DTensor.php61 public function shapeString() : string; function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java151 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
155 if (shapeString.equals("rect")) { in createRegionContainment()
158 else if (shapeString.equals("circle")) { in createRegionContainment()
161 else if (shapeString.equals("poly")) { in createRegionContainment()
164 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMap.java152 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
156 if (shapeString.equals("rect")) { in createRegionContainment()
159 else if (shapeString.equals("circle")) { in createRegionContainment()
162 else if (shapeString.equals("poly")) { in createRegionContainment()
165 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java151 String shapeString = ((String)shape).toLowerCase(); in createRegionContainment() local
155 if (shapeString.equals("rect")) { in createRegionContainment()
158 else if (shapeString.equals("circle")) { in createRegionContainment()
161 else if (shapeString.equals("poly")) { in createRegionContainment()
164 else if (shapeString.equals("default")) { in createRegionContainment()
/dports/cad/sumo/sumo-1.2.0/tools/
H A Ddistricts2poly.py59 shapeString = ' '.join('%s,%s' % (x, y) for x, y in shape)
61 id, net.getEdge(edge).getID(), color, layer, shapeString))
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_base/
H A Dxmlman.py148 def process_shape(shapeString, offset=[0.0, 0.0]): argument
150 es = shapeString.rstrip().split(" ")
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tests/
H A DColumnVectorTest.php80 public function shapeString() : void function in Tensor\\Tests\\ColumnVectorTest
82 $this->assertEquals('3', $this->a->shapeString());
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/
H A Dtensor.zep.c85 ZEPHIR_DOC_METHOD(Tensor_Tensor, shapeString);
H A Dtensor.zep.h65 PHP_ABSTRACT_ME(Tensor_Tensor, shapeString, arginfo_tensor_tensor_shapestring) in ZEND_END_ARG_INFO()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tensor/
H A Dmatrix.zep556 public function shapeString() -> string function in Tensor\\Matrix
655 . " square, " . this->shapeString() . " given.");
2400 throw new DimensionalityMismatch(this->shapeString()
2425 throw new DimensionalityMismatch(this->shapeString()
2450 throw new DimensionalityMismatch(this->shapeString()
2475 throw new DimensionalityMismatch(this->shapeString()
2501 throw new DimensionalityMismatch(this->shapeString()
2527 throw new DimensionalityMismatch(this->shapeString()
2553 throw new DimensionalityMismatch(this->shapeString()
2579 throw new DimensionalityMismatch(this->shapeString()
[all …]
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/src/Decompositions/
H A DEigen.php47 . " square, {$a->shapeString()} given.");
H A DCholesky.php38 . " square, {$a->shapeString()} given.");
/dports/cad/sumo/sumo-1.2.0/tools/route/
H A Droute2poly.py158 shapeString = ' '.join('%s,%s' % (x, y) for x, y in shape)
163 id, color, options.layer, type, shapeString, geoFlag, lineWidth, close))

12