Home
last modified time | relevance | path

Searched defs:slope (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComponentTransfer.h55 float slope; member
/external/quake/quake/src/WinQuake/
Dd_sprite.cpp204 float du, dv, vtop, vbottom, slope; in D_SpriteScanLeftEdge() local
266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
/external/quake/quake/src/QW/client/
Dd_sprite.c204 float du, dv, vtop, vbottom, slope; in D_SpriteScanLeftEdge() local
266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; in D_SpriteScanRightEdge() local
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.cpp83 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x()); in findSlope() local
DPath.cpp74 float slope = atan2f(change.height(), change.width()); in pathLengthApplierFunction() local
/external/skia/src/core/
DSkEdge.cpp68 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine() local
108 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in updateLine() local
DSkScan_Hairline.cpp98 SkFixed slope = SkFixedDiv(dy, dx); in HairLineRgn() local
113 SkFixed slope = SkFixedDiv(dx, dy); in HairLineRgn() local
DSkScan_Antihair.cpp233 SkFixed fstart, slope; in do_anti_hairline() local
DSkGeometry.cpp60 SkScalar slope = SkScalarDiv(delta_y, delta_x); in SkXRayCrossesLine() local
/external/svox/pico/compat/src/com/android/tts/compat/
DSynthProxy.java160 float attenuationInDb, float freqInHz, float slope); in native_setLowShelf()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnMathUtils.cpp541 float slope = deltaY / deltaX; in xRayCrossesLine() local
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp313 jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope) in com_android_tts_compat_SynthProxy_setLowShelf()
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp499 float slope = tan(deg2rad(angleDeg)); in endPointsFromAngle() local
/external/opencv/cxcore/src/
Dcxdrawing.cpp301 int slope; in icvLineAA() local