Home
last modified time | relevance | path

Searched refs:colRed (Results 26 – 50 of 83) sorted by relevance

1234

/dports/japanese/plan/plan-1.10.1/misc/
H A DBlackWhite15 Plan*colRed: #000000
H A DMonochrome15 Plan*colRed: #ffffff
/dports/editors/lazarus/examples/lazfreetype/
H A Dmainform.pas201 … drawer.DrawTextRect(testtext, ftFont2, tx/3,0, 2*tx/3,ty, colRed, [ftaCenter, ftaVerticalCenter])
203 …drawer.DrawText(ftFont2.Information[ftiFullName], ftFont2, x, y, colRed, 192, [ftaCenter, ftaBasel…
/dports/editors/lazarus-qt5/examples/lazfreetype/
H A Dmainform.pas201 … drawer.DrawTextRect(testtext, ftFont2, tx/3,0, 2*tx/3,ty, colRed, [ftaCenter, ftaVerticalCenter])
203 …drawer.DrawText(ftFont2.Information[ftiFullName], ftFont2, x, y, colRed, 192, [ftaCenter, ftaBasel…
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtahtml.pas70 'RED' : Result := colRed;
H A Dtaopengl.pas111 FDrawer.DrawText(AText, FFont, 0,0, colRed, [ftaLeft, ftaTop]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtahtml.pas70 'RED' : Result := colRed;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtahtml.pas70 'RED' : Result := colRed;
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtahtml.pas70 'RED' : Result := colRed;
H A Dtaopengl.pas111 FDrawer.DrawText(AText, FFont, 0,0, colRed, [ftaLeft, ftaTop]);
/dports/games/etracer/etr-0.8.1/src/
H A Dcommon.h48 #define colRed sf::Color::Red macro
H A Dtools.cpp157 DrawQuad(Winsys.resolution.width - 120, 10, 100, 22, Winsys.resolution.height, colRed, 0); in DrawChanged()
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dcyclebreaker.nim61 colRed = 0b010
110 let markerColor = if (markerGeneration and 1) == 0: colRed
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/examples/
H A Dtextout.pp62 Font.FPColor:=colRed;
H A Dfpcanvasalphadraw.pp36 xCanvas.Brush.FPColor := colRed;
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpcolors.inc26 colRed : TFPColor = (Red: $ffff; Green: $0000; Blue: $0000; Alpha: alphaOpaque);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpcolors.inc26 colRed : TFPColor = (Red: $ffff; Green: $0000; Blue: $0000; Alpha: alphaOpaque);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/examples/
H A Dtextout.pp62 Font.FPColor:=colRed;
H A Dfpcanvasalphadraw.pp36 xCanvas.Brush.FPColor := colRed;
/dports/lang/nim/nim-1.6.2/tests/niminaction/Chapter2/
H A Dvarious2.nim358 colRed,
362 let color: Color = colRed
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtaopengl.pas111 FDrawer.DrawText(AText, FFont, 0,0, colRed, [ftaLeft, ftaTop]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtaopengl.pas111 FDrawer.DrawText(AText, FFont, 0,0, colRed, [ftaLeft, ftaTop]);
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dcolors.nim260 colRed* = Color(0xFF0000)
402 ("red", colRed),
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dpeakmeter.py333 colRed = wx.Colour(255, 0, 0)
347 self._clrHigh = colRed
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/elementsearch/
H A DElementSearchActivity.cpp151 …tempButton->Appearance.BackgroundInactive = ui::Colour(tool->colRed, tool->colGreen, tool->colBlue… in searchTools()

1234