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.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
#include "third_party/abseil-cpp/absl/types/optional.h"
+ Include dependency graph for calculate_pitch.h:
+ This graph shows which files directly or indirectly include this file:

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)