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

/external/webkit/Source/WebCore/css/
H A DShadowValue.cpp38 , spread(_spread)
65 if (spread) {
68 text += spread->cssText();
H A DShadowValue.h38 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,
35 create(PassRefPtr<CSSPrimitiveValue> x, PassRefPtr<CSSPrimitiveValue> y, PassRefPtr<CSSPrimitiveValue> blur, PassRefPtr<CSSPrimitiveValue> spread, PassRefPtr<CSSPrimitiveValue> style, PassRefPtr<CSSPrimitiveValue> color) argument
H A DSVGCSSStyleSelector.cpp568 // -webkit-svg-shadow does should not have a spread or style
569 ASSERT(!item->spread);
H A DCSSComputedStyleDeclaration.cpp673 RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveValue>() : zoomAdjustedPixelValue(s->spread(), style, primitiveValueCache); local
676 list->prepend(ShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
H A DCSSParser.cpp4534 if (x || y || blur || spread || color || style) {
4539 values->append(ShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
4546 spread = 0;
4582 spread = val.release();
4621 RefPtr<CSSPrimitiveValue> spread; member in struct:WebCore::ShadowParseContext
H A DCSSStyleSelector.cpp5163 int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor) : 0; local
5168 ShadowData* shadowData = new ShadowData(x, y, blur, spread, shadowStyle, id == CSSPropertyWebkitBoxShadow, color.isValid() ? color : Color::transparent);
/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.h53 ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) argument
57 , m_spread(spread)
77 int spread() const { return m_spread; } function in class:WebCore::ShadowData
H A DShadowData.cpp62 int blurAndSpread = shadow->blur() + shadow->spread() + additionalOutlineSize;
H A DRenderStyle.cpp733 ASSERT(!val || (!val->spread() && val->style() == Normal));
1043 int blurAndSpread = shadow->blur() + shadow->spread();
1060 int blurAndSpread = shadow->blur() + shadow->spread();
1075 int blurAndSpread = shadow->blur() + shadow->spread();
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h181 INT spread; /*!< Flag: usage of SBR spread. */ member in struct:sbrConfiguration
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java873 int spread = 1;
885 chars[pos - spread] = chars[pos];
888 spread++;
890 return new String(chars, 0, pos - spread);
/external/srec/srec/include/
H A Dfront.h257 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread);
/external/srec/srec/cfront/
H A Dspec_anl.c322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread) argument
329 /* Convert to FFT taps. Mark adjacent taps as well as taps within spread */
337 lo = (((freq[ii] - spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate;
338 hi = (((freq[ii] + spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate;
348 while (((jj+1)*freq_step)>>12 <= freq[ii]-spread[ii])
350 while (((jj-1)*freq_step>>12) < freq[ii]+spread[ii]){
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2614 int spread = (int)left->getDepth() - (int)right->getDepth();
2615 if (std::abs(spread) > MaxReorderWindow) {
2624 int spread = (int)left->getHeight() - (int)right->getHeight();
2625 if (std::abs(spread) > MaxReorderWindow)
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp487 config->spread = 1 ;
1276 params->spread,
/external/quake/quake/src/QW/progs/
H A Dweapons.qc265 void(float shotcount, vector dir, vector spread) FireBullets =
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp151 blendFunc(anim, from->spread(), to->spread(), progress),
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as179 * generation within one method rather than spread among all of the
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp2084 int shadowSpread = shadow->spread();
H A DRenderLayer.cpp3547 shadowRect.inflate(boxShadow->blur() + boxShadow->spread());
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas765 /// within one method rather than spread among all of the exception classes. This
/external/grub/docs/
H A Dtexinfo.tex186 wide-spread wrap-around

Completed in 5309 milliseconds