Home
last modified time | relevance | path

Searched refs:semiTrans (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/kdiagram/kdiagram-2.8.0/examples/Polar/Parameters/
H A Dmain.cpp110 QColor semiTrans( ma.markerColor() ); in ChartWidget() local
111 if ( ! semiTrans.isValid() ) in ChartWidget()
112 semiTrans = diagram->brush( index ).color(); in ChartWidget()
114 semiTrans.setAlpha(164); in ChartWidget()
115 ma.setMarkerColor( semiTrans.darker() ); in ChartWidget()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDirect3D.cpp835 D3DCOLOR semiTrans = D3DCOLOR_ARGB( 0x7F, 0xFF, 0xFF, 0xFF ); in calculateDestRect() local
840 transpVertices[0].color = semiTrans; in calculateDestRect()
847 transpVertices[1].color = semiTrans; in calculateDestRect()
854 transpVertices[2].color = semiTrans; in calculateDestRect()
861 transpVertices[3].color = semiTrans; in calculateDestRect()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/win32/
H A Dvid_directx9.cpp1717 D3DCOLOR semiTrans = D3DCOLOR_ARGB(0x7F, 0xFF, 0xFF, 0xFF); local
1722 transpVertex[0].color = semiTrans;
1729 transpVertex[1].color = semiTrans;
1736 transpVertex[2].color = semiTrans;
1743 transpVertex[3].color = semiTrans;
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/win32/
H A Dvid_directx9.cpp1724 D3DCOLOR semiTrans = D3DCOLOR_ARGB(0x7F, 0xFF, 0xFF, 0xFF); local
1729 transpVertex[0].color = semiTrans;
1736 transpVertex[1].color = semiTrans;
1743 transpVertex[2].color = semiTrans;
1750 transpVertex[3].color = semiTrans;