HomeSort by relevance Sort by last modified time
    Searched refs:effectWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEMorphology.cpp 105 int effectWidth = effectDrawingRect.width() * 4;
118 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
120 unsigned char pixel = srcPixelArray->get(i * effectWidth + 4 * j + channel);
131 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
133 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
148 imageData->data()->set(y * effectWidth + 4 * x + channel, entireExtrema);
  /external/webkit/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp 73 unsigned dx, int stride, int strideLine, int effectWidth, int effectHeight, bool alphaImage)
83 int maxKernelSize = std::min(dxRight, effectWidth);
88 for (int x = 0; x < effectWidth; ++x) {
93 if (x + dxRight < effectWidth)

Completed in 1250 milliseconds