OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyUnmultipliedImage
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.h
62
void
copyUnmultipliedImage
(ByteArray* destination, const IntRect&);
FilterEffect.cpp
117
copyUnmultipliedImage
(imageData.get(), rect);
173
void FilterEffect::
copyUnmultipliedImage
(ByteArray* destination, const IntRect& rect)
FEComponentTransfer.cpp
176
in->
copyUnmultipliedImage
(pixelArray, drawingRect);
FELighting.cpp
357
in->
copyUnmultipliedImage
(srcPixelArray, effectDrawingRect);
Completed in 440 milliseconds