Home | History | Annotate | Download | only in shaders

Lines Matching refs:TileMode

18     static sk_sp<SkShader> Make(sk_sp<SkImage>, TileMode tx, TileMode ty,
30 SkImageShader(sk_sp<SkImage>, TileMode tx, TileMode ty, const SkMatrix* localMatrix);
32 static bool IsRasterPipelineOnly(SkColorType, SkShader::TileMode tx, SkShader::TileMode ty);
38 bool onIsABitmap(SkBitmap*, SkMatrix*, TileMode*) const override;
40 SkImage* onIsAImage(SkMatrix*, TileMode*) const override;
53 const TileMode fTileModeX;
54 const TileMode fTileModeY;