OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_flipPixelRef
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp
58
m_flipPixelRef
= NULL;
101
SkSafeUnref(
m_flipPixelRef
);
152
SkSafeUnref(
m_flipPixelRef
);
153
m_flipPixelRef
= new SkFlipPixelRef(computeConfig(isTransparent),
190
if (NULL ==
m_flipPixelRef
) {
194
const SkRegion& dirty =
m_flipPixelRef
->dirtyRgn();
208
// nothing to do if we haven't had setWindow() called yet.
m_flipPixelRef
210
if (NULL ==
m_flipPixelRef
) {
214
m_flipPixelRef
->inval(rect);
216
if (signalRedraw &&
m_flipPixelRef
->isDirty())
[
all
...]
PluginWidgetAndroid.h
196
SkFlipPixelRef*
m_flipPixelRef
;
Completed in 852 milliseconds