Searched defs:tileMode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkPaintParts.h58 int /*SkShader::TileMode*/ tileMode; member in class:SkDrawShader
/external/skia/src/animator/
H A DSkPaintParts.h58 int /*SkShader::TileMode*/ tileMode; member in class:SkDrawShader
/external/skia/bench/
H A DMatrixConvolutionBench.cpp16 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) argument
26 fFilter = new SkMatrixConvolutionImageFilter(kernelSize, kernel, gain, bias, target, tileMode, convolveAlpha);
/external/skia/gm/
H A Dmatrixconvolution.cpp51 SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha,
67 tileMode,
50 draw(SkCanvas* canvas, int x, int y, const SkIPoint& target, SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha, const SkImageFilter::CropRect* cropRect = NULL) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp524 SkMatrixConvolutionImageFilter::TileMode tileMode = toSkiaTileMode(m_edgeMode); local
530 return adoptRef(new SkMatrixConvolutionImageFilter(kernelSize, kernel.get(), gain, bias, target, tileMode, convolveAlpha, input.get(), &cropRect));
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp23 static bool tile_mode_is_valid(SkMatrixConvolutionImageFilter::TileMode tileMode) { argument
24 switch (tileMode) {
41 TileMode tileMode,
50 fTileMode(tileMode),
323 TileMode tileMode,
332 tileMode,
351 TileMode tileMode() const { return fTileMode; } function in class:GrMatrixConvolutionEffect
366 TileMode tileMode,
423 fTileMode = m.tileMode();
431 SkMatrixConvolutionImageFilter::TileMode tileMode) {
35 SkMatrixConvolutionImageFilter( const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input, const CropRect* cropRect) argument
316 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha) argument
427 appendTextureLookup(GrGLShaderBuilder* builder, const GrGLShaderBuilder::TextureSampler& sampler, const char* coord, const char* bounds, SkMatrixConvolutionImageFilter::TileMode tileMode) argument
560 GrMatrixConvolutionEffect(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha) argument
633 TileMode tileMode = static_cast<TileMode>(random->nextRangeU(0, 2)); local
[all...]
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp23 static bool tile_mode_is_valid(SkMatrixConvolutionImageFilter::TileMode tileMode) { argument
24 switch (tileMode) {
41 TileMode tileMode,
50 fTileMode(tileMode),
323 TileMode tileMode,
332 tileMode,
351 TileMode tileMode() const { return fTileMode; } function in class:GrMatrixConvolutionEffect
366 TileMode tileMode,
423 fTileMode = m.tileMode();
431 SkMatrixConvolutionImageFilter::TileMode tileMode) {
35 SkMatrixConvolutionImageFilter( const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input, const CropRect* cropRect) argument
316 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha) argument
427 appendTextureLookup(GrGLShaderBuilder* builder, const GrGLShaderBuilder::TextureSampler& sampler, const char* coord, const char* bounds, SkMatrixConvolutionImageFilter::TileMode tileMode) argument
560 GrMatrixConvolutionEffect(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha) argument
633 TileMode tileMode = static_cast<TileMode>(random->nextRangeU(0, 2)); local
[all...]
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp470 static XPS_SPREAD_METHOD xps_spread_method(SkShader::TileMode tileMode) { argument
471 switch (tileMode) {
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp470 static XPS_SPREAD_METHOD xps_spread_method(SkShader::TileMode tileMode) { argument
471 switch (tileMode) {

Completed in 492 milliseconds