OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubic_too_curvy
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkScan_Hairline.cpp
226
static bool
cubic_too_curvy
(const SkPoint pts[4])
234
if (level > 0 &&
cubic_too_curvy
(pts))
SkPathMeasure.cpp
97
static bool
cubic_too_curvy
(const SkPoint pts[4]) {
function
133
if (tspan_big_enough(maxt - mint) &&
cubic_too_curvy
(pts)) {
Completed in 633 milliseconds