Searched defs:dxdy (Results 1 – 10 of 10) sorted by relevance
182 const GLfloat dxdy = majDx / majDy; variable251 const GLfloat dxdy = majDx / majDy; variable
119 GLfloat dxdy; /* dx/dy */ in NAME() member
415 GLfloat dxdy = line->dx / line->dy; in segment() local
500 SkVector dxdy; in getRRect() local
93 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); local
438 const float dxdy = dx / dy; in try_setup_line() local
914 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose() local1688 SkVector dxdy = (*CurveSlopeAtT[fVerb])(this->pts(), this->weight(), midT); in testForCoincidence() local
336 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local1503 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
57 float dxdy; /**< dx/dy */ member
1310 Mat dx2, dy2, dxdy(src.size(), CV_32F), kernel; in test_cornerEigenValsVecs() local