Home
last modified time | relevance | path

Searched defs:dxdy (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h182 const GLfloat dxdy = majDx / majDy; variable
251 const GLfloat dxdy = majDx / majDy; variable
Ds_tritemp.h119 GLfloat dxdy; /* dx/dy */ in NAME() member
Ds_aaline.c415 GLfloat dxdy = line->dx / line->dy; in segment() local
/external/skia/src/core/
DSkPathRef.cpp500 SkVector dxdy; in getRRect() local
/external/skia/samplecode/
DSamplePathClip.cpp93 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c438 const float dxdy = dx / dy; in try_setup_line() local
/external/skia/src/pathops/
DSkOpSegment.cpp914 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose() local
1688 SkVector dxdy = (*CurveSlopeAtT[fVerb])(this->pts(), this->weight(), midT); in testForCoincidence() local
DSkPathOpsTSect.h336 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local
1503 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c57 float dxdy; /**< dx/dy */ member
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp1310 Mat dx2, dy2, dxdy(src.size(), CV_32F), kernel; in test_cornerEigenValsVecs() local