Home
last modified time | relevance | path

Searched refs:colorTopLeft (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dpamgradient.c11 tuple colorTopLeft; member
67 cmdlineP->colorTopLeft = pnm_parsecolor(argv[1], cmdlineP->maxval); in parseCommandLine()
88 pnm_freepamtuple(cmdline.colorTopLeft); in freeCmdline()
179 if (isgray(cmdline.colorTopLeft) in main()
195 cmdline.colorTopLeft, cmdline.colorBottomLeft); in main()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Effects/
H A DPixelateEffect.cs58 ColorBgra colorTopLeft = src.GetColorBgraUnchecked (left, top).ToStraightAlpha(); in ComputeCellColor()
63 …ColorBgra c = ColorBgra.BlendColors4W16IP (colorTopLeft, 16384, colorTopRight, 16384, colorBottomL… in ComputeCellColor()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFont.cpp316 video::SColor colorTopLeft = image->getPixel(0,0); in readPositions() local
317 colorTopLeft.setAlpha(255); in readPositions()
318 image->setPixel(0,0,colorTopLeft); in readPositions()
333 if (c == colorTopLeft) in readPositions()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIFont.cpp316 video::SColor colorTopLeft = image->getPixel(0,0); in readPositions() local
317 colorTopLeft.setAlpha(255); in readPositions()
318 image->setPixel(0,0,colorTopLeft); in readPositions()
333 if (c == colorTopLeft) in readPositions()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTgui.h193 …void SetBackgroundColors( D3DCOLOR colorTopLeft, D3DCOLOR colorTopRight, D3DCOLOR colorBottomLeft,…
H A DDXUTgui.cpp1843 void CDXUTDialog::SetBackgroundColors( D3DCOLOR colorTopLeft, D3DCOLOR colorTopRight, D3DCOLOR colo… in SetBackgroundColors() argument
1845 m_colorTopLeft = colorTopLeft; in SetBackgroundColors()