![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/calculate_pitch.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxge/dib/fx_dib.h"
Go to the source code of this file.
Namespaces | |
namespace | fxge |
Functions | |
uint32_t | fxge::CalculatePitch8OrDie (uint32_t bits_per_component, uint32_t components_per_pixel, int width_in_pixels) |
uint32_t | fxge::CalculatePitch32OrDie (int bits_per_pixel, int width_in_pixels) |
std::optional< uint32_t > | fxge::CalculatePitch8 (uint32_t bits_per_component, uint32_t components_per_pixel, int width_in_pixels) |
std::optional< uint32_t > | fxge::CalculatePitch32 (int bits_per_pixel, int width_in_pixels) |