OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedImage
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/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
();
/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
...]
/external/chromium_org/chrome/browser/resources/downloads/
downloads.js
459
function
getCachedImage
(src) {
531
var foregroundImage =
getCachedImage
(
Completed in 4395 milliseconds