Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Bitmap_pixmap |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Bitmap_pixmap.cpp.
4 {
13 offscreen.drawString(
"&", 0, 10,
font,
paint);
17 for (
int y = 0;
y < pixmap.
height(); ++
y) {
18 for (
int x = 0;
x < pixmap.
width(); ++
x) {
20 }
22 }
23 }
24}
25}
constexpr SkColor SK_ColorWHITE
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
sk_sp< SkTypeface > matchFamilyStyle(const char familyName[], const SkFontStyle &) const
@ kAlias
no transparent pixels on glyph edges
const uint32_t * addr32() const
const void * addr() const
sk_sp< SkFontMgr > fontMgr
font
Font Metadata and Metrics.
static SkImageInfo MakeN32Premul(int width, int height)