Home
last modified time | relevance | path

Searched defs:tmy (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/include/core/
H A DSkPicture.h233 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode mode) const { in makeShader() argument
H A DSkImage.h675 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() argument
H A DSkBitmap.h1122 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() argument
/third_party/skia/src/shaders/
H A DSkBitmapProcShader.cpp78 MakeContext( const SkShaderBase& shader, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkImage_Base* image, const ContextRec& rec, SkArenaAlloc* alloc) MakeContext() argument
H A DSkShader.cpp154 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() argument
H A DSkPictureShader.cpp38 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, in makeShader() argument
109 SkPictureShader::SkPictureShader(sk_sp<SkPicture> picture, SkTileMode tmx, SkTileMode tmy, in SkPictureShader() argument
118 sk_sp<SkShader> SkPictureShader::Make(sk_sp<SkPicture> picture, SkTileMode tmx, SkTileMode tmy, in Make() argument
130 auto tmy = buffer.read32LE(SkTileMode::kLastTileMode); in CreateProc() local
H A DSkImageShader.cpp103 auto tmy = buffer.read32LE<SkTileMode>(SkTileMode::kLastTileMode); in CreateProc() local
69 SkImageShader(sk_sp<SkImage> img, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix* localMatrix, bool clampAsIfUnpremul) SkImageShader() argument
249 Make(sk_sp<SkImage> image, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& options, const SkMatrix* localMatrix, bool clampAsIfUnpremul) Make() argument
311 SkMakeBitmapShaderForPaint(const SkPaint& paint, const SkBitmap& src, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix* localMatrix, SkCopyPixelsMode mode) SkMakeBitmapShaderForPaint() argument
/third_party/skia/tests/
H A DShaderTest.cpp46 const SkTileMode tmy = SkTileMode::kMirror; in DEF_TEST() local
/third_party/skia/modules/androidkit/src/
H A DImage.cpp47 tmy = androidkit::utils::TileMode(jtmy); in Image_MakeShader() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DImage.java52 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling) { in makeShader() argument
56 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling, in makeShader() argument
92 private static native long nMakeShader(long nativeInstance, int tmx, int tmy, int samplingDesc, in nMakeShader() argument
/third_party/skia/gm/
H A Dpictureshader.cpp29 SkTileMode tmy; member
H A Dtilemodes.cpp49 setup(SkPaint* paint, const SkBitmap& bm, SkFilterMode fm, SkTileMode tmx, SkTileMode tmy) setup() argument
H A Dtilemodes_scaled.cpp52 setup(SkPaint* paint, const SkBitmap& bm, const SkSamplingOptions& sampling, SkTileMode tmx, SkTileMode tmy) setup() argument
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c776 register int tmy; in delta() local
/third_party/skia/src/image/
H A DSkImage.cpp144 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() argument
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c782 register int tmy; in delta() local
/third_party/tzdata/
H A Dzdump.c780 int tmy = oldp->tm_year + cycles * YEARSPERREPEAT; in delta_nonneg() local
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp624 static XPS_TILE_MODE SkToXpsTileMode(SkTileMode tmx, SkTileMode tmy) { in SkToXpsTileMode() argument

Completed in 29 milliseconds