Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DShadowValue.h38 PassRefPtr<CSSPrimitiveValue> spread, in create()
50 RefPtr<CSSPrimitiveValue> spread; variable
DCSSComputedStyleDeclaration.cpp673 …RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveVa… in valueForShadow() local
DCSSParser.cpp4621 RefPtr<CSSPrimitiveValue> spread; member
DCSSStyleSelector.cpp5163 …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/aac/libSBRenc/include/
Dsbr_encoder.h181 INT spread; /*!< Flag: usage of SBR spread. */ member
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2646 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2656 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local