Home
last modified time | relevance | path

Searched refs:DecodePColor (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mednafen/mednafen/src/video/
H A Dsurface.cpp230 format.DecodePColor(palette[i], r, g, b); in SetFormat()
280 format.DecodePColor(palette[i], r, g, b); in SetFormat()
H A Dpng.cpp185 src->format.DecodePColor(src->palette[i], r, g, b); in WriteIt()
H A Dsurface.h146 INLINE void DecodePColor(const MDFN_PaletteEntry& pe, uint8 &r, uint8 &g, uint8 &b) const in DecodePColor() function