Home
last modified time | relevance | path

Searched defs:makeShader (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/src/image/
H A DSkImage.cpp179 sk_sp<SkShader> SkImage::makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const { in makeShader() function in SkImage
185 sk_sp<SkShader> SkImage::makeShader(const SkSamplingOptions& sampling, const SkMatrix* lm) const { in makeShader() function in SkImage
191 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkImage
198 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkImage
/aosp_15_r20/external/skia/src/core/
H A DSkBitmap.cpp647 sk_sp<SkShader> SkBitmap::makeShader(const SkSamplingOptions& sampling, in makeShader() function in SkBitmap
653 sk_sp<SkShader> SkBitmap::makeShader(const SkSamplingOptions& sampling, in makeShader() function in SkBitmap
659 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkBitmap
669 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkBitmap
H A DSkRuntimeEffect.cpp827 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<const SkData> uniforms, in makeShader() function in SkRuntimeEffect
838 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<const SkData> uniforms, in makeShader() function in SkRuntimeEffect
968 sk_sp<SkShader> SkRuntimeEffectBuilder::makeShader(const SkMatrix* localMatrix) const { in makeShader() function in SkRuntimeEffectBuilder
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DImage.java48 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling) { in makeShader() method in Image
52 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling, in makeShader() method in Image
H A DRuntimeShaderBuilder.java32 public Shader makeShader() { in makeShader() method in RuntimeShaderBuilder
/aosp_15_r20/external/skia/include/core/
H A DSkPicture.h246 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode mode) const { in makeShader() function
/aosp_15_r20/external/skia/src/shaders/
H A DSkPictureShader.cpp39 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, in makeShader() function in SkPicture
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dexterns.js250 makeShader: function() {}, method
724 makeShader: function() {}, method
1186 CanvasKit.RuntimeEffect.prototype.makeShader = function() {}; method in CanvasKit.RuntimeEffect
H A Dinterface.js975 CanvasKit.Picture.prototype.makeShader = function(tmx, tmy, mode, matr, rect) { method in CanvasKit.Picture
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts2877 makeShader(tmx: TileMode, tmy: TileMode, mode: FilterMode, method
2931 makeShader(uniforms: Float32Array | number[] | MallocObj, method