OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedCanvas
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Base.h
63
inline SkCanvas*
getCachedCanvas
();
80
SkCanvas* SkSurface_Base::
getCachedCanvas
() {
SkSurface_Gpu.cpp
94
SkASSERT(this->
getCachedCanvas
());
95
SkASSERT(this->
getCachedCanvas
()->getDevice() == fDevice);
97
this->
getCachedCanvas
()->setRootDevice(newDevice);
SkSurface_Raster.cpp
136
SkASSERT(this->
getCachedCanvas
());
137
this->
getCachedCanvas
()->getDevice()->replaceBitmapBackendForRasterSurface(fBitmap);
SkSurface.cpp
146
return asSB(this)->
getCachedCanvas
();
/external/skia/src/image/
SkSurface_Base.h
62
inline SkCanvas*
getCachedCanvas
();
79
SkCanvas* SkSurface_Base::
getCachedCanvas
() {
SkSurface_Gpu.cpp
88
SkASSERT(NULL != this->
getCachedCanvas
());
89
SkASSERT(this->
getCachedCanvas
()->getDevice() == fDevice);
91
this->
getCachedCanvas
()->setRootDevice(newDevice);
SkSurface_Raster.cpp
132
SkASSERT(NULL != this->
getCachedCanvas
());
133
this->
getCachedCanvas
()->getDevice()->replaceBitmapBackendForRasterSurface(fBitmap);
SkSurface.cpp
104
return asSB(this)->
getCachedCanvas
();
Completed in 1149 milliseconds