Home
last modified time | relevance | path

Searched refs:Picture_FormatBPP (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_picformats.c125 INT32 inbpp = Picture_FormatBPP(informat); in Picture_PatchConvert()
138 if (Picture_FormatBPP(outformat) == PICDEPTH_NONE) in Picture_PatchConvert()
399 INT32 inbpp = Picture_FormatBPP(informat); in Picture_FlatConvert()
400 INT32 outbpp = Picture_FormatBPP(outformat); in Picture_FlatConvert()
574 if (Picture_FormatBPP(informat) == PICDEPTH_32BPP) in Picture_GetPatchPixel()
576 else if (Picture_FormatBPP(informat) == PICDEPTH_16BPP) in Picture_GetPatchPixel()
582 if (Picture_FormatBPP(informat) == PICDEPTH_32BPP) in Picture_GetPatchPixel()
590 if (Picture_FormatBPP(informat) == PICDEPTH_32BPP) in Picture_GetPatchPixel()
592 else if (Picture_FormatBPP(informat) == PICDEPTH_16BPP) in Picture_GetPatchPixel()
608 INT32 Picture_FormatBPP(pictureformat_t format) in Picture_FormatBPP() function
[all …]
H A Dr_picformats.h80 INT32 Picture_FormatBPP(pictureformat_t format);