Home
last modified time | relevance | path

Searched defs:spread (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/css/
DShadowValue.h38 PassRefPtr<CSSPrimitiveValue> spread, in create()
50 RefPtr<CSSPrimitiveValue> spread; variable
DCSSComputedStyleDeclaration.cpp685 …RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveVa… in valueForShadow() local
DCSSParser.cpp4706 RefPtr<CSSPrimitiveValue> spread; member
DCSSStyleSelector.cpp5154 …int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor… in applyProperty() local
/external/webkit/Source/WebCore/rendering/style/
DShadowData.h53 …ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Co… in ShadowData()
77 int spread() const { return m_spread; } in spread() function
/external/srec/srec/cfront/
Dspec_anl.c322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread) in create_spectrum_filter()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2563 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2574 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local