Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_rect.c694 float dxdx1, dxdx2, dxdy1, dxdy2; in do_rect_ccw() local
698 dxdy2 = rv3[k][j] - rv2[k][j]; in do_rect_ccw()
700 dxdy1 != dxdy2) { in do_rect_ccw()
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1241 SkDVector dxdy2 = sect2->fCurve.dxdyAtT(t2); in matchedDirection() local
1242 return dxdy.dot(dxdy2) >= 0; in matchedDirection()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp1240 SkDVector dxdy2 = sect2->fCurve.dxdyAtT(t2); in matchedDirection() local
1241 return dxdy.dot(dxdy2) >= 0; in matchedDirection()