HomeSort by relevance Sort by last modified time
    Searched defs:spread (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/css/
ShadowValue.h 38 PassRefPtr<CSSPrimitiveValue> spread,
42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color));
50 RefPtr<CSSPrimitiveValue> spread; member in class:WebCore::ShadowValue
58 PassRefPtr<CSSPrimitiveValue> spread,
CSSComputedStyleDeclaration.cpp 685 RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveValue>() : zoomAdjustedPixelValue(s->spread(), style, primitiveValueCache); local
688 list->prepend(ShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
    [all...]
CSSParser.cpp 4706 RefPtr<CSSPrimitiveValue> spread; member in struct:WebCore::ShadowParseContext
    [all...]
CSSStyleSelector.cpp 5154 int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor) : 0; local
    [all...]
  /bionic/libm/src/
s_fma.c 61 int spread; local
76 spread = ex + ey - ez;
83 if (spread > DBL_MANT_DIG * 2) {
118 if (spread < -DBL_MANT_DIG) {
165 zs = ldexp(zs, -spread);
170 spread = ex + ey;
171 if (spread + ilogb(r) > -1023) {
179 p = ldexp(copysign(0x1p-1022, r), -spread);
186 return (ldexp(r, spread));
s_fmal.c 56 int spread; local
71 spread = ex + ey - ez;
78 if (spread > LDBL_MANT_DIG * 2) {
113 if (spread < -LDBL_MANT_DIG) {
160 zs = ldexpl(zs, -spread);
165 spread = ex + ey;
166 if (spread + ilogbl(r) > -16383) {
174 p = ldexpl(copysignl(0x1p-16382L, r), -spread);
181 return (ldexpl(r, spread));
  /external/webkit/Source/WebCore/rendering/style/
ShadowData.h 53 ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color)
57 , m_spread(spread)
77 int spread() const { return m_spread; } function in class:WebCore::ShadowData
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 2563 int spread = (int)left->getDepth() - (int)right->getDepth(); local
2574 int spread = (int)left->getHeight() - (int)right->getHeight(); local
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 383 long spread = maxValue - minValue; local
384 if (spread > Integer.MAX_VALUE) {
388 return minValue + random.nextInt((int)spread);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 898 milliseconds