Home
last modified time | relevance | path

Searched refs:innerRight (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dtabset.itk2461 [expr {$innerRight - $bevelamount}] $_top \
2462 $innerRight [expr {$_top + $bevelamount}]\
2489 [expr {$innerRight - $bevelamount}] $_top \
2494 [expr {$innerRight - $bevelamount}] $_top \
2495 $innerRight [expr {$_top + $bevelamount}]\
2525 set _offset [expr {$innerRight - $outerLeft}]
2574 [expr {$innerRight - $bevelamount}] $bottom \
2575 $innerRight [expr {$bottom - $bevelamount}]\
2603 [expr {$innerRight - $bevelamount}] $bottom \
2604 $innerRight [expr {$bottom - $bevelamount}]\
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DSelection.cpp442 int innerRight = qMin(area1.right(), area2.right()); in update() local
462 QPoint(innerRight, innerTop - 1))); in update()
466 changedRegion.add(QRect(QPoint(innerRight + 1, innerTop), in update()
469 changedRegion.add(QRect(QPoint(innerRight + 1, farTop), in update()
473 changedRegion.add(QRect(QPoint(innerRight + 1, innerBottom + 1), in update()
480 QPoint(innerRight, farBottom))); in update()
/dports/games/pioneer/pioneer-20210723/src/
H A DGeoPatch.cpp144 const Sint32 innerRight = edgeLen - 2; in UpdateVBOs() local
164 const Sint32 x = innerRight + 1; in UpdateVBOs()
170 GeoPatchContext::VBOVertex *vtxInr = &VBOVtxPtr[innerRight + (y * edgeLen)]; in UpdateVBOs()
/dports/biology/bbmap/bbmap/current/icecream/
H A DIceCreamFinder.java1210 int innerRight=ar.rLen-ar.qLen; local
1211 ar.junctionLoc=(innerLeft+innerRight)/2;
1244 int innerRight=ar.rLen-ar.qLen; local
1245 ar.junctionLoc=(innerLeft+innerRight)/2;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dmain_window.cpp941 auto innerRight = (inner.x() + inner.width() + extendBy); in canExtendNoMove() local
943 return innerRight <= desktopRight; in canExtendNoMove()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.h287 …void ESPER_Define_Special_Region(int regionId, int innerLeft, int innerTop, int innerRight, int in…
H A Dscript.cpp1769 …R_Define_Special_Region(int regionId, int innerLeft, int innerTop, int innerRight, int innerBottom… in ESPER_Define_Special_Region() argument
1770 …_vm->_esper->defineRegion(regionId, Common::Rect(innerLeft, innerTop, innerRight, innerBottom), Co… in ESPER_Define_Special_Region()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.h291 …void ESPER_Define_Special_Region(int regionId, int innerLeft, int innerTop, int innerRight, int in…
H A Dscript.cpp1800 …R_Define_Special_Region(int regionId, int innerLeft, int innerTop, int innerRight, int innerBottom… in ESPER_Define_Special_Region() argument
1801 …_vm->_esper->defineRegion(regionId, Common::Rect(innerLeft, innerTop, innerRight, innerBottom), Co… in ESPER_Define_Special_Region()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.cpp3177 const auto innerRight = edge.size(); in commitMarkdownReplacement() local
3186 const auto last = outer.size() - innerRight; in commitMarkdownReplacement()
3197 const auto innerLength = outer.size() - innerLeft - innerRight; in commitMarkdownReplacement()
3206 && !IsNewline(outer.at(outer.size() - innerRight - 1)); in commitMarkdownReplacement()