Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
calculate_pitch.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for calculate_pitch.cpp:

Go to the source code of this file.

Namespaces

namespace  fxge
 

Functions

uint32_t fxge::CalculatePitch8OrDie (uint32_t bpc, uint32_t components, int width)
 
uint32_t fxge::CalculatePitch32OrDie (int bpp, int width)
 
absl::optional< uint32_t > fxge::CalculatePitch8 (uint32_t bpc, uint32_t components, int width)
 
absl::optional< uint32_t > fxge::CalculatePitch32 (int bpp, int width)