Home
last modified time | relevance | path

Searched refs:FELighting (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp43 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float… in FELighting() function in WebCore::FELighting
68 inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector) in topLeft()
79 inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector) in topRow()
92 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector) in topRight()
103 inline void FELighting::LightingData::leftColumn(int offset, IntPoint& normalVector) in leftColumn()
117 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) in interior()
133 inline void FELighting::LightingData::rightColumn(int offset, IntPoint& normalVector) in rightColumn()
147 inline void FELighting::LightingData::bottomLeft(int offset, IntPoint& normalVector) in bottomLeft()
158 inline void FELighting::LightingData::bottomRow(int offset, IntPoint& normalVector) in bottomRow()
171 inline void FELighting::LightingData::bottomRight(int offset, IntPoint& normalVector) in bottomRight()
[all …]
DFELighting.h42 class FELighting : public FilterEffect {
73FELighting(Filter*, LightingType, const Color&, float, float, float, float, float, float, PassRefP…
DFESpecularLighting.h30 class FESpecularLighting : public FELighting {
DFEDiffuseLighting.h32 class FEDiffuseLighting : public FELighting {
DFEDiffuseLighting.cpp35 …: FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUn… in FEDiffuseLighting()
DFESpecularLighting.cpp36 …: FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularE… in FESpecularLighting()
/external/webkit/Source/WebCore/
DWebCore.pro1930 platform/graphics/filters/FELighting.h \
3061 platform/graphics/filters/FELighting.cpp \
DCMakeLists.txt1125 platform/graphics/filters/FELighting.cpp
DChangeLog-2010-05-242342 Make FELighting::apply() similar to other filters' applies
2349 (WebCore::FELighting::apply):
8374 (WebCore::FELighting::LightingData::upLeftPixelValue):
8375 (WebCore::FELighting::LightingData::upPixelValue):
8376 (WebCore::FELighting::LightingData::upRightPixelValue):
8377 (WebCore::FELighting::LightingData::leftPixelValue):
8378 (WebCore::FELighting::LightingData::centerPixelValue):
8379 (WebCore::FELighting::LightingData::rightPixelValue):
8380 (WebCore::FELighting::LightingData::downLeftPixelValue):
8381 (WebCore::FELighting::LightingData::downPixelValue):
[all …]
DGNUmakefile.list.am2366 Source/WebCore/platform/graphics/filters/FELighting.cpp \
2367 Source/WebCore/platform/graphics/filters/FELighting.h \
DGNUmakefile.am2370 Source/WebCore/platform/graphics/filters/FELighting.cpp \
2371 Source/WebCore/platform/graphics/filters/FELighting.h \
DWebCore.gypi4113 'platform/graphics/filters/FELighting.cpp',
4114 'platform/graphics/filters/FELighting.h',
DChangeLog-2010-12-068154 * platform/graphics/filters/FELighting.cpp:
8155 (WebCore::FELighting::FELighting):
8156 (WebCore::FELighting::apply):
8157 * platform/graphics/filters/FELighting.h:
8158 (WebCore::FELighting::determineAbsolutePaintRect):
19634 SVG FELighting performance issues
19637 This patch speeds-up FELighting filter painting by 40%
19648 * platform/graphics/filters/FELighting.cpp:
19649 (WebCore::FELighting::LightingData::topLeft):
19650 (WebCore::FELighting::LightingData::topRow):
[all …]
DChangeLog3331 * platform/graphics/filters/FELighting.h:
3332 (WebCore::FELighting::determineAbsolutePaintRect):
8573 * platform/graphics/filters/FELighting.cpp:
8574 (WebCore::FELighting::platformApplyGeneric):
8575 (WebCore::FELighting::drawLighting):
8576 * platform/graphics/filters/FELighting.h:
8577 (WebCore::FELighting::platformApply):
8585 (WebCore::FELighting::getPowerCoefficients):
8587 (WebCore::FELighting::platformApplyNeon):
21496 * platform/graphics/filters/FELighting.cpp:
[all …]
DChangeLog-2011-02-1634290 * platform/graphics/filters/FELighting.cpp:
34291 (WebCore::FELighting::apply):
42883 * platform/graphics/filters/FELighting.cpp:
42884 (WebCore::FELighting::apply):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1763 …730D801248F0B300D3A9C9 /* FELighting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84730D6312…
1764 …4730D811248F0B300D3A9C9 /* FELighting.h in Headers */ = {isa = PBXBuildFile; fileRef = 84730D64124…
8379FELighting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp…
8380 …9 /* FELighting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
16382 84730D631248F0B300D3A9C9 /* FELighting.cpp */,
16383 84730D641248F0B300D3A9C9 /* FELighting.h */,
21074 84730D811248F0B300D3A9C9 /* FELighting.h in Headers */,
23938 84730D801248F0B300D3A9C9 /* FELighting.cpp in Sources */,