Home
last modified time | relevance | path

Searched refs:currentFgColor (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_resources_snapshot.cpp46 KoColor currentFgColor; member
82 …m_d->currentFgColor = resourceManager->resource(KoCanvasResourceProvider::ForegroundColor).value<K… in KisResourcesSnapshot()
177 painter->setPaintColor(m_d->currentFgColor); in setupPainter()
361 KoColor KisResourcesSnapshot::currentFgColor() const in currentFgColor() function in KisResourcesSnapshot
363 return m_d->currentFgColor; in currentFgColor()
421 m_d->currentFgColor = color; in setFGColorOverride()
H A Dkis_tool.cc78 KoColor currentFgColor; member
112 …d->currentFgColor = canvas()->resourceManager()->resource(KoCanvasResourceProvider::ForegroundColo… in activate()
157 d->currentFgColor = v.value<KoColor>(); in canvasResourceChanged()
391 KoColor KisTool::currentFgColor() in currentFgColor() function in KisTool
393 return d->currentFgColor; in currentFgColor()
H A Dkis_resources_snapshot.h83 KoColor currentFgColor() const;
H A Dkis_figure_painting_tool_helper.cpp63 const KoColor fgColor = resources->currentFgColor(); in setupPaintStyles()
H A Dkis_tool.h283 KoColor currentFgColor();
H A Dkis_tool_shape.cc212 …etBackground(QSharedPointer<KoColorBackground>(new KoColorBackground(currentFgColor().toQColor()))… in addShape()
/dports/graphics/krita/krita-4.4.8/plugins/tools/basictools/
H A Dkis_tool_ellipse.cc75 … KoShapeStrokeSP border(new KoShapeStroke(currentStrokeWidth(), currentFgColor().toQColor())); in finishRect()
H A Dkis_tool_line.cc291 … KoShapeStrokeSP border(new KoShapeStroke(currentStrokeWidth(), currentFgColor().toQColor())); in endStroke()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/gocui-40df0be5a474/
H A Dgui.go858 currentFgColor := fgColor
862 currentFgColor = v.FgColor
867 currentFgColor = v.SelFgColor
869 currentFgColor -= AttrBold
875 if err := g.SetRune(x, v.y0, ch, currentFgColor, currentBgColor); err != nil {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/
H A Dgui.go858 currentFgColor := fgColor
862 currentFgColor = v.FgColor
867 currentFgColor = v.SelFgColor
869 currentFgColor -= AttrBold
875 if err := g.SetRune(x, v.y0, ch, currentFgColor, currentBgColor); err != nil {
/dports/graphics/krita/krita-4.4.8/libs/ui/processing/
H A Dfill_processing_visitor.cpp94 m_resources->currentFgColor(), in fillPaintDevice()
/dports/graphics/krita/krita-4.4.8/libs/ui/tool/strokes/
H A Dkis_painter_based_stroke_strategy.cpp245 indirect->setCurrentColor(m_resources->currentFgColor()); in initStrokeCallback()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c277 static Nlm_Uint4 currentFgColor; variable
755 currentFgColor = color; in Nlm_ChooseColor()
841 currentFgColor = Nlm_XforeColor; in Nlm_ResetDrawingTools()
846 currentFgColor = blackColor; in Nlm_ResetDrawingTools()
1422 return currentFgColor; in Nlm_GetColor()
1492 currentFgColor = color; in Nlm_SetColor()
1551 newBkColor = currentFgColor;
1556 currentFgColor = newFgColor;
4828 XSetForeground(Nlm_currentXDisplay, Nlm_currentXGC, currentFgColor);
5054 XSetForeground(Nlm_currentXDisplay, Nlm_currentXGC, currentFgColor);
[all …]