Home
last modified time | relevance | path

Searched refs:colorsTable (Results 1 – 5 of 5) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/dw/
H A Dfltkplatform.cc219 *FltkColor::colorsTable = member in dw::fltk::FltkColor
239 colorsTable->remove (this); in ~FltkColor()
245 FltkColor *color = colorsTable->get (&attrs); in create()
249 colorsTable->put (color, color); in create()
H A Dfltkplatform.hh50 FltkColor> *colorsTable; member in dw::fltk::FltkColor
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tucker/
H A Dlocations.cpp654 static const int colorsTable[] = { 143, 143, 144, 144, 144, 145, 147, 143, 147 }; in execData3PostUpdate_locationNum8() local
658 _locationBackgroundGfxBuf[offset + 640 * j + i] = colorsTable[(j - 1) * 3 + i + 1]; in execData3PostUpdate_locationNum8()
/dports/games/scummvm/scummvm-2.5.1/engines/tucker/
H A Dlocations.cpp654 static const int colorsTable[] = { 143, 143, 144, 144, 144, 145, 147, 143, 147 }; in execData3PostUpdate_locationNum8() local
658 _locationBackgroundGfxBuf[offset + 640 * j + i] = colorsTable[(j - 1) * 3 + i + 1]; in execData3PostUpdate_locationNum8()
/dports/www/dillo2/dillo-3.0.5/
H A DChangeLog685 - Made fontsTable and colorsTable static members of Font and Color.