OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubic_delta_from_line
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdge.cpp
329
static SkFDot6
cubic_delta_from_line
(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d)
function
391
SkFDot6 dx =
cubic_delta_from_line
(x0, x1, x2, x3);
392
SkFDot6 dy =
cubic_delta_from_line
(y0, y1, y2, y3);
/external/skia/src/core/
SkEdge.cpp
329
static SkFDot6
cubic_delta_from_line
(SkFDot6 a, SkFDot6 b, SkFDot6 c, SkFDot6 d)
function
391
SkFDot6 dx =
cubic_delta_from_line
(x0, x1, x2, x3);
392
SkFDot6 dy =
cubic_delta_from_line
(y0, y1, y2, y3);
Completed in 33 milliseconds