Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include "third_party/abseil-cpp/absl/types/optional.h"
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) |