Home
last modified time | relevance | path

Searched refs:twoThird (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkEdge.cpp345 SkFDot6 twoThird = (a + 6*b - c*15 + d*8) * 19 >> 9; in cubic_delta_from_line() local
347 return SkMax32(SkAbs32(oneThird), SkAbs32(twoThird)); in cubic_delta_from_line()
DSkScan_Hairline.cpp308 const Sk2s twoThird(2.0f / 3.0f); in compute_cubic_segs() local
310 Sk2s p13 = oneThird * p3 + twoThird * p0; in compute_cubic_segs()
311 Sk2s p23 = oneThird * p0 + twoThird * p3; in compute_cubic_segs()