Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScan_Antihair.cpp254 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) { in fastfixdiv() function
361 slope = fastfixdiv(y1 - y0, x1 - x0); in do_anti_hairline()
438 slope = fastfixdiv(x1 - x0, y1 - y0); in do_anti_hairline()
/external/skia/src/core/
DSkScan_Antihair.cpp259 static inline SkFixed fastfixdiv(SkFDot6 a, SkFDot6 b) { in fastfixdiv() function
366 slope = fastfixdiv(y1 - y0, x1 - x0); in do_anti_hairline()
443 slope = fastfixdiv(x1 - x0, y1 - y0); in do_anti_hairline()