Searched refs:targetY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEConvolveMatrixElement.idl43 readonly attribute SVGAnimatedInteger targetY;
H A DSVGFEConvolveMatrixElement.h96 DECLARE_ANIMATED_INTEGER(TargetY, targetY)
H A DSVGFEConvolveMatrixElement.cpp46 DEFINE_ANIMATED_INTEGER(SVGFEConvolveMatrixElement, SVGNames::targetYAttr, TargetY, targetY)
60 REGISTER_LOCAL_ANIMATED_PROPERTY(targetY)
229 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY()));
231 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY()));
308 int targetYValue = targetY();
316 // The spec says the default value is: targetY = floor ( orderY / 2 ))
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp5417 IOFixed64 targetY; local
5424 targetY.fromIntFloor(screen[rightScreen].desktopBounds->maxy - screen[rightScreen].desktopBounds->miny);
5431 targetY.fromIntFloor(screen[leftScreen].desktopBounds->maxy - screen[leftScreen].desktopBounds->miny);
5445 targetY *= closestYFraction;
5447 pinnedLoc.fromFixed64(targetX, targetY);

Completed in 189 milliseconds