Home
last modified time | relevance | path

Searched refs:drawSelection (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DColormap.c49 drawSelection(ColormapWidget w, int flag) in drawSelection() function
90 drawSelection(w, FALSE); in ColormapSelect()
92 drawSelection(w, TRUE); in ColormapSelect()
209 drawSelection(w, TRUE); in ExposeProc()
219 drawSelection(cur, FALSE); in SetValuesProc()
220 drawSelection(new, TRUE); in SetValuesProc()
/dports/net/smm++/smm/sources/mapping/
H A DTMMSelManager.tcl205 $_selMap drawSelection $aX $aY
222 $_selMap drawSelection $aX $aY
233 $_selMap drawSelection $x $y
263 $_selMap drawSelection $x $y
/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dboxes.h136 virtual void drawSelection(ScreenPainter *p, ITextContext *ctx) const {} in drawSelection() function
179 void drawSelection(ScreenPainter *p, ITextContext *ctx) const override;
216 void drawSelection(ScreenPainter *p, ITextContext *ctx) const override;
264 void drawSelection(ScreenPainter *p, ITextContext *ctx) const override;
H A Dboxes.cpp91 void GroupBox::drawSelection(ScreenPainter *p, ITextContext *ctx) const in drawSelection() function in GroupBox
97 box->drawSelection(p, ctx); in drawSelection()
236 drawSelection(p, ctx); in render()
245 void LineBox::drawSelection(ScreenPainter *p, ITextContext *ctx) const in drawSelection() function in LineBox
250 box->drawSelection(p, ctx); in drawSelection()
548 void GlyphBox::drawSelection(ScreenPainter *p, ITextContext *ctx) const in drawSelection() function in GlyphBox
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/u1dialogs/
H A Dcombat.cpp74 drawSelection(); in draw()
77 void Combat::drawSelection() { in drawSelection() function in Ultima::Ultima1::U1Dialogs::Combat
H A Dcombat.h53 void drawSelection();
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMaEditorNameList.h54 void drawNames(QPainter &painter, const QList<int> &maRows, bool drawSelection = false);
142 virtual void drawSelection(QPainter &p);
/dports/audio/cantata/cantata-2.4.2/support/
H A Dgtkstyle.h36 extern void drawSelection(const QStyleOptionViewItem &opt, QPainter *painter, double opacity);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/view_rendering/
H A DMaConsensusAreaRenderer.cpp45 drawSelection(true), in ConsensusRenderSettings()
149 renderSettings.drawSelection = false; in getRenderSettigns()
215 …charData.isSelected = settings.drawSelection && consensusRenderData.selectedRegion.contains(charDa… in drawConsensus()
333 renderSettings.drawSelection = true; in getScreenRenderSettings()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DViewSourceChild.jsm26 data.drawSelection,
75 * @param drawSelection true to highlight the selection
78 viewSourceWithSelection(uri, drawSelection, baseURI) {
83 ViewSourcePageChild.setNeedsDrawSelection(drawSelection);
340 drawSelection: canDrawSelection,
/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DViewSourceChild.jsm26 data.drawSelection,
75 * @param drawSelection true to highlight the selection
78 viewSourceWithSelection(uri, drawSelection, baseURI) {
83 ViewSourcePageChild.setNeedsDrawSelection(drawSelection);
340 drawSelection: canDrawSelection,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/actors/
H A DViewSourceChild.jsm26 data.drawSelection,
75 * @param drawSelection true to highlight the selection
78 viewSourceWithSelection(uri, drawSelection, baseURI) {
83 ViewSourcePageChild.setNeedsDrawSelection(drawSelection);
340 drawSelection: canDrawSelection,
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dml_selection_buffers.h40 void drawSelection(ML_SELECTION_TYPE selbuf) const;
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dimage_panel.cc206 drawSelection(canvas); in render()
247 void deImagePanel::drawSelection(deCanvas& canvas) in drawSelection() function in deImagePanel
H A Dimage_panel.h53 void drawSelection(deCanvas& canvas);
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/qpageview/
H A Dselector.py129 self.drawSelection(page, painter)
131 def drawSelection(self, page, painter): member in SelectorViewMixin
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/overview/
H A DMaSimpleOverview.h57 void drawSelection(QPainter &p) override;
H A DMaOverview.h66 virtual void drawSelection(QPainter &) { in drawSelection() function
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/Timeline/
H A DRender.hs123 drawSelection params selection
141 drawSelection :: ViewParameters -> TimeSelection -> Render ()
142 drawSelection vp@ViewParameters{height} (PointSelection x) = do function
152 drawSelection vp@ViewParameters{height} (RangeSelection x x') = do function
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DViewSourceChild.jsm26 data.drawSelection,
84 * @param drawSelection true to highlight the selection
87 viewSourceWithSelection(uri, drawSelection, baseURI) {
92 ViewSourcePageChild.setNeedsDrawSelection(drawSelection);
371 drawSelection: canDrawSelection,
/dports/devel/gorm/apps-gorm-04554d2/GormLib/
H A DIBEditors.h62 - (void) drawSelection;
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/view_rendering/
H A DSequenceViewRenderer.h67 …virtual void drawSelection(QPainter &p, const QSize &canvasSize, const U2Region &visibleRange) = 0;
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormWindowEditor.m246 - (void) drawSelection
248 NSDebugLog(@"drawSelection");
278 [self drawSelection];
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTileCompositor.h64 void drawSelection();
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTileCompositor.h64 void drawSelection();

12345678910