Home
last modified time | relevance | path

Searched refs:PICFMT_PATCH (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_patchrotation.c211 void *input = Picture_GetPatchPixel(patch, PICFMT_PATCH, sx, sy, bflip); in RotatedPatch_DoRotation()
264 …rotated = (patch_t *)Picture_Convert(PICFMT_FLAT16, rawconv, PICFMT_PATCH, 0, NULL, width, height,… in RotatedPatch_DoRotation()
H A Dr_picformats.h25 PICFMT_PATCH, enumerator
H A Dr_patch.c131 …patch->flats[flip] = Picture_Convert(PICFMT_PATCH, patch, PICFMT_FLAT16, 0, NULL, 0, 0, 0, 0, flag… in Patch_GenerateFlat()
H A Dr_picformats.c624 case PICFMT_PATCH: in Picture_FormatBPP()
654 case PICFMT_PATCH: in Picture_IsInternalPatchFormat()