Flutter Engine
The Flutter Engine
|
#include "include/core/SkPoint.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkFloatingPoint.h"
#include "src/core/SkPointPriv.h"
#include <cmath>
Go to the source code of this file.
Functions | |
template<bool use_rsqrt> | |
bool | set_point_length (SkPoint *pt, float x, float y, float length, float *orig_length=nullptr) |
bool set_point_length | ( | SkPoint * | pt, |
float | x, | ||
float | y, | ||
float | length, | ||
float * | orig_length = nullptr |
||
) |
Definition at line 42 of file SkPoint.cpp.