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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
FEGaussianBlurNEON.h 40 uint32_t* sourcePixel = reinterpret_cast<uint32_t*>(srcPixelArray->data());
53 float32x4_t sourcePixelAsFloat = loadRGBA8AsFloat(sourcePixel + line + i * pixelStride);
63 float32x4_t sourcePixelAsFloat = loadRGBA8AsFloat(sourcePixel + pixelOffset - dxLeft * pixelStride);
67 float32x4_t sourcePixelAsFloat = loadRGBA8AsFloat(sourcePixel + pixelOffset + dxRight * pixelStride);
FECompositeArithmeticNEON.h 47 uint32_t* sourcePixel = reinterpret_cast<uint32_t*>(source);
52 uint32x2_t temporary1 = vset_lane_u32(*sourcePixel, temporary1, 0);
71 ++sourcePixel;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp 355 unsigned char *sourcePixel = source->data() + ((yOrigin * m_absolutePaintRect.width()) + xOrigin) * 4;
358 memcpy(destinationPixel, sourcePixel, size);
360 sourcePixel += sourceScanline;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.cpp     [all...]

Completed in 2449 milliseconds