Home
last modified time | relevance | path

Searched defs:getPaletteColorCount (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/
H A Dimages.h56 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
76 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
95 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dimages.h53 uint16 getPaletteColorCount() const override { return _paletteColorCount; } in getPaletteColorCount() function
73 uint16 getPaletteColorCount() const override { return _paletteColorCount; } in getPaletteColorCount() function
/dports/games/libretro-scummvm/scummvm-7b1e929/image/
H A Dimage_decoder.h103 virtual uint16 getPaletteColorCount() const { return 0; } in getPaletteColorCount() function
H A Dpcx.h54 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dbmp.h61 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dpng.h59 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dtga.h65 virtual uint16 getPaletteColorCount() const { return _colorMapLength; } in getPaletteColorCount() function
H A Dpict.h62 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
/dports/games/residualvm/residualvm-0.3.1/image/
H A Dimage_decoder.h103 virtual uint16 getPaletteColorCount() const { return 0; } in getPaletteColorCount() function
H A Dpcx.h54 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dbmp.h60 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dpng.h58 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dtga.h65 virtual uint16 getPaletteColorCount() const { return _colorMapLength; } in getPaletteColorCount() function
H A Dpict.h62 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
/dports/games/scummvm/scummvm-2.5.1/image/
H A Dimage_decoder.h113 virtual uint16 getPaletteColorCount() const { return 0; } in getPaletteColorCount() function
H A Dpcx.h60 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dgif.h58 uint16 getPaletteColorCount() const override { return _colorCount; } in getPaletteColorCount() function
H A Dcel_3do.h61 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dbmp.h77 uint16 getPaletteColorCount() const { return _paletteColorCount; } in getPaletteColorCount() function
H A Dpng.h65 uint16 getPaletteColorCount() const override { return _paletteColorCount; } in getPaletteColorCount() function
H A Dtga.h73 virtual uint16 getPaletteColorCount() const { return _colorMapLength; } in getPaletteColorCount() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/image/
H A Dhlz.h51 uint16 getPaletteColorCount() const { return 256; } in getPaletteColorCount() function
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/image/
H A Dhlz.h51 uint16 getPaletteColorCount() const override { return 256; } in getPaletteColorCount() function
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Draw_decoder.h57 uint16 getPaletteColorCount() const override { return _paletteColorCount; } in getPaletteColorCount() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Draw_decoder.h57 virtual uint16 getPaletteColorCount() const override { return _paletteColorCount; } in getPaletteColorCount() function

12