Home
last modified time | relevance | path

Searched defs:dxdy (Results 1 – 18 of 18) 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/samplecode/
DSamplePathClip.cpp85 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); local
/external/skqp/samplecode/
DSamplePathClip.cpp93 double dxdy = (double)(p1.fX - p0.fX) / (p1.fY - p0.fY); local
/external/skia/src/core/
DSkPathRef.cpp514 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/skqp/src/core/
DSkPathRef.cpp750 SkVector dxdy; in getRRect() local
/external/skqp/src/pathops/
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
DSkPathOpsTSect.cpp14 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local
1239 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
DSkOpCoincidence.cpp304 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans() local
DSkPathOpsDebug.cpp1505 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans() local
/external/skia/src/pathops/
DSkPathOpsTSect.cpp15 SkDVector dxdy = c1.dxdyAtT(t); in setPerp() local
1240 SkDVector dxdy = this->fCurve.dxdyAtT(t); in matchedDirection() local
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
DSkOpCoincidence.cpp304 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans() local
DSkPathOpsDebug.cpp1482 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