2 * Copyright 2006 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
8 #ifndef SkDrawShader_DEFINED
9 #define SkDrawShader_DEFINED
11 #include "SkPaintPart.h"
16 class SkDrawBitmapShader : public SkDrawShader {
17 DECLARE_DRAW_MEMBER_INFO(BitmapShader);
20 SkShader* getShader() override;
25 typedef SkDrawShader INHERITED;
28 #endif // SkDrawShader_DEFINED