Go to the source code of this file.
◆ make_bitmap()
static void make_bitmap |
( |
SkBitmap * |
bm | ) |
|
|
static |
Definition at line 13 of file RepeatTileSlide.cpp.
13 {
17
21
24 };
25
26 for (
int ix = 0; ix <
W; ix += 1) {
30 }
33}
constexpr SkColor SK_ColorGRAY
constexpr SkColor SK_ColorBLUE
constexpr SkColor SK_ColorRED
constexpr SkColor SK_ColorGREEN
constexpr SkColor SK_ColorWHITE
void allocN32Pixels(int width, int height, bool isOpaque=false)
PODArray< SkColor > colors
◆ make_paint()
Definition at line 35 of file RepeatTileSlide.cpp.
35 {
38
40}
static void make_bitmap(SkBitmap *bm)
sk_sp< SkShader > makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions &, const SkMatrix *localMatrix=nullptr) const