Searched refs:dRight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEGaussianBlur.h72 static inline void kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight);
81 inline void FEGaussianBlur::kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight) argument
88 dRight = std - dLeft;
91 dRight = std - dLeft;
97 dRight--;
102 dRight++;
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2857 double dRight = 0.0; local
3385 dRight = xpathFuncNumber (&rightResult, &NaN);
3386 len = xpathRound(dRight);
3847 double dLeft = 0.0, dRight = 0.0, dTmp; local
4434 dRight = (&rightResult)->realvalue;
4436 if (IS_NAN(dRight)) NaN1= 2;
4437 else if (IS_INF(dRight) !=0) NaN1 = IS_INF(dRight);
4439 dRight = xpathFuncNumber(&rightResult, &NaN1);
4461 if ((dLeft == 0.0) || (dRight
[all...]

Completed in 136 milliseconds