Home
last modified time | relevance | path

Searched refs:BytesPP (Results 1 – 5 of 5) sorted by relevance

/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJImage.h121 s32 BytesPP() {return surface->format->BytesPerPixel;}; in BytesPP() function
142 u32 Size() {return Width() * Height() * BytesPP();}; in Size()
H A DJImage.cpp336 if (0 == f.Write(data, surface->w * BytesPP())) in Save()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DTexture.h79 unsigned int BytesPP() const; ///< returns the image's color depth in bytes
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp94 unsigned int Texture::BytesPP() const in BytesPP() function in Texture
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DEncyclopediaDetailPanel.cpp467 tex.second->BytesPP() % in GetSortedPediaDirEntires()