Searched refs:currentY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEMorphology.cpp176 int currentY = 0; local
180 param.startY = currentY;
181 currentY += job < jobsWithExtra ? jobSize + 1 : jobSize;
182 param.endY = currentY;
H A DFEGaussianBlur.cpp336 int currentY = 0; local
341 int startY = !job ? 0 : currentY - extraHeight;
342 currentY += job < jobsWithExtra ? blockHeight + 1 : blockHeight;
343 int endY = job == jobs - 1 ? currentY : currentY + extraHeight;
364 currentY = 0;
372 currentY += adjustedBlockHeight;
374 destinationOffset = currentY * scanline;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp1678 long currentY = gi.ptsLocation.y;
1681 long deltaY = currentY - m_lastPanY;
1683 m_yOverpan -= m_lastPanY - currentY;
1687 m_lastPanY = currentY;

Completed in 180 milliseconds