Home
last modified time | relevance | path

Searched refs:topSkip (Results 1 – 22 of 22) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/layers/
H A Dbox_content.h226 void setInnerTopSkip(int topSkip, bool scrollBottomFixed = false);
233 int topSkip = 0,
236 setInnerTopSkip(topSkip);
245 int topSkip = 0,
248 setInnerTopSkip(topSkip);
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DBBeBCollector.cpp301 if (other.topSkip) in merge()
302 merged.topSkip = other.topSkip; in merge()
391 if (m_currentAttributes.top().topSkip) in openParagraph()
392 insert(props, "fo:margin-top", get(m_currentAttributes.top().topSkip), m_dpi); in openParagraph()
H A DBBeBTypes.cpp98 , topSkip() in BBeBAttributes()
H A DBBeBTypes.h136 boost::optional<unsigned> topSkip; member
H A DBBeBParser.cpp1373 attributes.topSkip = readU16(input); in readAttribute()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/info/profile/
H A Dinfo_profile_members.cpp214 auto topSkip = _header ? _header->height() : 0; in setupList() local
238 ? (topSkip in setupList()
244 _list->moveToLeft(0, topSkip); in setupList()
H A Dinfo_profile_actions.cpp384 auto topSkip = _wrap->add(CreateSlideSkipWidget(_wrap)); in setupMainButtons() local
386 topSkip->toggleOn(std::move(tracker).atLeastOneShownValue()); in setupMainButtons()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs131 , topSkip :: Int function
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
172 … = "CropTop("++ show outputWidth ++ "," ++ show topSkip ++ "->" ++ show outputHeight ++ ")\n"
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs131 , topSkip :: Int function
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
172 … = "CropTop("++ show outputWidth ++ "," ++ show topSkip ++ "->" ++ show outputHeight ++ ")\n"
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/Image/
H A DInternal.hs131 , topSkip :: Int function
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
172 … = "CropTop("++ show outputWidth ++ "," ++ show topSkip ++ "->" ++ show outputHeight ++ ")\n"
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/Image/
H A DInternal.hs131 , topSkip :: Int function
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
172 … = "CropTop("++ show outputWidth ++ "," ++ show topSkip ++ "->" ++ show outputHeight ++ ")\n"
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DParticleProbe.h30 Size topSkip = 5; member
H A DParticleProbe.cpp64 wxPoint offset(config.leftSkip, config.topSkip); in onPaint()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs352 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
355 let topSkip' = topSkip + outputHeight - h function
H A DPictureToSpans.hs284 addMaybeClipped CropTop {croppedImage, topSkip} = do
285 skipRows += topSkip
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs352 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
355 let topSkip' = topSkip + outputHeight - h function
H A DPictureToSpans.hs284 addMaybeClipped CropTop {croppedImage, topSkip} = do
285 skipRows += topSkip
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/
H A DImage.hs353 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
356 let topSkip' = topSkip + outputHeight - h function
H A DPictureToSpans.hs284 addMaybeClipped CropTop {croppedImage, topSkip} = do
285 skipRows += topSkip
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/
H A DImage.hs353 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
356 let topSkip' = topSkip + outputHeight - h function
H A DPictureToSpans.hs284 addMaybeClipped CropTop {croppedImage, topSkip} = do
285 skipRows += topSkip
/dports/devel/R-cran-data.table/data.table/src/
H A Dfread.c1616 int topSkip=0; // how many rows to auto-skip local
1691 topSkip = thisRow-thisBlockLines;
1692 …if (topSkip<0) topSkip=0; // inelegant but will do for now to pass single row input such as …
1735 row1line += topSkip;