Home
last modified time | relevance | path

Searched defs:nHeight (Results 1 – 25 of 1996) sorted by relevance

12345678910>>...80

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dchainparams.cpp584 void CChainParams::UpdateOpSenderBlockHeight(int nHeight) in UpdateOpSenderBlockHeight()
589 void UpdateOpSenderBlockHeight(int nHeight) in UpdateOpSenderBlockHeight()
599 void UpdateBtcEcrecoverBlockHeight(int nHeight) in UpdateBtcEcrecoverBlockHeight()
609 void UpdateConstantinopleBlockHeight(int nHeight) in UpdateConstantinopleBlockHeight()
633 void UpdateDifficultyChangeBlockHeight(int nHeight) in UpdateDifficultyChangeBlockHeight()
643 void UpdateOfflineStakingBlockHeight(int nHeight) in UpdateOfflineStakingBlockHeight()
658 void CChainParams::UpdateLastMPoSBlockHeight(int nHeight) in UpdateLastMPoSBlockHeight()
663 void UpdateLastMPoSBlockHeight(int nHeight) in UpdateLastMPoSBlockHeight()
673 void UpdateReduceBlocktimeHeight(int nHeight) in UpdateReduceBlocktimeHeight()
708 void CChainParams::UpdateMuirGlacierHeight(int nHeight) in UpdateMuirGlacierHeight()
[all …]
H A Dpos.cpp71 int nHeight = pindexPrev->nHeight + 1; in CheckStakeKernelHash() local
129 int nHeight = pindexPrev->nHeight + 1; in GetStakeCoin() local
193 int nHeight = pindexPrev->nHeight + 1; in CheckProofOfStake() local
270 bool CheckCoinStakeTimestamp(uint32_t nTimeBlock, int nHeight, const Consensus::Params& consensusPa… in CheckCoinStakeTimestamp()
420 int nHeight = pindexPrev->nHeight + 1; in CheckKernel() local
470 int nHeight = pindexPrev->nHeight + 1; in CacheKernel() local
576 void CleanScriptCache(int nHeight, const Consensus::Params& consensusParams) in CleanScriptCache()
592 bool ReadFromScriptCache(BlockScript &script, CBlockIndex* pblockindex, int nHeight, const Consensu… in ReadFromScriptCache()
610 void AddToScriptCache(BlockScript script, CBlockIndex* pblockindex, int nHeight, const Consensus::P… in AddToScriptCache()
621 bool AddMPoSScript(std::vector<BlockScript> &mposScriptList, int nHeight, const Consensus::Params& … in AddMPoSScript()
[all …]
H A Dcheckpoints.cpp16 bool CheckHardened(int nHeight, const uint256& hash, const CCheckpointData& data) in CheckHardened()
54 bool CheckSync(int nHeight) in CheckSync()
H A Dpow.cpp43 inline arith_uint256 GetLimit(int nHeight, const Consensus::Params& params, bool fProofOfStake) in GetLimit()
83 int nHeight = pindexLast->nHeight + 1; in GetNextWorkRequired() local
110 int nHeight = pindexLast->nHeight + 1; in CalculateNextWorkRequired() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/helper/
H A Dshape.cxx27 const sal_Int32 nHeight) in createEllipse()
35 const sal_Int32 nHeight) in createLine()
43 const sal_Int32 nWidth, const sal_Int32 nHeight) in createRectangle()
50 const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight) in createShape()
H A Dform.cxx30 const sal_Int32 nHeight, const sal_Int32 nWidth) in createCommandButton()
37 const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nHeight, const sal_Int32 nWidth) in createControlShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/helper/
H A Dshape.cxx32 const sal_Int32 nHeight) in createEllipse()
40 const sal_Int32 nHeight) in createLine()
48 const sal_Int32 nWidth, const sal_Int32 nHeight) in createRectangle()
56 const sal_Int32 nWidth, const sal_Int32 nHeight) in createShape()
H A Dform.cxx35 const sal_Int32 nHeight, const sal_Int32 nWidth) in createCommandButton()
42 const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nHeight, const sal_Int32 nWidth) in createControlShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxsheetcellcursor.cxx38 const sal_Int32 nHeight = aCellRangeAddr.EndRow - aCellRangeAddr.StartRow + 1; in testCollapseToCurrentArray() local
60 const sal_Int32 nWidth = 4, nHeight = 4; in testCollapseToCurrentRegion() local
78 const sal_Int32 nLeftCol = 0, nTopRow = 0, nWidth = 8, nHeight = 8; in testCollapseToMergedArea() local
101 const sal_Int32 nWidth = 1, nHeight = 1; in testCollapseToSize() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxsheetcellcursor.cxx38 const sal_Int32 nHeight = aCellRangeAddr.EndRow - aCellRangeAddr.StartRow + 1; in testCollapseToCurrentArray() local
60 const sal_Int32 nWidth = 4, nHeight = 4; in testCollapseToCurrentRegion() local
78 const sal_Int32 nLeftCol = 0, nTopRow = 0, nWidth = 8, nHeight = 8; in testCollapseToMergedArea() local
101 const sal_Int32 nWidth = 1, nHeight = 1; in testCollapseToSize() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx31 void SwShadowCursor::SetPos( const Point& rPt, tools::Long nHeight, sal_uInt16 nMode ) in SetPos()
47 void SwShadowCursor::DrawTri( const Point& rPt, tools::Long nHeight, bool bLeft ) in DrawTri()
67 void SwShadowCursor::DrawCursor( const Point& rPt, tools::Long nHeight, sal_uInt16 nMode ) in DrawCursor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx33 void SwShadowCursor::SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode ) in SetPos()
49 void SwShadowCursor::DrawTri( const Point& rPt, long nHeight, bool bLeft ) in DrawTri()
69 void SwShadowCursor::DrawCursor( const Point& rPt, long nHeight, sal_uInt16 nMode ) in DrawCursor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/
H A Dtexture.cxx43 ImplOpenGLTexture::ImplOpenGLTexture( int nWidth, int nHeight, bool bAllocate ) : in ImplOpenGLTexture()
89 ImplOpenGLTexture::ImplOpenGLTexture( int nX, int nY, int nWidth, int nHeight ) : in ImplOpenGLTexture()
121 ImplOpenGLTexture::ImplOpenGLTexture( int nWidth, int nHeight, int nFormat, int nType, void const *… in ImplOpenGLTexture()
208 bool ImplOpenGLTexture::InsertBuffer(int nX, int nY, int nWidth, int nHeight, int nFormat, int nTyp… in InsertBuffer()
279 OpenGLTexture::OpenGLTexture( int nWidth, int nHeight, bool bAllocate ) in OpenGLTexture()
286 OpenGLTexture::OpenGLTexture( int nX, int nY, int nWidth, int nHeight ) in OpenGLTexture()
293 OpenGLTexture::OpenGLTexture( int nWidth, int nHeight, int nFormat, int nType, void const * pData ) in OpenGLTexture()
318 int nX, int nY, int nWidth, int nHeight ) in OpenGLTexture()
468 bool OpenGLTexture::CopyData(int nWidth, int nHeight, int nFormat, int nType, sal_uInt8 const * pDa… in CopyData()
554 long nHeight = maRect.GetHeight(); in Read() local
H A DPackedTextureAtlas.cxx35 Node::Node(int nWidth, int nHeight) in Node()
51 Node* Node::insert(int nWidth, int nHeight, int nPadding) in insert()
142 OpenGLTexture PackedTextureAtlasManager::Reserve(int nWidth, int nHeight) in Reserve()
162 OpenGLTexture PackedTextureAtlasManager::InsertBuffer(int nWidth, int nHeight, int nFormat, int nTy… in InsertBuffer()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DLayoutWindow.cpp21 LayoutObjectPtr CLayoutWindow::CreateButtonBehavior(unsigned int nWidth, unsigned int nHeight, CWin… in CreateButtonBehavior()
26 LayoutObjectPtr CLayoutWindow::CreateTextBoxBehavior(unsigned int nWidth, unsigned int nHeight, CWi… in CreateTextBoxBehavior()
49 unsigned int nHeight = GetBottom() - GetTop(); in RefreshGeometry() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dimage_win32.cpp36 HBITMAP PNGLoadBitmap(HWND hWnd, FILE* fp, int nWidth, int nHeight, int nPreset) in PNGLoadBitmap()
47 …mapBuffer(HWND hWnd, unsigned char* buffer, int bufferLength, int nWidth, int nHeight, int nPreset) in PNGLoadBitmapBuffer()
58 HBITMAP LoadBitmap(HWND hWnd, FILE* fp, int nWidth, int nHeight, int nPreset) in LoadBitmap()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp37 isExpired (unsigned nPrevHeight, unsigned nHeight) in isExpired()
86 CheckNameTransaction (const CTransaction& tx, unsigned nHeight, in CheckNameTransaction()
296 ApplyNameTransaction (const CTransaction& tx, unsigned nHeight, in ApplyNameTransaction()
349 ExpireNames (unsigned nHeight, CCoinsViewCache& view, CBlockUndo& undo, in ExpireNames()
430 UnexpireNames (unsigned nHeight, CBlockUndo& undo, CCoinsViewCache& view, in UnexpireNames()
496 const unsigned nHeight = ::ChainActive ().Height (); in CheckNameDB() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp37 isExpired (unsigned nPrevHeight, unsigned nHeight) in isExpired()
86 CheckNameTransaction (const CTransaction& tx, unsigned nHeight, in CheckNameTransaction()
296 ApplyNameTransaction (const CTransaction& tx, unsigned nHeight, in ApplyNameTransaction()
349 ExpireNames (unsigned nHeight, CCoinsViewCache& view, CBlockUndo& undo, in ExpireNames()
430 UnexpireNames (unsigned nHeight, CBlockUndo& undo, CCoinsViewCache& view, in UnexpireNames()
496 const unsigned nHeight = ::ChainActive ().Height (); in CheckNameDB() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp37 isExpired (unsigned nPrevHeight, unsigned nHeight) in isExpired()
86 CheckNameTransaction (const CTransaction& tx, unsigned nHeight, in CheckNameTransaction()
296 ApplyNameTransaction (const CTransaction& tx, unsigned nHeight, in ApplyNameTransaction()
349 ExpireNames (unsigned nHeight, CCoinsViewCache& view, CBlockUndo& undo, in ExpireNames()
430 UnexpireNames (unsigned nHeight, CBlockUndo& undo, CCoinsViewCache& view, in UnexpireNames()
496 const unsigned nHeight = ::ChainActive ().Height (); in CheckNameDB() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/table/
H A Drowht.cxx33 …SwTwips nHeight = static_cast< SwTwips >(m_xHeightEdit->denormalize(m_xHeightEdit->get_value(Field… in Apply() local
58 auto nHeight = pSz->GetHeight(); in SwTableHeightDlg() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/table/
H A Drowht.cxx40 …SwTwips nHeight = static_cast< SwTwips >(m_xHeightEdit->denormalize(m_xHeightEdit->get_value(Field… in Apply() local
65 auto nHeight = pSz->GetHeight(); in SwTableHeightDlg() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/
H A DVisualBackendTest.cxx42 tools::Long nHeight = rRect.GetHeight(); in drawBitmapCentered() local
57 tools::Long nHeight = rRect.GetHeight(); in drawBitmapScaledAndCentered() local
165 static void testRectangles(vcl::RenderContext& rRenderContext, int nWidth, int nHeight, bool AA) in testRectangles()
237 static void testFilledRectangles(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testFilledRectangles()
361 static void testLines(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testLines()
412 static void testLineTypes(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testLineTypes()
470 static void testBitmaps(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testBitmaps()
514 static void testInvert(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testInvert()
551 static void testClip(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testClip()
588 static void testGradients(vcl::RenderContext& rRenderContext, int nWidth, int nHeight) in testGradients()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dimage_win32.cpp36 HBITMAP PNGLoadBitmap(HWND hWnd, FILE* fp, int nWidth, int nHeight, int nPreset) in PNGLoadBitmap()
47 HBITMAP LoadBitmap(HWND hWnd, FILE* fp, int nWidth, int nHeight, int nPreset) in LoadBitmap()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dbitmap.c102 HGDI_BITMAP gdi_CreateBitmap(UINT32 nWidth, UINT32 nHeight, UINT32 format, BYTE* data) in gdi_CreateBitmap()
107 HGDI_BITMAP gdi_CreateBitmapEx(UINT32 nWidth, UINT32 nHeight, UINT32 format, UINT32 stride, in gdi_CreateBitmapEx()
139 HGDI_BITMAP gdi_CreateCompatibleBitmap(HGDI_DC hdc, UINT32 nWidth, UINT32 nHeight) in gdi_CreateCompatibleBitmap()
337 static BOOL adjust_src_coordinates(HGDI_DC hdcSrc, INT32 nWidth, INT32 nHeight, INT32* px, in adjust_src_coordinates()
385 volatile INT32 nXDst, nYDst, nWidth, nHeight; in adjust_src_dst_coordinates() local
442 static BOOL BitBlt_process(HGDI_DC hdcDest, INT32 nXDest, INT32 nYDest, INT32 nWidth, INT32 nHeight, in BitBlt_process()
567 BOOL gdi_BitBlt(HGDI_DC hdcDest, INT32 nXDest, INT32 nYDest, INT32 nWidth, INT32 nHeight, in gdi_BitBlt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dwallpaper.cxx70 long nWidth, long nHeight, in DrawWallpaper()
84 long nWidth, long nHeight, in DrawColorWallpaper()
123 long nWidth, long nHeight, in DrawBitmapWallpaper()
360 long nWidth, long nHeight, in DrawGradientWallpaper()

12345678910>>...80