Home
last modified time | relevance | path

Searched refs:dLeft (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEGaussianBlur.h73 static inline void kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight);
83 inline void FEGaussianBlur::kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight) in kernelPosition() argument
89 dLeft = std / 2 - 1; in kernelPosition()
90 dRight = std - dLeft; in kernelPosition()
92 dLeft = std / 2; in kernelPosition()
93 dRight = std - dLeft; in kernelPosition()
98 dLeft++; in kernelPosition()
/external/skia/src/core/
DSkScan_Path.cpp252 SkFixed dLeft = leftE->fDX; in walk_convex_edges() local
257 if (0 == (dLeft | dRite)) { in walk_convex_edges()
263 left += count * dLeft; in walk_convex_edges()
274 left += dLeft; in walk_convex_edges()
/external/chromium_org/third_party/skia/src/core/
DSkScan_Path.cpp252 SkFixed dLeft = leftE->fDX; in walk_convex_edges() local
257 if (0 == (dLeft | dRite)) { in walk_convex_edges()
263 left += count * dLeft; in walk_convex_edges()
274 left += dLeft; in walk_convex_edges()