Searched defs:spread (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | ShadowValue.h | 38 PassRefPtr<CSSPrimitiveValue> spread, in create() 50 RefPtr<CSSPrimitiveValue> spread; variable
|
D | CSSComputedStyleDeclaration.cpp | 673 …RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveVa… in valueForShadow() local
|
D | CSSParser.cpp | 4621 RefPtr<CSSPrimitiveValue> spread; member
|
D | CSSStyleSelector.cpp | 5163 …int spread = item->spread ? item->spread->computeLengthInt(style(), m_rootElementStyle, zoomFactor… in applyProperty() local
|
/external/webkit/Source/WebCore/rendering/style/ |
D | ShadowData.h | 53 …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/ |
D | spec_anl.c | 322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread) in create_spectrum_filter()
|
/external/aac/libSBRenc/include/ |
D | sbr_encoder.h | 181 INT spread; /*!< Flag: usage of SBR spread. */ member
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2646 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local 2656 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local
|