Home
last modified time | relevance | path

Searched refs:ShadowData (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowData.cpp29 bool ShadowData::operator==(const ShadowData& o) const in operator ==()
38 ShadowData ShadowData::blend(const ShadowData& from, double progress) const in blend()
43 return ShadowData(WebCore::blend(from.location(), location(), progress), in blend()
DShadowData.h36 class ShadowData {
39ShadowData(const IntPoint& location, int blur, int spread, ShadowStyle style, const Color& color) in ShadowData() function
48 bool operator==(const ShadowData&) const;
49 bool operator!=(const ShadowData& o) const { return !(*this == o); }
51 ShadowData blend(const ShadowData& from, double progress) const;
DShadowList.cpp44 const ShadowData& shadow = shadowList->shadows()[i]; in calculateShadowExtent()
90 …DEFINE_STATIC_LOCAL(ShadowData, defaultShadowData, (IntPoint(), 0, 0, Normal, Color::transparent)); in blend()
91 …DEFINE_STATIC_LOCAL(ShadowData, defaultInsetShadowData, (IntPoint(), 0, 0, Inset, Color::transpare… in blend()
95 const ShadowData* fromShadow = i < fromLength ? &from->shadows()[i] : 0; in blend()
96 const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0; in blend()
DStyleVariableData.h44 class ShadowData; variable
DShadowList.h43 typedef Vector<ShadowData, 1> ShadowDataVector;
DRenderStyle.cpp1274 const ShadowData& shadow = shadowList->shadows()[i]; in getShadowExtent()
1295 const ShadowData& shadow = shadowList->shadows()[i]; in getShadowInsetExtent()
1315 const ShadowData& shadow = shadowList->shadows()[i]; in getShadowHorizontalExtent()
1332 const ShadowData& shadow = shadowList->shadows()[i]; in getShadowVerticalExtent()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.h45 class ShadowData; variable
131 …PassRefPtr<CSSValue> valueForShadowData(const ShadowData&, const RenderStyle&, bool useSpread) con…
DCSSComputedStyleDeclaration.cpp898ShadowData shadow(dropShadowOperation->location(), dropShadowOperation->stdDeviation(), 0, Normal,… in valueForFilter()
1307 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadowData(const ShadowData& shadow, cons… in valueForShadowData()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.cpp154 shadows.append(ShadowData(IntPoint(x, y), blur, spread, shadowStyle, color)); in convertShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp72 const ShadowData& shadow = shadowList->shadows()[i]; in paint()
DInlineTextBox.cpp404 const ShadowData& shadow = shadowList->shadows()[i]; in paintTextWithShadows()
1096 const ShadowData& s = shadowList->shadows()[i]; in paintDecoration()
1118 const ShadowData& shadow = shadowList->shadows()[i]; in paintDecoration()
DRenderBoxModelObject.cpp509 const ShadowData& boxShadow = shadowList->shadows()[i]; in applyBoxShadowForBackground()
2433 const ShadowData& currentShadow = shadowList->shadows()[i]; in boxShadowShouldBeAppliedToBackground()
2489 const ShadowData& shadow = shadowList->shadows()[i]; in paintBoxShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp642 const ShadowData& shadow = shadowList->shadows()[i]; in paintTextWithShadows()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_rendering.target.linux-mips.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dwebcore_rendering.target.darwin-x86.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dwebcore_rendering.target.darwin-mips.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dwebcore_rendering.target.darwin-arm.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dwebcore_rendering.target.linux-x86.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dwebcore_rendering.target.linux-arm.mk171 third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
Dcore.gypi1629 'rendering/style/ShadowData.cpp',
1630 'rendering/style/ShadowData.h',