Home
last modified time | relevance | path

Searched refs:skipRight (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/attach/
H A Dattach_album_thumbnail.cpp508 const auto &skipRight = st::sendBoxAlbumGroupSkipRight; in paintButtons() local
519 const auto groupX = point.x() + ((groupWidth + skipRight * 2 > outerWidth) in paintButtons()
521 : outerWidth - skipRight - groupWidth); in paintButtons()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DLineState.hs36 skipRight,
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
220 skipRight f (IMode xs ys) = let (ws,zs) = span (f . baseChar) ys function
H A DEmacs.hs103 IMode xs ys = skipRight (not . isAlphaNum) im
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DLineState.hs36 skipRight,
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
220 skipRight f (IMode xs ys) = let (ws,zs) = span (f . baseChar) ys function
H A DEmacs.hs103 IMode xs ys = skipRight (not . isAlphaNum) im
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DLineState.hs36 skipRight,
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
220 skipRight f (IMode xs ys) = let (ws,zs) = span (f . baseChar) ys function
H A DEmacs.hs103 IMode xs ys = skipRight (not . isAlphaNum) im
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php122 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php122 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php123 public function skipRight(int $pos, $skipTokenType) { function in PhpParser\\Internal\\TokenStream
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Dpanel_animation.cpp451 if (auto skipRight = (outerRight % pixelRatio)) { in paintFrame() local
452 outerRight += (pixelRatio - skipRight); in paintFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkBlitter.cpp861 bool skipRight = !rightAlpha; in blitAntiRect() local
862 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkBlitter.cpp856 bool skipRight = !rightAlpha; in blitAntiRect() local
858 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkBlitter.cpp857 bool skipRight = !rightAlpha; in blitAntiRect() local
859 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkBlitter.cpp856 bool skipRight = !rightAlpha; in blitAntiRect() local
858 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkBlitter.cpp856 bool skipRight = !rightAlpha; in blitAntiRect() local
858 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkBlitter.cpp856 bool skipRight = !rightAlpha; in blitAntiRect() local
858 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dtabbed_selector.cpp201 if (auto skipRight = (outerRight % cIntRetinaFactor())) { in paintFrame() local
202 outerRight += (cIntRetinaFactor() - skipRight); in paintFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkBlitter.cpp1141 bool skipRight = !rightAlpha; in blitAntiRect() local
1143 width + 2 - skipRight - skipLeft, height))); in blitAntiRect()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.cpp1508 auto skipRight = _st.item.photoPosition.x(); in paintRow() local
1515 auto namew = outerWidth - namex - skipRight; in paintRow()
1520 - skipRight; in paintRow()

12