Searched refs:WrapTexture (Results 1 - 13 of 13) sorted by relevance

/external/skia/include/core/
H A DSkImageFilter.h177 static void WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result);
/external/chromium_org/third_party/skia/include/core/
H A DSkImageFilter.h179 static void WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result);
/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp172 WrapTexture(dst, src.width(), src.height(), result);
H A DSkBlurImageFilter.cpp295 WrapTexture(tex, rect.width(), rect.height(), result);
H A DSkDisplacementMapEffect.cpp451 WrapTexture(dst, bounds.width(), bounds.height(), result);
H A DSkMorphologyImageFilter.cpp551 SkImageFilter::WrapTexture(src, rect.width(), rect.height(), dst);
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp161 WrapTexture(dst, src.width(), src.height(), result);
H A DSkBicubicImageFilter.cpp199 WrapTexture(dst, desc.fWidth, desc.fHeight, result);
H A DSkBlurImageFilter.cpp285 WrapTexture(tex, rect.width(), rect.height(), result);
H A DSkDisplacementMapEffect.cpp423 WrapTexture(dst, bounds.width(), bounds.height(), result);
H A DSkMorphologyImageFilter.cpp527 SkImageFilter::WrapTexture(src, rect.width(), rect.height(), dst);
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp279 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
379 void SkImageFilter::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) { function in class:SkImageFilter
/external/skia/src/core/
H A DSkImageFilter.cpp213 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
320 void SkImageFilter::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) { function in class:SkImageFilter

Completed in 1192 milliseconds