OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcPixelArrayA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEBlend.cpp
84
RefPtr<Uint8ClampedArray>
srcPixelArrayA
= in->asPremultipliedImage(effectADrawingRect);
89
unsigned pixelArrayLength =
srcPixelArrayA
->length();
93
platformApplyNEON(
srcPixelArrayA
->data(), srcPixelArrayB->data(), dstPixelArray->data(), pixelArrayLength);
100
sourceA[0] = reinterpret_cast<uint32_t*>(
srcPixelArrayA
->data())[0];
FEDisplacementMap.cpp
128
RefPtr<Uint8ClampedArray>
srcPixelArrayA
= in->asPremultipliedImage(effectADrawingRect);
133
ASSERT(
srcPixelArrayA
->length() == srcPixelArrayB->length());
154
unsigned char pixelValue =
srcPixelArrayA
->item(srcY * stride + srcX * 4 + channel);
Completed in 159 milliseconds