Home
last modified time | relevance | path

Searched refs:GetDescent (Results 76 – 100 of 194) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/oned/
H A DBC_OneDimWriter.cpp132 float penY = (float)abs(cFont->GetDescent()) * (float)fontSize / 1000.0f; in CalcTextInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/oned/
H A DBC_OneDimWriter.cpp143 float penY = (float)abs(cFont->GetDescent()) * (float)fontSize / 1000.0f; in CalcTextInfo()
/dports/devel/upp/upp/uppsrc/Draw/
H A DDraw.h157 int GetDescent() const { return Fi().descent; } in GetDescent() function
158 int GetCy() const { return GetAscent() + GetDescent(); } in GetCy()
217 int GetDescent() const { return font.GetDescent(); } in GetDescent() function
H A DDrawText.cpp122 int p = max(hg / 15, int(font0.Info().GetDescent() > 0)); in DrawText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dsvxfont.cxx69 double fFontHeight = rFontMetric.GetAscent() + rFontMetric.GetDescent(); in SetNonAutoEscapement()
73 fAutoDescent = rFontMetric.GetDescent() / fFontHeight; in SetNonAutoEscapement()
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxrichtext_richtext.i543 int GetDescent() const;
890 int GetDescent() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx290 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DFont.cc114 int Font::GetDescent() const { in GetDescent() function in SDL2pp::Font
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dtextlayout.cxx237 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dtextlayout.cxx237 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx289 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DDrawTextX11.cpp192 int underline_position = max(hg / 15, int(font.Info().GetDescent() > 0));
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontMetricsFreetype.cpp520 double PdfFontMetricsFreetype::GetDescent() const in GetDescent() function in PoDoFo::PdfFontMetricsFreetype
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dtext.cpp364 start.y -= GetDescent(FONT_COMMON, size); in SizeText()
387 start.y -= GetDescent(font, size); in SizeText()
403 float CText::GetDescent(FontType font, float size) in GetDescent() function in Gfx::CText
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DLegend.cpp156 fnt.Height(int((fnt.GetHeight()+ + fnt.GetDescent())*min(plotScaleX, plotScaleY))); in DrawRainbowPalette()
H A DScatterDraw.h1251 …IsEmpty() ? fround(min(plotScaleX, plotScaleY)*(titleFont.GetHeight()+titleFont.GetDescent())) : 0; in SetDrawing()
1272 fontTitle6.Height(fround((fontTitle6.GetHeight()+fontTitle6.GetDescent())*size.cx*(0.95/sz.cx))); in PlotTexts()
1289 …fontLabel.Height(fround(min(plotScaleX, plotScaleY)*(labelsFont.GetHeight()+labelsFont.GetDescent(… in PlotTexts()
1365 …standard6.Height(fround(min(plotScaleX, plotScaleY)*(standard6.GetHeight()+standard6.GetDescent())… in PlotTexts()
1761 fnt.Height(int((fnt.GetHeight() + fnt.GetDescent())*min(plotScaleX, plotScaleY))); in Plot()
H A DScatterDraw.cpp1260 …(vPlotTop + vPlotBottom) - GetTitleFont().GetHeight() - GetTitleFont().GetDescent() - 1) + GetYMin… in GetYByPoint()
1264 …(vPlotTop + vPlotBottom) - GetTitleFont().GetHeight() - GetTitleFont().GetDescent() - 1) + GetYMin… in GetY2ByPoint()
1272 …ze().cy - (vPlotTop + vPlotBottom) - GetTitleFont().GetHeight() - GetTitleFont().GetDescent() - 1); in GetYPointByValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/cairo/
H A Dcairo_textlayout.cxx170 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/dports/editors/lazarus/lazarus/components/lazutils/
H A Deasylazfreetype.pas180 function GetDescent: single; virtual; abstract; in GetDescent() function
195 property Descent: single read GetDescent;
279 function GetDescent: single; override; in GetDescent() function
987 function TFreeTypeFont.GetDescent: single; in TFreeTypeFont.GetDescent() function
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Deasylazfreetype.pas180 function GetDescent: single; virtual; abstract; in GetDescent() function
195 property Descent: single read GetDescent;
279 function GetDescent: single; override; in GetDescent() function
987 function TFreeTypeFont.GetDescent: single; in TFreeTypeFont.GetDescent() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dhtmllbox.cpp433 return cell->GetHeight() + cell->GetDescent() + 4; in OnMeasureItem()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dhtmllbox.cpp394 return cell->GetHeight() + cell->GetDescent() + 4; in OnMeasureItem()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dhtmllbox.cpp394 return cell->GetHeight() + cell->GetDescent() + 4; in OnMeasureItem()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dhtmllbox.cpp394 return cell->GetHeight() + cell->GetDescent() + 4; in OnMeasureItem()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dhtmllbox.cpp394 return cell->GetHeight() + cell->GetDescent() + 4; in OnMeasureItem()

12345678