OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pixels
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp
65
,
m_pixels
(0)
73
m_pixels
= static_cast<uint8_t*>(m_bitmap->getPixels());
78
m_pixels
= &canvas->m_pixelData[0];
PlatformCanvas.h
68
const uint8_t* pixels() const { return
m_pixels
; }
74
uint8_t*
m_pixels
;
member in class:WebCore::PlatformCanvas::AutoLocker
/external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp
66
,
m_pixels
(0)
80
m_pixels
= m_pixelData.get();
95
if (!
m_pixels
)
101
memset(
m_pixels
, 0, bufferSizeInBytes);
107
wmemset(static_cast<wchar_t*>(
m_pixels
), 0xFFFF, bufferSize);
112
unsigned* pixel = static_cast<unsigned*>(
m_pixels
);
145
const unsigned* p32 = static_cast<const unsigned*>(
m_pixels
);
163
m_pixels
= newPixels;
177
m_pixels
= 0;
181
if (
m_pixels
) {
[
all
...]
SharedBitmap.h
51
void* bytes() { return
m_pixels
; }
52
const void* bytes() const { return
m_pixels
; }
134
void*
m_pixels
;
member in class:WebCore::SharedBitmap
Completed in 581 milliseconds