Go to the source code of this file.
|
| REG_FIDDLE (Canvas_const_SkBitmap_const_SkSurfaceProps, 256, 256, true, 0) |
|
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Canvas_const_SkBitmap_const_SkSurfaceProps |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Canvas_const_SkBitmap_const_SkSurfaceProps.cpp.
4 {
7
12 if (!canvas.peekPixels(&pixmap)) {
13 SkDebugf(
"peekPixels should never fail.\n");
14 }
19 canvas.drawString(
"!", 1, 10,
font,
paint);
20 for (
int y = 0;
y <
bitmap.height(); ++
y) {
21 for (
int x = 0;
x <
bitmap.width(); ++
x) {
22 SkDebugf(
"%c", *pixels++ == pmWhite ?
'-' :
'x');
23 }
25 }
26}
27}
constexpr SkColor SK_ColorWHITE
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
@ kUnknown_SkPixelGeometry
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
sk_sp< SkTypeface > matchFamilyStyle(const char familyName[], const SkFontStyle &) const
const uint32_t * addr32() const
sk_sp< SkFontMgr > fontMgr
font
Font Metadata and Metrics.
static SkImageInfo MakeN32Premul(int width, int height)