OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedImage
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Base.h
64
inline SkImage*
getCachedImage
();
90
SkImage* SkSurface_Base::
getCachedImage
() {
SkSurface_Gpu.cpp
83
SkASSERT(this->
getCachedImage
());
84
if (rt->asTexture() == SkTextureImageGetTexture(this->
getCachedImage
())) {
SkSurface_Raster.cpp
123
SkASSERT(this->
getCachedImage
());
124
if (SkBitmapImageGetPixelRef(this->
getCachedImage
()) == fBitmap.pixelRef()) {
SkSurface.cpp
150
SkImage* image = asSB(this)->
getCachedImage
();
/external/skia/src/image/
SkSurface_Base.h
63
inline SkImage*
getCachedImage
();
89
SkImage* SkSurface_Base::
getCachedImage
() {
SkSurface_Gpu.cpp
77
SkASSERT(NULL != this->
getCachedImage
());
78
if (rt->asTexture() == SkTextureImageGetTexture(this->
getCachedImage
())) {
SkSurface_Raster.cpp
119
SkASSERT(NULL != this->
getCachedImage
());
120
if (SkBitmapImageGetPixelRef(this->
getCachedImage
()) == fBitmap.pixelRef()) {
SkSurface.cpp
108
SkImage* image = asSB(this)->
getCachedImage
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java
165
return
getCachedImage
(relativeName, true);
172
BufferedImage
getCachedImage
(String path, boolean isPluginRelative)
ConfigureAssetSetPage.java
[
all
...]
Completed in 2301 milliseconds