OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eval_quad
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp
66
/** If defined, this makes
eval_quad
and eval_cubic do more setup (sometimes
149
static SkScalar
eval_quad
(const SkScalar src[], SkScalar t) {
function
184
pt->set(
eval_quad
(&src[0].fX, t),
eval_quad
(&src[0].fY, t));
[
all
...]
/external/skia/src/core/
SkGeometry.cpp
66
/** If defined, this makes
eval_quad
and eval_cubic do more setup (sometimes
149
static SkScalar
eval_quad
(const SkScalar src[], SkScalar t) {
function
184
pt->set(
eval_quad
(&src[0].fX, t),
eval_quad
(&src[0].fY, t));
[
all
...]
Completed in 830 milliseconds