Searched refs:slope (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DHazeFilterView.py11 slope = objc.ivar(type=objc._C_FLT) variable in class:HazeFilterView
18 self.slope = sender.floatValue()
44 self.filter.setValue_forKey_(self.slope, "inputSlope")
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DHazeFilterView.py11 slope = objc.ivar(type=objc._C_FLT) variable in class:HazeFilterView
18 self.slope = sender.floatValue()
44 self.filter.setValue_forKey_(self.slope, "inputSlope")
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIHazeFilterSample/
H A DHazeFilterView.py11 slope = objc.ivar(type=objc._C_FLT) variable in class:HazeFilterView
18 self.slope = sender.floatValue()
44 self.filter.setValue_forKey_(self.slope, "inputSlope")
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEComponentTransfer.h45 , slope(0)
55 float slope; member in struct:WebCore::ComponentTransferFunction
H A DFEComponentTransfer.cpp136 double val = transferFunction.slope * i + 255 * transferFunction.intercept;
223 << "\" slope=\"" << function.slope
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGComponentTransferFunctionElement.idl40 readonly attribute SVGAnimatedNumber slope;
H A DSVGComponentTransferFunctionElement.cpp38 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope)
47 REGISTER_LOCAL_ANIMATED_PROPERTY(slope)
145 func.slope = slope();
H A DSVGComponentTransferFunctionElement.h90 DECLARE_ANIMATED_NUMBER(Slope, slope)
/macosx-10.10/ntp-92/scripts/stats/
H A Detf.S8 slope<-r$coef[[2]] * 1000
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGeometryUtilities.cpp37 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x()); local
38 c = p1.y() - slope * p1.x();
39 return slope;
H A DPathTraversalState.cpp212 float slope = FloatPoint(m_current - m_previous).slopeAngleRadians(); local
215 m_current.move(offset * cosf(slope), offset * sinf(slope));
217 m_normalAngle = rad2deg(slope);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressorKernel.cpp129 // This slope is equal to the inverse of the compression "ratio".
130 // In other words, a compression ratio of 20 would be a slope of 1/20.
160 // A high value for k will more quickly asymptotically approach a slope of 0.
161 float slope = slopeAt(x, k); local
163 if (slope < desiredSlope) {
/macosx-10.10/emacs-93/emacs/lisp/
H A Dstrokes.el607 (slope (and both-are-points-p
609 nil ; undefined vertical slope
614 ((null slope) ; undefined vertical slope
620 ((zerop slope) ; (= y1 y2)
631 (round (* slope
636 (round (* slope
643 slope)))
648 slope)))
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFilterEffectRenderer.cpp256 transferFunction.slope = narrowPrecisionToFloat(componentTransferOperation->amount());
268 transferFunction.slope = amount;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp140 SInt32 slope; member in struct:CursorDeviceSegment
651 scrollMultiplier = (IOFixed64::withFixed(segment->intercept) + scrollMultiplier * IOFixed64::withFixed(segment->slope)) / IOFixed64::withFixed(absAxis);
741 SInt32 slope; local
745 slope = (x2 == x1) ? 0 : IOFixedDivide( y2 - y1, x2 - x1 );
746 intercept = y1 - IOFixedMultiply( slope, x1 );
747 resultY = intercept + IOFixedMultiply( slope, x3 );
1885 segment->slope = ((scaledX2 == scaledX1)) ? 0 :
1889 - IOFixedMultiply( segment->slope, scaledX2 );
1890 /* IOLog("devUnits = %08lx, slope = %08lx, intercept = %08lx\n",
1891 segment->devUnits, segment->slope, segmen
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGradientValue.cpp614 float slope = tan(deg2rad(90 - angleDeg)); local
616 // We find the endpoint by computing the intersection of the line formed by the slope,
618 float perpendicularSlope = -1 / slope;
635 float endX = c / (slope - perpendicularSlope);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWebPageProxyIOS.mm232 const CGFloat slope = 12;
233 CGFloat factor = std::max<CGFloat>(1 - slope * (minimumScale - displayedContentScale), 0);
/macosx-10.10/vim-55/runtime/syntax/
H A Dpov.vim38 syn keyword povDescriptors agate average brick boxed bozo bumps cells checker crackle cylindrical dents facets function gradient granite hexagon julia leopard magnet mandel marble onion planar quilted radial ripples slope spherical spiral1 spiral2 spotted tiles tiles2 toroidal waves wood wrinkles
H A Dcss.vim63 syn keyword cssFontDescriptorProp contained src stemv stemh slope ascent descent widths bbox baseline centerline mathline topline
H A Dmaple.vim522 syn keyword mvPkg_student Int changevar integrand makeproc minimize slope
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp3485 Float32 slope = 1.0/sampleCount; local
3493 scalar -= slope;
3507 Float32 slope = 1.0/sampleCount; local
3515 scalar += slope;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm699 CGFloat slope = 12;
700 CGFloat opacity = std::max<CGFloat>(1 - slope * (minimumZoomScale - zoomScale), 0);

Completed in 547 milliseconds