Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.cpp442 unsigned sourcePixelByteSize = ddsd.ddpfPixelFormat_.dwRGBBitCount_ >> 3; in BeginLoad() local
443 unsigned numPixels = dataSize / sourcePixelByteSize; in BeginLoad()
470 switch (sourcePixelByteSize) in BeginLoad()