Home
last modified time | relevance | path

Searched refs:ForceDraw (Results 1 – 22 of 22) sorted by relevance

/dports/devel/lab/lab-0.17.2/cmd/
H A Dci_view.go122 a.ForceDraw()
144 a.ForceDraw()
157 a.ForceDraw()
161 a.ForceDraw()
170 a.ForceDraw()
175 a.ForceDraw()
183 a.ForceDraw()
/dports/print/lyx/lyx-2.3.4.2/src/
H A Dupdate_flags.h27 ForceDraw = 4, enumerator
H A DBufferView.cpp464 + ((flags & Update::ForceDraw) ? "ForceDraw " : "") in flagsAsString()
503 if (!(flags & Update::ForceDraw)) { in processUpdateFlags()
528 | Update::Decoration | Update::ForceDraw)) == 0); in processUpdateFlags()
530 if (d->update_flags_ & Update::ForceDraw) in processUpdateFlags()
1830 dr.screenUpdate(Update::ForceDraw); in dispatch()
2869 update_flags = (update_flags & ~Update::Force) | Update::ForceDraw; in updateMetrics()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DPresShellForwards.h182 ForceDraw = 1 << 0, enumerator
H A DPresShell.cpp5199 if (!(aFlags & AddCanvasBackgroundColorFlags::ForceDraw) && in AddCanvasBackgroundColorItem()
/dports/www/firefox/firefox-99.0/layout/base/
H A DPresShellForwards.h183 ForceDraw = 1 << 0, enumerator
H A DPresShell.cpp5276 if (!(aFlags & AddCanvasBackgroundColorFlags::ForceDraw) && in AddCanvasBackgroundColorItem()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DPresShellForwards.h182 ForceDraw = 1 << 0, enumerator
H A DPresShell.cpp5199 if (!(aFlags & AddCanvasBackgroundColorFlags::ForceDraw) && in AddCanvasBackgroundColorItem()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DPresShellForwards.h187 ForceDraw = 1 << 0, enumerator
H A DPresShell.cpp5086 if (!(aFlags & AddCanvasBackgroundColorFlags::ForceDraw) && in AddCanvasBackgroundColorItem()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dapplication.go328 func (a *Application) ForceDraw() *Application { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dapplication.go328 func (a *Application) ForceDraw() *Application {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dapplication.go328 func (a *Application) ForceDraw() *Application { func
/dports/games/maelstrom/Maelstrom-3.0.6/netlogic/
H A Dgame.cpp133 void DrawStatus(Bool first, Bool ForceDraw) in DrawStatus() argument
226 if ( ForceDraw || (--nextDraw == 0) ) { in DrawStatus()
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dapplication.go547 func (a *Application) ForceDraw() *Application { func
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dapplication.go556 func (a *Application) ForceDraw() *Application { func
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsSubDocumentFrame.cpp503 AddCanvasBackgroundColorFlags::ForceDraw | in BuildDisplayList()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsSubDocumentFrame.cpp498 AddCanvasBackgroundColorFlags::ForceDraw); in BuildDisplayList()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsSubDocumentFrame.cpp503 AddCanvasBackgroundColorFlags::ForceDraw | in BuildDisplayList()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsSubDocumentFrame.cpp502 AddCanvasBackgroundColorFlags::ForceDraw | in BuildDisplayList()
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp4116 void game::BusyAnimation(bitmap* Buffer, truth ForceDraw) in BusyAnimation() argument
4135 if(ForceDraw || clock() - LastTime > CLOCKS_PER_SEC / 25) in BusyAnimation()