OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateFromPixels
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.cpp
89
m_tiler->
updateFromPixels
(paintRect, paintRect, m_decodedImage.pixels());
LayerTilerChromium.h
71
void
updateFromPixels
(const IntRect& contentRect, const IntRect& paintRect, const uint8_t* pixels);
LayerTilerChromium.cpp
289
TRACE_EVENT("LayerTilerChromium::
updateFromPixels
", this, 0);
290
updateFromPixels
(m_updateRect, m_paintRect, locker.pixels());
294
void LayerTilerChromium::
updateFromPixels
(const IntRect& contentRect, const IntRect& paintRect, const uint8_t* paintPixels)
Completed in 39 milliseconds