Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A Dfont-instance.h104 double GetMaxAscent() { return _ascent_max; } in GetMaxAscent() function
H A DLayout-TNG-Output.cpp96 ascent_max = font->GetMaxAscent(); in set()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx1421 pLine->SetMaxAscent( static_cast<sal_uInt16>(pLine->GetMaxAscent() + nDiff) ); in CreateLines()
1440 sal_uInt16 nAscent = pLine->GetMaxAscent(); in CreateLines()
1774 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()
1775 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()
1790 pTmpLine->SetMaxAscent( static_cast<sal_uInt16>(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()
3029 aTmpPos.AdjustY(pLine->GetMaxAscent() ); in Paint()
3039 aTmpPos.AdjustX( -(pLine->GetMaxAscent()) ); in Paint()
3047 aTmpPos.AdjustX(pLine->GetMaxAscent() ); in Paint()
3191 const long nAdvanceY = -pLine->GetMaxAscent(); in Paint()
3309 const sal_uInt16 nMaxAscent(pLine->GetMaxAscent()); in Paint()
[all …]
H A Deditdbg.cxx421 …ent=%i", rLine.GetStartPortion(), rLine.GetEndPortion(), rLine.GetHeight(), rLine.GetMaxAscent() ); in ShowEditEngineData()
H A Dediteng.cxx2431 aInfos.nFirstLineMaxAscent = pLine->GetMaxAscent(); in GetParagraphInfos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx1418 pLine->SetMaxAscent( static_cast<sal_uInt16>(pLine->GetMaxAscent() + nDiff) ); in CreateLines()
1437 sal_uInt16 nAscent = pLine->GetMaxAscent(); in CreateLines()
1452 pLine->SetMaxAscent( static_cast<sal_uInt16>( pLine->GetMaxAscent() - nDiff ) ); in CreateLines()
1747 pTmpLine->SetMaxAscent( static_cast<sal_uInt16>(pTmpLine->GetMaxAscent() + nDiff) ); in CreateAndInsertEmptyLine()
1774 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()
1775 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()
1790 pTmpLine->SetMaxAscent( static_cast<sal_uInt16>(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()
3181 adjustYDirectionAware(aTmpPos, pLine->GetMaxAscent() - nLineHeight); in Paint()
3304 … const tools::Long nAdvanceY = -pLine->GetMaxAscent(); in Paint()
3381 const sal_uInt16 nMaxAscent(pLine->GetMaxAscent()); in Paint()
[all …]
H A Deditdbg.cxx420 …ent=%i", rLine.GetStartPortion(), rLine.GetEndPortion(), rLine.GetHeight(), rLine.GetMaxAscent() ); in DumpData()
H A Dediteng.cxx2442 aInfos.nFirstLineMaxAscent = pLine->GetMaxAscent(); in GetParagraphInfos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/inc/
H A Deditdoc.hxx522 sal_uInt16 GetMaxAscent() const { return nMaxAscent; } in GetMaxAscent() function in EditLine
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/inc/
H A Deditdoc.hxx512 sal_uInt16 GetMaxAscent() const { return nMaxAscent; } in GetMaxAscent() function in EditLine