Flutter Engine
The Flutter Engine
|
#include "include/core/SkCubicMap.h"
#include "include/private/base/SkTPin.h"
#include "src/base/SkVx.h"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Functions | |
static float | eval_poly (float t, float b) |
template<typename... Rest> | |
static float | eval_poly (float t, float m, float b, Rest... rest) |
static float | cubic_solver (float A, float B, float C, float D) |
static bool | nearly_zero (SkScalar x) |
static float | compute_t_from_x (float A, float B, float C, float x) |
static bool | coeff_nearly_zero (float delta) |
|
inlinestatic |
Definition at line 84 of file SkCubicMap.cpp.
|
static |
Definition at line 57 of file SkCubicMap.cpp.
|
static |
Definition at line 23 of file SkCubicMap.cpp.
|
static |
Definition at line 16 of file SkCubicMap.cpp.
|
static |
Definition at line 19 of file SkCubicMap.cpp.