Home
last modified time | relevance | path

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

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