Home
last modified time | relevance | path

Searched refs:bDotted (Results 1 – 7 of 7) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_credits.cpp102 bool bDotted; member
418 CreditLine.bDotted = true; in CG_Credits_Init()
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_credits.cpp102 bool bDotted; member
400 CreditLine.bDotted = true; in CG_Credits_Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx66 …(vcl::RenderContext& rRenderContext, SdrTextObj const * pObj, bool bVisible, bool bDotted = false);
653 …:RenderContext& rRenderContext, SdrTextObj const * pObj, bool bVisible, bool bDotted /* = false*/ ) in Paint() argument
672 if (bDotted) in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx64 …(vcl::RenderContext& rRenderContext, SdrTextObj const * pObj, bool bVisible, bool bDotted = false);
643 …:RenderContext& rRenderContext, SdrTextObj const * pObj, bool bVisible, bool bDotted /* = false*/ ) in Paint() argument
662 if (bDotted) in Paint()
/dports/audio/musescore/MuseScore-3.6.1/importexport/capella/
H A Dcapella.h387 bLeft(false), bRight(false), bDotted(false), in VoltaObj()
397 bool bDotted; variable
H A Dcapxml.cpp550 bDotted = e.attribute("dotted", "false") == "true"; in readCapx()
566 x0, x1, y, bLeft, bRight, bDotted, allNumbers, from, to); in readCapx()
H A Dcapella.cpp1639 bDotted = (f & 4) != 0; in read()
1646 x0, x1, y, bLeft, bRight, bDotted, allNumbers, from, to); in read()