Searched refs:DecodePColor (Results 1 – 3 of 3) sorted by relevance
/dports/emulators/mednafen/mednafen/src/video/ |
H A D | surface.cpp | 230 format.DecodePColor(palette[i], r, g, b); in SetFormat() 280 format.DecodePColor(palette[i], r, g, b); in SetFormat()
|
H A D | png.cpp | 185 src->format.DecodePColor(src->palette[i], r, g, b); in WriteIt()
|
H A D | surface.h | 146 INLINE void DecodePColor(const MDFN_PaletteEntry& pe, uint8 &r, uint8 &g, uint8 &b) const in DecodePColor() function
|