Home
last modified time | relevance | path

Searched refs:resx (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/JESS/
H A Ddistorsion.c38 int resy, resx; in create_tables() local
41 resx = priv->resx; in create_tables()
47 for (j = 0; j < priv->resx; j++) in create_tables()
80 if (x < 0 || x >= priv->resx || y < 0 || y >= priv->resy ) in create_tables()
89 priv->table1[i * resx + j] = x + y * resx; in create_tables()
92 priv->table2[i * resx + j] = x + y * resx; in create_tables()
95 priv->table3[i * resx + j] = x + y * resx; in create_tables()
98 priv->table4[i * resx + j] = x + y * resx; in create_tables()
H A Ddraw.c105 int resx = priv->resx; in super_spectral_balls() local
173 int resx = priv->resx; in super_spectral() local
231 float x, y, z, xres2 = (float) (priv->resx >> 1); in grille_3d()
235 int resx = priv->resx; in grille_3d() local
304 float x, y, z, xres4 = (float) (priv->resx >> 2); in l2_grilles_3d()
309 int resx = priv->resx; in l2_grilles_3d() local
360 int resx = priv->resx; in burn_3d() local
626 int resx = priv->resx; in couleur() local
638 int resx = priv->resx; in courbes() local
646 for (i = 0; i < resx - 1 && i < 511; i++) in courbes()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/Test/System.Resources.Tools/
H A DStronglyTypedResourceBuilderResxFileTests.cs51 string resx = String.Empty; in ResXFilenameEmpty()
53 StronglyTypedResourceBuilder.Create (resx, in ResXFilenameEmpty()
85 string resx = null; in ResXFilenameNull()
87 StronglyTypedResourceBuilder.Create (resx, in ResXFilenameNull()
103 string resx = Path.GetTempFileName (); in ResXFileNotFound()
104 File.Delete (resx); in ResXFileNotFound()
106 StronglyTypedResourceBuilder.Create (resx, in ResXFileNotFound()
122 string resx = Path.GetTempFileName(); in ResXFileNotResx()
125 StronglyTypedResourceBuilder.Create (resx, in ResXFileNotResx()
137 File.Delete (resx); in ResXFileNotResx()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DResGenDependencies_Tests.cs23 string resx = CreateSampleResx(); in DirtyCleanScenario()
32 cache.GetResXFileInfo(resx); in DirtyCleanScenario()
44 cache.GetResXFileInfo(resx); in DirtyCleanScenario()
53 File.Delete(resx); in DirtyCleanScenario()
64 string resx = FileUtilities.GetTemporaryFile(); in CreateSampleResx()
65 File.Delete(resx); in CreateSampleResx()
67 using (FileStream f = new FileStream(resx, FileMode.CreateNew)) in CreateSampleResx()
77 return resx; in CreateSampleResx()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/bound_tightening/operators/
H A DimpliedBounds-exprDiv.cpp24 bool resx, resy = resx = false; in impliedBound() local
54 resx = true; in impliedBound()
59 resx = true; in impliedBound()
66 resx = true; in impliedBound()
71 resx = true; in impliedBound()
132 resx = updateBound (-1, xl, 0.) || resx; in impliedBound()
133 resx = updateBound (+1, xl, 0.) || resx; in impliedBound()
134 return resx || resy; in impliedBound()
224 resx = resxL || resxU; in impliedBound()
232 if (resx && xInt) { in impliedBound()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vmal/
H A Dvmal_operators.cxx32 double resx= (ax*n2*n2-ay*n1*n2+x0*n1*n1+y0*n1*n2)/norm; in project_point() local
34 if (((ax-resx)*(bx-resx)+(ay-resy)*(by-resy))>0) in project_point()
41 *x=resx; in project_point()
44 return std::sqrt((resx-x0)*(resx-x0)+(resy-y0)*(resy-y0)); in project_point()
68 double resx= (ax*n2*n2-ay*n1*n2+x0*n1*n1+y0*n1*n2)/norm; in project_point() local
69 px[0]=resx; in project_point()
73 return ((ax-resx)*(bx-resx)+(ay-resy)*(by-resy))<=0; in project_point()
/dports/audio/tempest_for_eliza/tempest_for_eliza-1.0.5/
H A Dplayer.cpp29 int resx; variable
127 myrect.w=resx; in mkrealsound()
141 t+=resx; in mkrealsound()
144 for (x = 0; x < resx; x++) { in mkrealsound()
151 t += horizontalspan - resx; in mkrealsound()
179 myrect.w=resx; in finishplay()
184 SDL_UpdateRect(screen,0,0,resx,resy); in finishplay()
193 myrect.w=resx; in flushplay()
206 SDL_UpdateRect(screen,0,0,resx,resy); in flushplay()
257 resx=1024; in main()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/unittest/
H A DTestVertexJit.cpp179 u8 resx = Get8(); in Assert8() local
181 if (resx != x || resy != y) { in Assert8()
187 u8 resx = Get8(); in Assert8() local
196 u8 resx = Get8(); in Assert8() local
207 u16 resx = Get16(); in Assert16() local
209 if (resx != x || resy != y) { in Assert16()
215 u16 resx = Get16(); in Assert16() local
229 float resx = GetFloat(); in AssertFloat() local
230 if (!CompareFloat(resx, x)) { in AssertFloat()
236 float resx = GetFloat(); in AssertFloat() local
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/unittest/
H A DTestVertexJit.cpp179 u8 resx = Get8(); in Assert8() local
181 if (resx != x || resy != y) { in Assert8()
187 u8 resx = Get8(); in Assert8() local
196 u8 resx = Get8(); in Assert8() local
207 u16 resx = Get16(); in Assert16() local
209 if (resx != x || resy != y) { in Assert16()
215 u16 resx = Get16(); in Assert16() local
229 float resx = GetFloat(); in AssertFloat() local
230 if (!CompareFloat(resx, x)) { in AssertFloat()
236 float resx = GetFloat(); in AssertFloat() local
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/unittest/
H A DTestVertexJit.cpp179 u8 resx = Get8(); in Assert8() local
181 if (resx != x || resy != y) { in Assert8()
187 u8 resx = Get8(); in Assert8() local
196 u8 resx = Get8(); in Assert8() local
207 u16 resx = Get16(); in Assert16() local
209 if (resx != x || resy != y) { in Assert16()
215 u16 resx = Get16(); in Assert16() local
229 float resx = GetFloat(); in AssertFloat() local
230 if (!CompareFloat(resx, x)) { in AssertFloat()
236 float resx = GetFloat(); in AssertFloat() local
[all …]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dtest_resx.py22 from translate.storage import resx, test_monolingual
26 UnitClass = resx.RESXUnit
91 self.store = resx.RESXFile.parsestring(self.resxsource % "")
101 new_unit = resx.RESXUnit("New translated value")
114 new_unit = resx.RESXUnit("New translated value")
130 StoreClass = resx.RESXFile
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/docs/commands/
H A Dresx2po.rst8 Converts .Net Resource (.resx) files to Gettext PO format, a monolingual file format used in
18 resx2po [options] <resx> <po>
19 po2resx [options] <po> <resx> -t <resx>
24 | <resx> | is a valid .resx file or directory of those files |
74 This example looks at roundtrip of .resx translations as well as recovery of
79 resx2po -P resx/ pot/
81 All .resx files found in the ``resx/`` directory are converted to Gettext POT
89 Using the English .resx files found in ``lang/`` and your existing Zulu
103 to .resx using the files in ``lang/`` as templates and placing your newly
104 translated .resx files in ``zu/``.
/dports/graphics/goom/goom2k4-0/sdl-goom/
H A Dsdl_goom.c123 static int resx = 400; variable
398 resx /= 2; in apply_double()
403 doubledec = resx % 32; in apply_double()
404 resx = resx - doubledec; in apply_double()
405 resx /= 2; in apply_double()
411 gsurf.width = resx; in apply_double()
413 gsurf.size = resx*resy; in apply_double()
578 sprintf (s,"%dx%d",resx,resy); in sdl_goom_render_pcm()
649 32, resx*8, in sdl_goom_render_pcm()
654 rect.w = resx * 2; in sdl_goom_render_pcm()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Test/SystemInfoExtension/
H A DMakefile.am27 EXTRAS = Resources.resx Resources.ca.resx
39 $(MAIN_RESOURCE): Resources.resx
40 resgen /compile Resources.resx
42 $(SATELLITE_ASSEMBLY): Resources.ca.resx
43 resgen /compile Resources.ca.resx
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/windows/intel/printer834/
H A Dprinter.tcl129 foreach {ary(resx) ary(resy)} $val {}
146 if { ![info exist ary(resx)] } {
150 set ary(resx) $tmp1
156 set ary(resx) 300
159 set ary(resx) 600
162 set ary(resx) 200
167 set ary(resx) 200
315 set lm [ expr $p(lm) * $p(resx) / 1000 ]
324 "p(resx)=$p(resx), p(resy)=$p(resy)" -font {courier 10}
382 set lm [ expr $printargs(lm) * $printargs(resx) / 1000 ]
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/CSharpFormLibrary/
H A DCSharpFormLibrary.CS2.csproj156 <DependentUpon>Resources.resx</DependentUpon>
161 <EmbeddedResource Include="IMECandidateForm.resx">
165 <EmbeddedResource Include="IMECandidateFrom2D.resx">
169 <EmbeddedResource Include="IMECompRichForm.resx">
173 <EmbeddedResource Include="IMEFilterForm.resx">
177 <EmbeddedResource Include="IMENotifyForm.resx">
181 <EmbeddedResource Include="IMEStatusForm.resx">
185 <EmbeddedResource Include="IMESymbolForm.resx">
189 <EmbeddedResource Include="IMETabControl.resx">
193 <EmbeddedResource Include="NotifyWindow.resx">
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/CSharpFormLibrary/
H A DCSharpFormLibrary.CS2.csproj156 <DependentUpon>Resources.resx</DependentUpon>
161 <EmbeddedResource Include="IMECandidateForm.resx">
165 <EmbeddedResource Include="IMECandidateFrom2D.resx">
169 <EmbeddedResource Include="IMECompRichForm.resx">
173 <EmbeddedResource Include="IMEFilterForm.resx">
177 <EmbeddedResource Include="IMENotifyForm.resx">
181 <EmbeddedResource Include="IMEStatusForm.resx">
185 <EmbeddedResource Include="IMESymbolForm.resx">
189 <EmbeddedResource Include="IMETabControl.resx">
193 <EmbeddedResource Include="NotifyWindow.resx">
[all …]
/dports/games/duel/duel/src/libDazzle/
H A DDazzle.cpp25 resx = in_ResX; in SetGfx()
59 resx = 640; in Init()
63 …if(useFullscreen_b == true) screen = SDL_SetVideoMode(resx, resy, colourDepth, SDL_OPENGL | SDL_FU… in Init()
64 else screen = SDL_SetVideoMode(resx, resy, colourDepth, SDL_OPENGL); in Init()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DSGDemTile.cxx19 resx = x; in SGDemTile()
23 pixResX = ((double)width/(double)8.0)/(double)(resx-1); in SGDemTile()
140 resx = x; in SGDemTile()
151 double overlapw = (double)w/(double)resx * overlap; in SGDemTile()
153 int nForcePixels = resx+(2*overlap), nForceLines = resy+(2*overlap); // -ts in SGDemTile()
164 …INFO, "overlapw: " << overlapw << " overlapw " << overlapw << " resx " << resx << " resy " << resy… in SGDemTile()
268 int p = (int)( (double)(resx-1) * fractLon + 1 ); in getAlt()
274 resx, resy, l, p ); in getAlt()
277 return raster[l*(resx+2)+p]; in getAlt()
301 printf("resx is %d resy is %d incw is %d incy is %d\n", resx, resy, incw, inch ); in getGeods()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/setup/
H A Dlast_update.php53 $resx = $result->fetchArray(SQLITE3_ASSOC);
54 $cache['svnrev'] = $resx['svnrev'];
61 $resx = $result->fetchArray(SQLITE3_ASSOC);
62 $lastupTime = (int)$resx['lastup'];
/dports/games/flightgear/flightgear-2020.3.11/utils/demconvert/
H A Ddemconvert.cxx43 int resx, resy; in main() local
120 if (!arguments.read("--resx", resx)) { in main()
123 if ( resx < 2 ) in main()
137 if ( overlap > (resx/2) || overlap > (resy/2) ) in main()
151 double lon_inc = (double)tileWidth / (double)resx; in main()
166 int outLvl = root->createLevel( tileWidth, tileHeight, resx, resy, overlap, ".tiff" ); in main()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GfxErrorDlg.cpp80 int resx = edittext_toi(hWnd,IDC_GFXERR_XINP); in GfxErrProcedure() local
82 if(resx < 1 || resy < 1) // res. will be 0 if the user supplies an invalid value in GfxErrProcedure()
91 if(iXRes == resx && iYRes == resy) in GfxErrProcedure()
105 int resx = edittext_toi(hWnd,IDC_GFXERR_XINP); in GfxErrProcedure() local
107 if(resx < 1 || resy < 1) break; in GfxErrProcedure()
109 Config.Graphics.ResX = resx; in GfxErrProcedure()
/dports/devel/msbuild/msbuild-0.06/documentation/wiki/
H A DLocalization.md2 - Neutral resources: [*resx](https://github.com/search?utf8=%E2%9C%93&q=repo%3AMicrosoft%2Fmsbuild+…
3 - `Strings.shared.resx` is a shared resource and gets embedded into all msbuild dlls
6 …keBuildEngine/Microsoft.Build.csproj#L659) (the resource file is `Strings.resx`), and its correspo…
9 - if you need to add / remove / update a resource, only do so in the neutral resx files. xlf files …
12 - converts xlf files to localized resx files
13 - the localized resx files are generated into the `$(IntermediaryOutputPath)`
/dports/graphics/vcg/vcg.1.30/src/
H A Dfisheye.c574 int *resx, *resy;
586 *resx = sfocus_x +
593 *resx = sfocus_x -
627 long *resx, *resy;
637 else *resx = COORD_HASHSIZE;
1425 int *resx, *resy;
1453 long *resx, *resy;
1834 int *resx, *resy;
1854 *resx = (int)x;
1868 long *resx, *resy;
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/cw/cpcc-win32/csharp/
H A DNDB_CPC.csproj137 RelPath = "ComputerAddDialog.resx"
152 RelPath = "ComputerRemoveDialog.af.resx"
157 RelPath = "ComputerRemoveDialog.resx"
167 RelPath = "CPC_Form.resx"
182 RelPath = "PanelWizard.resx"
197 RelPath = "ProcessDefineDialog.resx"
207 RelPath = "startDatabaseDlg.resx"

12345678910>>...39