OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destinationpixel
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp
162
unsigned char *
destinationPixel
= destination->data() + ((yDest * rect.width()) + xDest) * 4;
166
memcpy(
destinationPixel
, sourcePixel, size);
167
destinationPixel
+= destinationScanline;
Completed in 229 milliseconds