Searched refs:lcolours (Results 1 – 5 of 5) sorted by relevance
/dports/games/scummvm/scummvm-2.5.1/engines/icb/ |
H A D | actor_pc.cpp | 371 CVECTOR lcolours[MAX_SHADOWS]; in DrawActor4PC() local 384 lcolours[ns].r = (uint8)work; in DrawActor4PC() 388 lcolours[ns].g = (uint8)work; in DrawActor4PC() 392 lcolours[ns].b = (uint8)work; in DrawActor4PC() 403 lcolours[0].r = 0x80; in DrawActor4PC() 404 lcolours[0].g = 0x80; in DrawActor4PC() 405 lcolours[0].b = 0x80; in DrawActor4PC() 415 lcolours[0].r = 0x80; in DrawActor4PC() 416 lcolours[0].g = 0x80; in DrawActor4PC() 417 lcolours[0].b = 0x80; in DrawActor4PC() [all …]
|
H A D | shadow_pc.h | 42 …screen, MATRIXPC *local2world, int32 nShadows, SVECTORPC *ldirs, CVECTOR *lcolours, SVECTORPC *p_n,
|
H A D | shadow_pc.cpp | 54 …screen, MATRIXPC *local2world, int32 nShadows, SVECTORPC *ldirs, CVECTOR *lcolours, SVECTORPC *p_n, in DrawShadow1PC() argument 83 CVECTOR *plcolours = lcolours; in DrawShadow1PC()
|
/dports/biology/jalview/jalview/src/jalview/schemes/ |
H A D | UserColourScheme.java | 241 public void setLowerCaseColours(Color[] lcolours) in setLowerCaseColours() argument 243 lowerCaseColours = lcolours; in setLowerCaseColours()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/ |
H A D | ShapedButton.py | 216 lcolours = [None, wx.WHITE, wx.Colour("Yellow"), wx.WHITE, 227 btn.SetLabelColour(lcolours[ii])
|