Home
last modified time | relevance | path

Searched refs:resize2 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/undo/
H A DResizeCommandTest.cpp63 ResizeCommand resize2(item, 1, newPosition2, false); in TestMergeWith_Should_TakeNewHandlePositionFromLastResizeCommand() local
66 resize1.mergeWith(&resize2); in TestMergeWith_Should_TakeNewHandlePositionFromLastResizeCommand()
81 ResizeCommand resize2(item, 1, newPosition2, false); in TestMergeWith_Should_KeepInitialPositionFromFirstResizeCommand() local
83 resize1.mergeWith(&resize2); in TestMergeWith_Should_KeepInitialPositionFromFirstResizeCommand()
103 ResizeCommand resize2(item2, 1, newPosition2, false); in TestMergeWith_Should_NotMergeResizeCommands_When_ItemsAreNotTheSame() local
106 resize1.mergeWith(&resize2); in TestMergeWith_Should_NotMergeResizeCommands_When_ItemsAreNotTheSame()
121 ResizeCommand resize2(item1, 3, newPosition2, false); in TestMergeWith_Should_NotMergeResizeCommands_When_HandlesAreNotTheSame() local
124 resize1.mergeWith(&resize2); in TestMergeWith_Should_NotMergeResizeCommands_When_HandlesAreNotTheSame()
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/Testing/Cxx/
H A DImageResize3D.cxx68 vtkSmartPointer<vtkImageResize> resize2 = in ImageResize3D() local
70 resize2->SetInputConnection(reader->GetOutputPort()); in ImageResize3D()
71 resize2->SetResizeMethodToMagnificationFactors(); in ImageResize3D()
72 resize2->SetMagnificationFactors(4, 4, 1); in ImageResize3D()
73 resize2->InterpolateOff(); in ImageResize3D()
87 imageMapper->SetInputConnection(resize2->GetOutputPort()); in ImageResize3D()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/Testing/Cxx/
H A DImageResize3D.cxx63 vtkSmartPointer<vtkImageResize> resize2 = vtkSmartPointer<vtkImageResize>::New(); in ImageResize3D() local
64 resize2->SetInputConnection(reader->GetOutputPort()); in ImageResize3D()
65 resize2->SetResizeMethodToMagnificationFactors(); in ImageResize3D()
66 resize2->SetMagnificationFactors(4, 4, 1); in ImageResize3D()
67 resize2->InterpolateOff(); in ImageResize3D()
80 imageMapper->SetInputConnection(resize2->GetOutputPort()); in ImageResize3D()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Cxx/
H A DImageResize3D.cxx68 vtkSmartPointer<vtkImageResize> resize2 = in ImageResize3D() local
70 resize2->SetInputConnection(reader->GetOutputPort()); in ImageResize3D()
71 resize2->SetResizeMethodToMagnificationFactors(); in ImageResize3D()
72 resize2->SetMagnificationFactors(4, 4, 1); in ImageResize3D()
73 resize2->InterpolateOff(); in ImageResize3D()
87 imageMapper->SetInputConnection(resize2->GetOutputPort()); in ImageResize3D()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
H A D430AofA.frag100 float resize2[][5][7];
101 float resize2[3][4][7]; // ERROR, inner dim change
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
H A D430AofA.frag100 float resize2[][5][7];
101 float resize2[3][4][7]; // ERROR, inner dim change
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
H A D430AofA.frag100 float resize2[][5][7];
101 float resize2[3][4][7]; // ERROR, inner dim change
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
H A D430AofA.frag100 float resize2[][5][7];
101 float resize2[3][4][7]; // ERROR, inner dim change
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/graphics/glslang/glslang-11.7.1/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/
H A Darray.frag97 float resize2[];
98 resize2[5] = 4.0;
99 float resize2[5]; // should be ERROR, but is not
100 resize2.length();
101 resize2[5] = 4.0; // ERROR
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dtransition_bwthresh.script94 system("$convert_command $img_prefix$in -resize $rwidth!x$rheight! resize2.png");
96 … system("$convert_command -threshold ".($p0)." resize2.png -monochrome mask.png");
99 … system("$convert_command -threshold ".(65535-$p0)." -negate resize2.png -monochrome mask.png");
101 …system("$composite_command -compose over -geometry $rwidth!x$rheight! resize2.png -geometry +$xoff…
109 unlink <mask.png resize.png resize2.png>;
/dports/graphics/epix/epix-1.2.19/samples/
H A Dclipping.xp122 surface(f, R.resize1(0,MAX).resize2(-MAX,0));
147 surface(f, R.resize1(0, x_0).resize2(0,y_0)); // behind both planes
162 plot(f, R.slice1(x_0).resize2(0, y_0));
169 surface(f, R.resize1(x_0, MAX).resize2(0,y_0)); // back right piece
191 surface(f, R.resize1(0, x_0).resize2(y_0, MAX)); // front left piece
206 plot(f, R.slice1(x_0).resize2(y_0, MAX));
213 surface(f, R.resize1(x_0, MAX).resize2(y_0, MAX)); // front right piece
H A Dsqrt2.xp37 scenery surf(f, R.resize2(1,2));
42 surf.add(f, R.resize2(0,1));
/dports/cad/oregano/oregano-0.84.43/src/sheet/
H A Dwire-item.c90 GooCanvasRect *resize2; // Resize box of the wire member
158 priv->resize2 = NULL; in wire_item_init()
226 priv->resize2 = GOO_CANVAS_RECT (goo_canvas_rect_new ( in wire_item_new()
233 g_object_set (priv->resize2, "visibility", GOO_CANVAS_ITEM_INVISIBLE, NULL); in wire_item_new()
453 g_object_set (wire_item->priv->resize2, "x", length.x - RESIZER_SIZE, "y", in wire_rotated_callback()
496 g_object_set (item->priv->resize2, "visibility", GOO_CANVAS_ITEM_VISIBLE, NULL); in select_idle_callback()
510 g_object_set (item->priv->resize2, "visibility", GOO_CANVAS_ITEM_INVISIBLE, NULL); in deselect_idle_callback()
755 g_object_set (item->priv->resize2, "x", length.x - RESIZER_SIZE, "y", length.y - RESIZER_SIZE, in wire_changed_callback()
/dports/print/R-cran-knitr/knitr/R/
H A Dhooks-latex.R61 resize1 = resize2 = '' functionVar
65 resize2 = '} '
71 resize2 = '} '
181 resize2, sub2, sep.cur, align2, fig2
/dports/security/yapet/yapet-2.3/libyacurs/tests/ui-non-interactive/
H A DMakefile.in98 resize2$(EXEEXT) widget1$(EXEEXT) widget2$(EXEEXT) \
194 resize2_SOURCES = resize2.cc
195 resize2_OBJECTS = resize2.$(OBJEXT)
234 ./$(DEPDIR)/resize2.Po ./$(DEPDIR)/vrule1.Po \
260 resize2.cc vrule1.cc widget1.cc widget2.cc widget3.cc
265 resize1.cc resize2.cc vrule1.cc widget1.cc widget2.cc \

12345