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/dib/fx_dib.h"
#include <tuple>
#include <utility>
#include "build/build_config.h"
Go to the source code of this file.
Functions | |
FXDIB_Format | MakeRGBFormat (int bpp) |
std::tuple< int, int, int, int > | ArgbDecode (FX_ARGB argb) |
std::pair< int, FX_COLORREF > | ArgbToAlphaAndColorRef (FX_ARGB argb) |
FX_COLORREF | ArgbToColorRef (FX_ARGB argb) |
FX_ARGB | AlphaAndColorRefToArgb (int a, FX_COLORREF colorref) |
FX_ARGB AlphaAndColorRefToArgb | ( | int | a, |
FX_COLORREF | colorref ) |
Definition at line 57 of file fx_dib.cpp.
References ArgbEncode(), FXSYS_GetBValue(), FXSYS_GetGValue(), and FXSYS_GetRValue().
Referenced by CXFA_Stipple::Draw().
std::tuple< int, int, int, int > ArgbDecode | ( | FX_ARGB | argb | ) |
Definition at line 44 of file fx_dib.cpp.
std::pair< int, FX_COLORREF > ArgbToAlphaAndColorRef | ( | FX_ARGB | argb | ) |
Definition at line 49 of file fx_dib.cpp.
References ArgbToColorRef().
FX_COLORREF ArgbToColorRef | ( | FX_ARGB | argb | ) |
Definition at line 53 of file fx_dib.cpp.
References FXSYS_BGR().
Referenced by ArgbToAlphaAndColorRef(), CPDFSDK_Widget::GetBorderColor(), and CPDFSDK_Widget::GetFillColor().
FXDIB_Format MakeRGBFormat | ( | int | bpp | ) |