Home
last modified time | relevance | path

Searched defs:defaultLineThickness (Results 1 – 14 of 14) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/mathview/xp/
H A Dgr_Abi_MathGraphicDevice.cpp68 scaled GR_Abi_MathGraphicDevice::defaultLineThickness(const class FormattingContext& /*FC*/) const in defaultLineThickness() function in GR_Abi_MathGraphicDevice
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/common/
H A DGraphicDevice.cc114 GraphicDevice::defaultLineThickness(const FormattingContext& context) const in defaultLineThickness() function in GraphicDevice
H A DTFMComputerModernMathGraphicDevice.cc74 TFMComputerModernMathGraphicDevice::defaultLineThickness(const FormattingContext& context) const in defaultLineThickness() function in TFMComputerModernMathGraphicDevice
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dschematic_settings.cpp58 int defaultLineThickness = in SCHEMATIC_SETTINGS() local
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.h593 Float defaultLineThickness = 0.0f; member
H A DnsCSSRendering.cpp4441 gfxFloat defaultLineThickness = NS_round(aParams.defaultLineThickness); in GetTextDecorationRectInternal() local
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.h595 Float defaultLineThickness = 0.0f; member
H A DnsCSSRendering.cpp4441 gfxFloat defaultLineThickness = NS_round(aParams.defaultLineThickness); in GetTextDecorationRectInternal() local
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.h593 Float defaultLineThickness = 0.0f; member
H A DnsCSSRendering.cpp4441 gfxFloat defaultLineThickness = NS_round(aParams.defaultLineThickness); in GetTextDecorationRectInternal() local
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.h583 Float defaultLineThickness = 0.0f; member
H A DnsCSSRendering.cpp4493 gfxFloat defaultLineThickness = NS_round(aParams.defaultLineThickness); in GetTextDecorationRectInternal() local
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLTableFormatter.cc203 const scaled defaultLineThickness = ctxt.MGD()->defaultLineThickness(ctxt); in formatLines() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A DFootprintWizardBase.py210 defaultLineThickness = pcbnew.FromMM(0.15) variable in FootprintWizardDrawingAids