Home
last modified time | relevance | path

Searched defs:dxdy (Results 1 – 12 of 12) 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.h125 GLfloat dxdy; /* dx/dy */ in NAME() member
Ds_aaline.c416 GLfloat dxdy = line->dx / line->dy; in segment() local
/external/skia/tools/viewer/
DPathClipSlide.cpp84 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); local
/external/skia/src/core/
DSkPathRef.cpp482 SkVector dxdy; in getRRect() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c459 const float dxdy = dx / dy; in try_setup_line() local
/external/skia/src/pathops/
DSkOpSegment.cpp841 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose() local
1687 SkDVector dxdy = (*CurveDDSlopeAtT[fVerb])(curvePart, 0.5f); in testForCoincidence() local
DSkPathOpsTSect.cpp28 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local
1252 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
DSkOpCoincidence.cpp312 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans() local
DSkPathOpsDebug.cpp1483 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c57 float dxdy; /**< dx/dy */ member
/external/mesa3d/src/imgui/
Dimstb_truetype.h2746 float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0); in stbtt__new_active() local
2768 float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0); in stbtt__new_active() local