Home
last modified time | relevance | path

Searched refs:tDiv (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DPathOpsTestCommon.cpp44 double tDiv = calc_t_div(cubic, precision, 0); in add_simple_ts() local
45 if (tDiv >= 1) { in add_simple_ts()
48 if (tDiv >= 0.5) { in add_simple_ts()
57 double tDiv = calc_t_div(cubic, precision, 0); in addTs() local
58 double parts = ceil(1.0 / tDiv); in addTs()

Completed in 1 milliseconds