|
| template<typename T > |
| static constexpr const T & | Fluid::Skia::SkTPin (const T &x, const T &lo, const T &hi) |
| |
| constexpr auto | Fluid::Skia::sk_double_round (double x) |
| |
| constexpr auto | Fluid::Skia::sk_float_round (double x) |
| |
| template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
| static constexpr bool | Fluid::Skia::SkIsNaN (T x) |
| |
| static constexpr int | Fluid::Skia::sk_float_saturate2int (float x) |
| |
| constexpr auto | Fluid::Skia::SkScalarRoundToInt (double x) |
| |
| static float | Fluid::Skia::divide_and_pin (float numer, float denom, float min, float max) |
| |
| scalar | Fluid::Skia::AmbientBlurRadius (scalar height) |
| |
| scalar | Fluid::Skia::AmbientRecipAlpha (scalar height) |
| |
| scalar | Fluid::Skia::SpotBlurRadius (scalar occluderZ, scalar lightZ, scalar lightRadius) |
| |
| void | Fluid::Skia::GetSpotParams (scalar occluderZ, scalar lightX, scalar lightY, scalar lightZ, scalar lightRadius, scalar *blurRadius, scalar *scale, QVector2D *translate) |
| |
| void | Fluid::Skia::GetDirectionalParams (scalar occluderZ, scalar lightX, scalar lightY, scalar lightZ, scalar lightRadius, scalar *blurRadius, scalar *scale, QVector2D *translate) |
| |