Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrQuad.cpp23 static bool dot_nearly_zero(const SkVector& e1, const SkVector& e2) { in dot_nearly_zero() function
56 return dot_nearly_zero(e0, e1) && dot_nearly_zero(e1, e3) && in coords_rectilinear()
57 dot_nearly_zero(e2, e0) && dot_nearly_zero(e3, e2); in coords_rectilinear()