OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effectWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp
127
int
effectWidth
= effectDrawingRect.width() * 4;
141
unsigned char columnExtrema = srcPixelArray->get(startY *
effectWidth
+ 4 * j + channel);
143
unsigned char pixel = srcPixelArray->get(i *
effectWidth
+ 4 * j + channel);
154
unsigned char columnExtrema = srcPixelArray->get(startY *
effectWidth
+ endX * 4 + channel);
156
unsigned char pixel = srcPixelArray->get(i *
effectWidth
+ endX * 4 + channel);
171
dstPixelArray->set(y *
effectWidth
+ 4 * x + channel, entireExtrema);
FEGaussianBlur.cpp
78
unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int
effectWidth
, int effectHeight, bool alphaImage)
85
int maxKernelSize = std::min(dxRight,
effectWidth
);
90
for (int x = 0; x <
effectWidth
; ++x) {
95
if (x + dxRight <
effectWidth
)
Completed in 49 milliseconds