Home
last modified time | relevance | path

Searched defs:dxdy (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/samplecode/
H A DSamplePathClip.cpp85 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); member in __anon18648
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_opencl.c181 cl_int *dxdy = NULL; in nlmeans_plane() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c471 const float dxdy = dx / dy; in try_setup_line() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c57 float dxdy; /**< dx/dy */ member
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp15 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local
1240 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
H A DSkOpSegment.cpp835 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose() local
1681 SkDVector dxdy = (*CurveDDSlopeAtT[fVerb])(curvePart, 0.5f); in testForCoincidence() local
H A DSkOpCoincidence.cpp304 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans() local
H A DSkPathOpsDebug.cpp1482 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans() local
/third_party/glfw/deps/
H A Dnuklear.h11654 float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0); in nk_tt__new_active() local

Completed in 59 milliseconds