Home
last modified time | relevance | path

Searched refs:numberOfContours (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/math/vtk8/VTK-8.2.0/Examples/VisualizationAlgorithms/Cxx/
H A DFilledContours.cxx46 int numberOfContours = atoi(argv[2]); in main() local
47 if (numberOfContours > 1000) in main()
49 … std::cout << "ERROR: the number of contours " << numberOfContours << " exceeds 1000" << std::endl; in main()
52 if (numberOfContours <= 0) in main()
54 std::cout << "ERROR: the number of contours " << numberOfContours << " is <= 0" << std::endl; in main()
60 static_cast<double> (numberOfContours - 1); in main()
66 for (int i = 0; i < numberOfContours; i++) in main()
110 lut->SetNumberOfTableValues(numberOfContours + 1); in main()
127 contours->GenerateValues(numberOfContours, scalarRange[0], scalarRange[1]); in main()
H A DBandedContours.cxx40 int numberOfContours = atoi(argv[2]); in main() local
41 if (numberOfContours > 1000) in main()
43 … std::cout << "ERROR: the number of contours " << numberOfContours << " exceeds 1000" << std::endl; in main()
46 if (numberOfContours <= 0) in main()
48 std::cout << "ERROR: the number of contours " << numberOfContours << " is <= 0" << std::endl; in main()
58 numberOfContours, scalarRange[0], scalarRange[1]); in main()
62 lut->SetNumberOfTableValues(numberOfContours + 1); in main()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DGlyfTable.java87 final short numberOfContours = dis.readShort(); in GlyfTable() local
88 if (numberOfContours >= 0) { in GlyfTable()
89 _descript[i] = new GlyfSimpleDescript(this, i, numberOfContours, dis); in GlyfTable()
103 final short numberOfContours = dis.readShort(); in GlyfTable() local
104 if (numberOfContours < 0) { in GlyfTable()
H A DGlyfSimpleDescript.java73 final short numberOfContours, in GlyfSimpleDescript() argument
75 super(parentTable, glyphIndex, numberOfContours, di); in GlyfSimpleDescript()
78 _endPtsOfContours = new int[numberOfContours]; in GlyfSimpleDescript()
79 for (int i = 0; i < numberOfContours; i++) { in GlyfSimpleDescript()
84 _count = _endPtsOfContours[numberOfContours-1] + 1; in GlyfSimpleDescript()
H A DGlyfDescript.java81 final short numberOfContours, in GlyfDescript() argument
84 _numberOfContours = numberOfContours; in GlyfDescript()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DmultipleIso.py35 numberOfContours = 5 variable
36 epsilon = float(max - min) / float(numberOfContours * 10)
40 while i <= numberOfContours:
41 cf.SetValue(0, min + ((i - 1) / float(numberOfContours - 1)) * (max - min))
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DmultipleIso.py35 numberOfContours = 5 variable
36 epsilon = float(max - min) / float(numberOfContours * 10)
40 while i <= numberOfContours:
41 cf.SetValue(0, min + ((i - 1) / float(numberOfContours - 1)) * (max - min))
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A DmultipleIso.py36 numberOfContours = 5 variable
37 epsilon = float(max - min) / float(numberOfContours * 10)
41 while i <= numberOfContours:
42 cf.SetValue(0, min + ((i - 1) / float(numberOfContours - 1)) * (max - min))
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Tcl/
H A DmultipleIso.tcl32 set numberOfContours 5
33 set epsilon [expr double($max - $min) / double($numberOfContours * 10)]
37 for {set i 1} { $i <= $numberOfContours } {incr i} {
38 cf SetValue 0 [expr $min + (($i - 1) / double($numberOfContours - 1) )*($max - $min)]
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Cxx/
H A DFilledContours.cxx44 int numberOfContours = atoi(argv[2]); in main() local
48 static_cast<double> (numberOfContours - 1); in main()
54 for (int i = 0; i < numberOfContours; i++) in main()
98 lut->SetNumberOfTableValues(numberOfContours + 1); in main()
115 contours->GenerateValues(numberOfContours, scalarRange[0], scalarRange[1]); in main()
H A DBandedContours.cxx38 int numberOfContours = atoi(argv[2]); in main() local
46 numberOfContours, scalarRange[0], scalarRange[1]); in main()
50 lut->SetNumberOfTableValues(numberOfContours + 1); in main()
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dglyf.c45 glyf->numberOfContours = ttfGetSHORT(fp); in ttfLoadGLYF()
53 if (glyf->numberOfContours >= 0) in ttfLoadGLYF()
60 fprintf(fp,"\t numberOfContours:\t %d%s\n", glyf->numberOfContours, in ttfPrintGLYF()
61 glyf->numberOfContours == -1 ? " (Composite)": ""); in ttfPrintGLYF()
67 if (glyf->numberOfContours >= 0) in ttfPrintGLYF()
74 if (glyf->numberOfContours < 0) in ttfFreeGLYF()
79 SHORT nCnts = glyf->numberOfContours; in ttfLoadSimpleGlyph()
164 nPts = (glyf->endPtsOfContours)[glyf->numberOfContours-1]+1; in ttfPrintSimpleGlyph()
165 nCnts = glyf->numberOfContours; in ttfPrintSimpleGlyph()
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DAnimationContours.c150 if(numberOfContours<1) return; in new_plane()
158 values = g_malloc(numberOfContours*sizeof(gdouble)); in new_plane()
162 step = (max-min)/(numberOfContours/2); in new_plane()
163 for(i=0;i<numberOfContours/2;i++) values[i] = min + i*step; in new_plane()
164 for(i=numberOfContours/2;i<numberOfContours;i++) values[i] = -values[i-numberOfContours/2]; in new_plane()
173 step = (1.0)/(numberOfContours/2); in new_plane()
176 for(i=numberOfContours/2;i<numberOfContours;i++) values[i] = -values[i-numberOfContours/2]; in new_plane()
179 set_contours_values(numberOfContours, values, i0, i1, numPlane, gap); in new_plane()
184 gint numberOfContours; in first_plane() local
203 new_plane(numPlane, numberOfContours, minIso, maxIso, selectedPlanes); in first_plane()
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myfont/
H A Dglyf.c77 glyph->head.numberOfContours = myfont_read_16(&data); in myfont_glyf_load_data()
83 if(glyph->head.numberOfContours > 0) in myfont_glyf_load_data()
91 …uint16_t *endPtsOfContours = (uint16_t *)myfont_calloc(mf, glyph->head.numberOfContours, sizeof(ui… in myfont_glyf_load_simple()
96 offset = offset + (glyph->head.numberOfContours * 2) + 2; in myfont_glyf_load_simple()
101 for(uint16_t i = 0; i < glyph->head.numberOfContours; i++) { in myfont_glyf_load_simple()
107 glyph->pointCount = endPtsOfContours[(glyph->head.numberOfContours - 1)] + 1; in myfont_glyf_load_simple()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py141 if glyph.numberOfContours:
325 numberOfContours=glyph.numberOfContours,
334 numberOfContours=glyph.numberOfContours,
511 self.numberOfContours = 0
527 self.numberOfContours = 0
534 if self.numberOfContours == 0:
548 if self.numberOfContours == 0:
596 if self.numberOfContours < 0:
598 self.numberOfContours = self.numberOfContours + 1
624 self.numberOfContours = -1
[all …]
H A D_h_h_e_a.py58 if g.numberOfContours == 0:
60 if g.numberOfContours < 0 and not hasattr(g, "xMax"):
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py152 if glyph.numberOfContours:
326 numberOfContours=glyph.numberOfContours,
335 numberOfContours=glyph.numberOfContours,
558 self.numberOfContours = 0
574 self.numberOfContours = 0
581 if self.numberOfContours == 0:
595 if self.numberOfContours == 0:
645 self.numberOfContours = self.numberOfContours + 1
670 self.numberOfContours = -1
733 pos = 2*self.numberOfContours
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/Glyph/
H A DOutline.php30 public $numberOfContours; variable in FontLib\\Glyph\\Outline
89 $this->numberOfContours = $font->readInt16();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-ot-glyf-table.hh123 HBINT16 numberOfContours; /* If the number of contours is member
212 if (glyph_header.numberOfContours < 0) in get_iterator()
294 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
401 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh124 HBINT16 numberOfContours; /* If the number of contours is member
210 if (glyph_header.numberOfContours < 0) in get_iterator()
293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()

12345678910>>...13