![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum class | FontEncoding : uint32_t { kAdobeCustom , kAdobeExpert , kAdobeStandard , kAppleRoman , kBig5 , kGB2312 , kJohab , kLatin1 , kNone , kOldLatin2 , kSjis , kSymbol , kUnicode , kWansung } |
Functions | |
| FX_RGB_STRUCT< float > | AdobeCMYK_to_sRGB (float c, float m, float y, float k) |
| FX_RGB_STRUCT< uint8_t > | AdobeCMYK_to_sRGB1 (uint8_t c, uint8_t m, uint8_t y, uint8_t k) |
| std::optional< uint32_t > | CalculatePitch8 (uint32_t bits_per_component, uint32_t components_per_pixel, int width_in_pixels) |
| std::optional< uint32_t > | CalculatePitch32 (int bits_per_pixel, int width_in_pixels) |
| uint32_t | CalculatePitch8OrDie (uint32_t bits_per_component, uint32_t components_per_pixel, int width_in_pixels) |
| uint32_t | CalculatePitch32OrDie (int bits_per_pixel, int width_in_pixels) |
| int | Blend (BlendMode blend_mode, int back_color, int src_color) |
| TEST (Blend, Normal) | |
| TEST (Blend, Multiply) | |
| TEST (Blend, Screen) | |
| TEST (Blend, Overlay) | |
| TEST (Blend, Darken) | |
| TEST (Blend, Lighten) | |
| TEST (Blend, ColorDodge) | |
| TEST (Blend, ColorBurn) | |
| TEST (Blend, HardLight) | |
| TEST (Blend, SoftLight) | |
| TEST (Blend, Difference) | |
| TEST (Blend, Exclusion) | |
|
strong |
| Enumerator | |
|---|---|
| kAdobeCustom | |
| kAdobeExpert | |
| kAdobeStandard | |
| kAppleRoman | |
| kBig5 | |
| kGB2312 | |
| kJohab | |
| kLatin1 | |
| kNone | |
| kOldLatin2 | |
| kSjis | |
| kSymbol | |
| kUnicode | |
| kWansung | |
Definition at line 12 of file fx_fontencoding.h.
| FX_RGB_STRUCT< float > fxge::AdobeCMYK_to_sRGB | ( | float | c, |
| float | m, | ||
| float | y, | ||
| float | k ) |
Definition at line 1736 of file cfx_cmyk_to_srgb.cpp.
References FXSYS_roundf().
| FX_RGB_STRUCT< uint8_t > fxge::AdobeCMYK_to_sRGB1 | ( | uint8_t | c, |
| uint8_t | m, | ||
| uint8_t | y, | ||
| uint8_t | k ) |
Definition at line 1670 of file cfx_cmyk_to_srgb.cpp.
| int fxge::Blend | ( | BlendMode | blend_mode, |
| int | back_color, | ||
| int | src_color ) |
Definition at line 47 of file blend.cpp.
References Blend(), kColorBurn, kColorDodge, kDarken, kDifference, kExclusion, kHardLight, kLighten, kMultiply, kNormal, kOverlay, kScreen, and kSoftLight.
Referenced by Blend().
| std::optional< uint32_t > fxge::CalculatePitch32 | ( | int | bits_per_pixel, |
| int | width_in_pixels ) |
Definition at line 57 of file calculate_pitch.cpp.
| uint32_t fxge::CalculatePitch32OrDie | ( | int | bits_per_pixel, |
| int | width_in_pixels ) |
Definition at line 43 of file calculate_pitch.cpp.
Referenced by CStretchEngine::CStretchEngine().
| std::optional< uint32_t > fxge::CalculatePitch8 | ( | uint32_t | bits_per_component, |
| uint32_t | components_per_pixel, | ||
| int | width_in_pixels ) |
Definition at line 47 of file calculate_pitch.cpp.
| uint32_t fxge::CalculatePitch8OrDie | ( | uint32_t | bits_per_component, |
| uint32_t | components_per_pixel, | ||
| int | width_in_pixels ) |
Definition at line 35 of file calculate_pitch.cpp.
| fxge::TEST | ( | Blend | , |
| ColorBurn | ) |
Definition at line 103 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| ColorDodge | ) |
Definition at line 91 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Darken | ) |
Definition at line 67 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Difference | ) |
Definition at line 147 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Exclusion | ) |
Definition at line 159 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| HardLight | ) |
Definition at line 115 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Lighten | ) |
Definition at line 79 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Multiply | ) |
Definition at line 24 of file blend_unittest.cpp.
Definition at line 12 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Overlay | ) |
Definition at line 48 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| Screen | ) |
Definition at line 36 of file blend_unittest.cpp.
| fxge::TEST | ( | Blend | , |
| SoftLight | ) |
Definition at line 130 of file blend_unittest.cpp.