Home
last modified time | relevance | path

Searched refs:crSize (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/graphics/opendx/dx-4.4.4/src/uipp/java/layout/
H A DTableLayout.java165 protected int crSize[][] = {null, null}; field in TableLayout
1086 crSize[C] = new int[crSpec[C].length]; in calculateSize()
1087 crSize[R] = new int[crSpec[R].length]; in calculateSize()
1138 availableSize -= crSize[z][counter]; in assignAbsoluteSize()
1164 crSize[z][counter] = in assignRelativeSize()
1167 availableSize -= crSize[z][counter]; in assignRelativeSize()
1211 slackSize -= crSize[z][counter]; in assignFillSize()
1220 crSize[z][counter]++; in assignFillSize()
1359 crSize[z][counter] = maxSize; in assignPrefMinSize()
1735 crSize[z] = new int[numCr]; in calculateLayoutSize()
[all …]
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/style/
H A Dqtcurve_primitive.cpp1540 opts.crSize + (doEtch ? 2 : 0)); in drawPrimitiveIndicatorRadioButton()
1542 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1546 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorRadioButton()
1562 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1665 r.width() >= opts.crSize + 2 && in drawPrimitiveIndicatorCheckBox()
1666 r.height() >= opts.crSize + 2))); in drawPrimitiveIndicatorCheckBox()
1674 int crSize = opts.crSize + (doEtch ? 2 : 0); in drawPrimitiveIndicatorCheckBox() local
1675 QRect rect(r.x(), r.y() + (view ? -1 : 0), crSize, crSize); in drawPrimitiveIndicatorCheckBox()
1697 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorCheckBox()
1701 if (opts.crSize != CR_SMALL_SIZE) { in drawPrimitiveIndicatorCheckBox()
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/style/
H A Dqtcurve_primitive.cpp1540 opts.crSize + (doEtch ? 2 : 0)); in drawPrimitiveIndicatorRadioButton()
1542 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1546 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorRadioButton()
1562 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1665 r.width() >= opts.crSize + 2 && in drawPrimitiveIndicatorCheckBox()
1666 r.height() >= opts.crSize + 2))); in drawPrimitiveIndicatorCheckBox()
1674 int crSize = opts.crSize + (doEtch ? 2 : 0); in drawPrimitiveIndicatorCheckBox() local
1675 QRect rect(r.x(), r.y() + (view ? -1 : 0), crSize, crSize); in drawPrimitiveIndicatorCheckBox()
1697 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorCheckBox()
1701 if (opts.crSize != CR_SMALL_SIZE) { in drawPrimitiveIndicatorCheckBox()
[all …]
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/style/
H A Dqtcurve_primitive.cpp1540 opts.crSize + (doEtch ? 2 : 0)); in drawPrimitiveIndicatorRadioButton()
1542 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1546 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorRadioButton()
1562 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1665 r.width() >= opts.crSize + 2 && in drawPrimitiveIndicatorCheckBox()
1666 r.height() >= opts.crSize + 2))); in drawPrimitiveIndicatorCheckBox()
1674 int crSize = opts.crSize + (doEtch ? 2 : 0); in drawPrimitiveIndicatorCheckBox() local
1675 QRect rect(r.x(), r.y() + (view ? -1 : 0), crSize, crSize); in drawPrimitiveIndicatorCheckBox()
1697 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorCheckBox()
1701 if (opts.crSize != CR_SMALL_SIZE) { in drawPrimitiveIndicatorCheckBox()
[all …]
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/style/
H A Dqtcurve_primitive.cpp1540 opts.crSize + (doEtch ? 2 : 0)); in drawPrimitiveIndicatorRadioButton()
1542 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1546 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorRadioButton()
1562 if (opts.crSize != CR_SMALL_SIZE && menu) { in drawPrimitiveIndicatorRadioButton()
1665 r.width() >= opts.crSize + 2 && in drawPrimitiveIndicatorCheckBox()
1666 r.height() >= opts.crSize + 2))); in drawPrimitiveIndicatorCheckBox()
1674 int crSize = opts.crSize + (doEtch ? 2 : 0); in drawPrimitiveIndicatorCheckBox() local
1675 QRect rect(r.x(), r.y() + (view ? -1 : 0), crSize, crSize); in drawPrimitiveIndicatorCheckBox()
1697 if (isOO && r == QRect(0, 0, opts.crSize, opts.crSize)) { in drawPrimitiveIndicatorCheckBox()
1701 if (opts.crSize != CR_SMALL_SIZE) { in drawPrimitiveIndicatorCheckBox()
[all …]
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp3254 int checkSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawCheckBox()
3320 opts.crSize - 3); in drawCheckBox()
3349 opts.crSize + 2, opts.crSize + 2, false, in drawCheckBox()
3364 int dx = x + opts.crSize / 2 - pw / 2; in drawCheckBox()
3365 int dy = y + opts.crSize / 2 - ph/2; in drawCheckBox()
3370 int ty = y + opts.crSize / 2; in drawCheckBox()
3403 int optSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawRadioButton()
3451 qtcClipPath(cr, x, y, opts.crSize, opts.crSize, in drawRadioButton()
3491 radius = (opts.crSize - 0.5)/2.0; in drawRadioButton()
3496 radius = (opts.crSize - 1) / 2.0; in drawRadioButton()
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp3254 int checkSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawCheckBox()
3320 opts.crSize - 3); in drawCheckBox()
3349 opts.crSize + 2, opts.crSize + 2, false, in drawCheckBox()
3364 int dx = x + opts.crSize / 2 - pw / 2; in drawCheckBox()
3365 int dy = y + opts.crSize / 2 - ph/2; in drawCheckBox()
3370 int ty = y + opts.crSize / 2; in drawCheckBox()
3403 int optSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawRadioButton()
3451 qtcClipPath(cr, x, y, opts.crSize, opts.crSize, in drawRadioButton()
3491 radius = (opts.crSize - 0.5)/2.0; in drawRadioButton()
3496 radius = (opts.crSize - 1) / 2.0; in drawRadioButton()
[all …]
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp3254 int checkSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawCheckBox()
3320 opts.crSize - 3); in drawCheckBox()
3349 opts.crSize + 2, opts.crSize + 2, false, in drawCheckBox()
3364 int dx = x + opts.crSize / 2 - pw / 2; in drawCheckBox()
3365 int dy = y + opts.crSize / 2 - ph/2; in drawCheckBox()
3370 int ty = y + opts.crSize / 2; in drawCheckBox()
3403 int optSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawRadioButton()
3451 qtcClipPath(cr, x, y, opts.crSize, opts.crSize, in drawRadioButton()
3491 radius = (opts.crSize - 0.5)/2.0; in drawRadioButton()
3496 radius = (opts.crSize - 1) / 2.0; in drawRadioButton()
[all …]
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/style/
H A Ddrawing.cpp3254 int checkSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawCheckBox()
3320 opts.crSize - 3); in drawCheckBox()
3349 opts.crSize + 2, opts.crSize + 2, false, in drawCheckBox()
3364 int dx = x + opts.crSize / 2 - pw / 2; in drawCheckBox()
3365 int dy = y + opts.crSize / 2 - ph/2; in drawCheckBox()
3370 int ty = y + opts.crSize / 2; in drawCheckBox()
3403 int optSpace = doEtch ? opts.crSize + 2 : opts.crSize; in drawRadioButton()
3451 qtcClipPath(cr, x, y, opts.crSize, opts.crSize, in drawRadioButton()
3491 radius = (opts.crSize - 0.5)/2.0; in drawRadioButton()
3496 radius = (opts.crSize - 1) / 2.0; in drawRadioButton()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_design_ins_filed.pas74 fPanelHeader.Cursor:=crSize;
108 crSize :
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_design_ins_filed.pas74 fPanelHeader.Cursor:=crSize;
108 crSize :
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_design_ins_filed.pas74 fPanelHeader.Cursor:=crSize;
108 crSize :
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_design_ins_filed.pas74 fPanelHeader.Cursor:=crSize;
108 crSize :
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/fastdeploy/deploypatchgenerator/
H A Dapk_archive.cpp136 uint32_t crSize; in FindCDRecord() member
145 location.size = header->crSize; in FindCDRecord()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/archivers/lzma/lzma-19.00/C/
H A DMtDec.c517 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
518 inDataSize -= crSize; in ThreadFunc2()
519 p->crossEnd = crSize; in ThreadFunc2()
521 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/lzma/
H A DMtDec.c517 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
518 inDataSize -= crSize; in ThreadFunc2()
519 p->crossEnd = crSize; in ThreadFunc2()
521 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/C/
H A DMtDec.c516 size_t crSize = size - parse.srcSize; in ThreadFunc2() local
517 inDataSize -= crSize; in ThreadFunc2()
518 p->crossEnd = crSize; in ThreadFunc2()
520 memcpy(cr, parseData + parse.srcSize, crSize); in ThreadFunc2()

123456789