Lines Matching refs:TileMode
53 enum TileMode {
244 bool isABitmap(SkBitmap* outTexture, SkMatrix* outMatrix, TileMode xy[2]) const {
257 SkImage* isAImage(SkMatrix* localMatrix, TileMode xy[2]) const {
313 TileMode fTileMode; //!< The tile mode used.
434 static sk_sp<SkShader> MakeBitmapShader(const SkBitmap& src, TileMode tmx, TileMode tmy,
453 static sk_sp<SkShader> MakePictureShader(sk_sp<SkPicture> src, TileMode tmx, TileMode tmy,
487 virtual bool onIsABitmap(SkBitmap*, SkMatrix*, TileMode[2]) const {
492 virtual SkImage* onIsAImage(SkMatrix*, TileMode[2]) const {