Home
last modified time | relevance | path

Searched refs:mnAscent (Results 1 – 14 of 14) sorted by path

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx619 mnAscent(0), in PresenterTextParagraph()
679 mnAscent(0), in PresenterTextParagraph()
730 const double nLineTop = rLine.mnBaseLine - mnAscent - nTopOffset; in Paint()
771 mnAscent = 0; in Format()
778 mnAscent = aMetrics.Ascent; in Format()
956 aLine.mnBaseLine = mnVerticalOffset + mnAscent; in AddLine()
1187 double nY (mnYOrigin + mnVerticalOffset + mnAscent); in GetCharacterBounds()
1222 nTop = nTop - rCellBox.Y1 - mnAscent; in GetCharacterBounds()
1232 nTop = nTop - rCellBox.Y1 - mnAscent; in GetCharacterBounds()
1233 nBottom = nTop + mnAscent + mnDescent; in GetCharacterBounds()
H A DPresenterTextView.hxx212 double mnAscent; member in sdext::presenter::PresenterTextParagraph
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx215 rMetric.mnAscent = static_cast<long>(+aMetrics.ascent * fPixelSize + 0.5); in GetFontMetric()
H A Dctfonts.cxx184 rMetric.mnAscent = lrint( fAscent * fPixelSize); in GetFontMetric()
/trunk/main/vcl/inc/
H A Dimpfont.hxx101 long mnAscent; // Ascent member in ImplFontMetric
117 long GetAscent() const { return mnAscent; } in GetAscent()
H A Doutfont.hxx276 long mnAscent; // Ascent member in ImplFontMetricData
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx956 pMetric->mnAscent = aOS2Metric.lMaxAscender; in GetFontMetric()
974 long nCJKExtLeading = static_cast<long>(0.30 * (pMetric->mnAscent + pMetric->mnDescent)); in GetFontMetric()
978 pMetric->mnAscent += nHalfTmpExtLeading; in GetFontMetric()
/trunk/main/vcl/source/gdi/
H A Dmetric.cxx38 : mnAscent( 0 ), in ImplFontMetric()
71 if( mnAscent != r.mnAscent ) in operator ==()
H A Doutdev3.cxx3252 nY -= mpFontEntry->maMetric.mnAscent + mnEmphasisAscent; in ImplGetTextBoundRect()
3321 mnAscent = 0; in ImplFontMetricData()
3362 nDescent = mnAscent / 10; in ImplInitTextLineSize()
3370 if( 3*nDescent > mnAscent ) in ImplInitTextLineSize()
3371 nDescent = mnAscent / 3; in ImplInitTextLineSize()
3402 long nStrikeoutOffset = -((mnAscent - mnIntLeading) / 3); in ImplInitTextLineSize()
3450 nIntLeading = mnAscent*15/100; in ImplInitAboveTextLineSize()
3467 long nCeiling = -mnAscent; in ImplInitAboveTextLineSize()
4483 aOffset.Y() -= mpFontEntry->maMetric.mnAscent + nEmphasisYOff; in ImplDrawEmphasisMarks()
4534 int nTop = mpFontEntry->maMetric.mnAscent + mnEmphasisAscent; in ImplDrawRotateText()
[all …]
H A Dpdfwriter_impl.cxx2323 pMetric->mnAscent = ( pSelect->mnHeight * +pBuiltinFont->m_nAscent + 500 ) / 1000; in getFontMetric()
7663 aOffset.Y() -= m_pReferenceDevice->mpFontEntry->maMetric.mnAscent + nEmphYOff; in drawLayout()
7672 aOffset.Y() += m_pReferenceDevice->mpFontEntry->maMetric.mnAscent; in drawLayout()
8388 aPos.Y() += HCONV( pFontEntry->maMetric.mnAscent ); in drawTextLine()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx975 rTo.mnAscent = (+rMetrics.ascender + 32) >> 6; in FetchFontMetric()
981 rTo.mnIntLeading = ((rMetrics.height + 32) >> 6) - (rTo.mnAscent + rTo.mnDescent); in FetchFontMetric()
1025 rTo.mnAscent = (long)( +pOS2->usWinAscent * fScale + 0.5 ); in FetchFontMetric()
1057 const long nCJKExtLeading = (long)(0.30 * (rTo.mnAscent + rTo.mnDescent)); in FetchFontMetric()
1064 rTo.mnAscent += nHalfTmpExtLeading; in FetchFontMetric()
1071 rTo.mnMinKashida = rTo.mnAscent / 4; // a reasonable default in FetchFontMetric()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx937 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx846 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1733 pMetric->mnAscent = static_cast<int>( mfFontScale * aWinMetric.tmAscent ); in GetFontMetric()
1751 long nCJKExtLeading = static_cast<long>(0.30 * (pMetric->mnAscent + pMetric->mnDescent)); in GetFontMetric()
1755 pMetric->mnAscent += nHalfTmpExtLeading; in GetFontMetric()

Completed in 185 milliseconds