Home
last modified time | relevance | path

Searched refs:sizeH (Results 1 – 25 of 92) sorted by relevance

1234

/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dimage.php24 $sizeH = $imSize[1]; variable
25 if (($sizeH > $max) || ($sizeW > $max)) {
26 if ($sizeH > $sizeW) {
27 $sizefactor = (float) ($max / $sizeH);
32 $newheight = (int) ($sizeH * $sizefactor);
39 … if (imagecopyresized($resized, $original, 0, 0, 0, 0, $newwidth, $newheight, $sizeW, $sizeH)) {
/dports/graphics/delaboratory/delaboratory-0.8/core/
H A Dhistogram.cc105 bool deHistogram::render(unsigned char* data, int sizeW, int sizeH, unsigned char g1, unsigned char… in render() argument
124 int h = sizeH * hh / mm; in render()
125 if (h > sizeH) in render()
127 h = sizeH; in render()
129 for (y = 0; y < sizeH - h; y++) in render()
135 for (y = sizeH - h; y < sizeH; y++) in render()
144 for (y = 0; y < sizeH; y++) in render()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dmultitext_dialog.cpp59 int posX, posY, sizeW, sizeH; in BEGIN_EVENT_TABLE() local
63 !RegistryGetInteger(REG_CONFIG_SECTION, REG_MT_DIALOG_SIZE_H, &sizeH)) in BEGIN_EVENT_TABLE()
68 SetSize(posX, posY, sizeW, sizeH); in BEGIN_EVENT_TABLE()
107 int posX, posY, sizeW, sizeH; in ~MultiTextDialog() local
109 GetSize(&sizeW, &sizeH); in ~MultiTextDialog()
113 !RegistrySetInteger(REG_CONFIG_SECTION, REG_MT_DIALOG_SIZE_H, sizeH)) in ~MultiTextDialog()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Properties/
H A Djucer_PositionPropertyBase.h186 PositionedRectangle::SizeMode sizeH = p.getHeightMode(); in showMenu() local
236 … const PositionedRectangle::SizeMode sizeMode = (dimension == componentWidth) ? sizeW : sizeH; in showMenu()
320 sizeH = PositionedRectangle::absoluteSize; in showMenu()
327 sizeH = PositionedRectangle::proportionalSize; in showMenu()
334 sizeH = PositionedRectangle::parentSizeMinusAbsolute; in showMenu()
358 xyRect.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
361 whRect.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
364 p.setModes (xAnchor, xMode, yAnchor, yMode, sizeW, sizeH, in showMenu()
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DEditorStatus.java84 private int sizeH; field in EditorStatus
204 if ((size.width != sizeW) || (size.height != sizeH)) { in paintComponent()
214 sizeH = size.height; in paintComponent()
221 sizeH = size.height; in paintComponent()
224 imageH = sizeH; in paintComponent()
236 g.drawString(message, Preferences.GUI_SMALL, (sizeH + ascent) / 2); in paintComponent()
375 int top = (sizeH - Preferences.BUTTON_HEIGHT) / 2; in setButtonBounds()
394 int editTop = (1 + sizeH - editHeight) / 2; // add 1 for ceil in setButtonBounds()
H A DEditorHeader.java85 int sizeW, sizeH; field in EditorHeader
202 if ((size.width != sizeW) || (size.height != sizeH)) { in paintComponent()
212 sizeH = size.height; in paintComponent()
218 sizeH = size.height; in paintComponent()
220 imageH = sizeH; in paintComponent()
273 int baseline = (sizeH + fontAscent) / 2; in paintComponent()
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dhh_avx2.h205 const size_t sizeH = size_mod32 - offsetH; in AppendPartial() local
206 const V4x32U outH = Load0To16<>(from + offsetH, sizeH, V4x32U(sizeH)); in AppendPartial()
235 const size_t sizeH = size_mod32 - offsetH; in AppendAndUpdate() local
236 packetH = Load0To16<>(from + offsetH, sizeH, V4x32U(sizeH)); in AppendAndUpdate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/
H A DTileIdentifier.java57 float sizeH = size.height / zoom; in getCSSRect() local
61 (int) (cssY + sizeH) ); in getCSSRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/
H A DTileIdentifier.java57 float sizeH = size.height / zoom; in getCSSRect() local
61 (int) (cssY + sizeH) ); in getCSSRect()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_negative.h387 void SetDefaultCropSize (const dng_urational &sizeH, in SetDefaultCropSize() argument
390 fDefaultCropSizeH = sizeH; in SetDefaultCropSize()
396 void SetDefaultCropSize (uint32 sizeH, in SetDefaultCropSize() argument
399 SetDefaultCropSize (dng_urational (sizeH, 1), in SetDefaultCropSize()
440 uint32 sizeH = Round_uint32 (fDefaultCropSizeH.As_real64 ()); in SetDefaultCropCentered() local
443 SetDefaultCropOrigin ((rawSize.h - sizeH) >> 1, in SetDefaultCropCentered()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src73 int * sizeH = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
128 int * sizeH = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src73 int * sizeH = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
128 int * sizeH = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src73 int * sizeH = (int *) bp; bp += 4;
74 size = wxSize(*sizeW,*sizeH);
128 int * sizeH = (int *) bp; bp += 4;
129 size = wxSize(*sizeW,*sizeH);
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dhistogram_panel.cc135 int sizeH = 200; in generateHistogram() local
139 … generated = histogram.render(renderedImage.getCurrentImageData(), width, sizeH, g1, g2, margin); in generateHistogram()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/vc1_dec/src/
H A Dumc_vc1_dec_bitplane.cpp177 int32_t sizeH = height/3; in Norm6ModeDecode() local
180 for(i = 0; i < sizeH; i++) in Norm6ModeDecode()
219 int32_t sizeH = height/2; in Norm6ModeDecode() local
222 for(i = 0; i < sizeH; i++) in Norm6ModeDecode()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_negative.h1001 void SetDefaultCropSize (const dng_urational &sizeH, in SetDefaultCropSize() argument
1004 fDefaultCropSizeH = sizeH; in SetDefaultCropSize()
1010 void SetDefaultCropSize (uint32 sizeH, in SetDefaultCropSize() argument
1013 SetDefaultCropSize (dng_urational (sizeH, 1), in SetDefaultCropSize()
1054 uint32 sizeH = Round_uint32 (fDefaultCropSizeH.As_real64 ()); in SetDefaultCropCentered() local
1057 SetDefaultCropOrigin ((rawSize.h - sizeH) >> 1, in SetDefaultCropCentered()
1370 void SetOriginalDefaultCropSize (const dng_urational &sizeH, in SetOriginalDefaultCropSize() argument
1373 fOriginalDefaultCropSizeH = sizeH; in SetOriginalDefaultCropSize()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src99 int sizeH;
100 if(!enif_get_int(env, size_t[1], &sizeH)) Badarg("size");
101 size = wxSize(sizeW,sizeH);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src99 int sizeH;
100 if(!enif_get_int(env, size_t[1], &sizeH)) Badarg("size");
101 size = wxSize(sizeW,sizeH);
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src99 int sizeH;
100 if(!enif_get_int(env, size_t[1], &sizeH)) Badarg("size");
101 size = wxSize(sizeW,sizeH);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/
H A DwxListCtrl.c_src99 int sizeH;
100 if(!enif_get_int(env, size_t[1], &sizeH)) Badarg("size");
101 size = wxSize(sizeW,sizeH);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp157 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1946 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1984 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2161 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2193 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2231 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2301 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2351 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2527 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2637 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp157 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1906 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1944 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2121 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2153 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2191 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2261 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2311 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2487 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2597 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/c_src/gen/
H A Dwxe_funcs.cpp157 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1946 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
1984 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2161 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2193 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2231 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2301 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2351 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2527 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
2637 size = wxSize(*sizeW,*sizeH); in wxe_dispatch()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_2.cpp94 int sizeH; in wxCalendarCtrl_new_3() local
163 int sizeH; in wxCalendarCtrl_Create() local
1025 int sizeH; in wxCaret_new_2() local
1069 int sizeH; in wxCaret_Create_2() local
1245 int sizeH; in wxCaret_SetSize_1() local
1339 int sizeH; in wxCheckBox_new_4() local
1397 int sizeH; in wxCheckBox_Create() local
1558 int sizeH; in wxCheckListBox_new_3() local
1687 int sizeH; in wxChoice_new_3() local
1738 int sizeH; in wxChoice_Create() local
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/c_src/gen/
H A Dwxe_wrapper_2.cpp94 int sizeH; in wxCalendarCtrl_new_3() local
163 int sizeH; in wxCalendarCtrl_Create() local
1025 int sizeH; in wxCaret_new_2() local
1069 int sizeH; in wxCaret_Create_2() local
1245 int sizeH; in wxCaret_SetSize_1() local
1339 int sizeH; in wxCheckBox_new_4() local
1397 int sizeH; in wxCheckBox_Create() local
1558 int sizeH; in wxCheckListBox_new_3() local
1687 int sizeH; in wxChoice_new_3() local
1738 int sizeH; in wxChoice_Create() local
[all …]

1234