MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / BuildBitmapData

Method BuildBitmapData

roomedit/source/bmp256ct.cpp:673–684  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// TSprite256Control -----------------

Source from the content-addressed store, hash-verified

671// -----------------
672//
673void
674TSprite256Control::BuildBitmapData (const char *name, SHORT remapPlayer)
675{
676 assert (pUsedColors != NULL);
677 assert (pBitmapData == NULL);
678 BitmapXSize = BitmapYSize = 0;
679
680 // Initialize pBitmapData and Bitmap size
681 LoadPictureData (name, &pBitmapData, &BitmapXSize, &BitmapYSize,
682 remapPlayer);
683 // assert (pBitmapData != NULL);
684}
685
686
687////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 3

NotifyFunction · 0.85
DibOpenFileFunction · 0.70
BitmapsFreeFunction · 0.70

Tested by

no test coverage detected