OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyImageBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.h
211
inline void
copyImageBytes
(Uint8ClampedArray* source, Uint8ClampedArray* destination, const IntRect&);
FilterEffect.cpp
321
inline void FilterEffect::
copyImageBytes
(Uint8ClampedArray* source, Uint8ClampedArray* destination, const IntRect& rect)
396
copyImageBytes
(m_unmultipliedImageResult.get(), destination, rect);
424
copyImageBytes
(m_premultipliedImageResult.get(), destination, rect);
Completed in 24 milliseconds