99 {
102
104
106
107 const char* gConfigNames[] = { "8888", "565" };
108
110 static const char* gFilterNames[] = { "point", "bilinear" };
111
114 static const char* gModeNames[] = { "C", "R", "M" };
115
118
124 str.
printf(
"[%s,%s]", gModeNames[kx], gModeNames[ky]);
125
128
130 }
131 }
132
134
136 for (
size_t j = 0; j <
std::size(gFilters); j++) {
141#if 1
142
143 if (!fPowerOfTwoSize) {
145 }
146#endif
148 paint.setDither(
true);
149
154
156 }
157 }
160
162 }
163 }
164 }
SK_API SkString SkStringPrintf(const char *format,...) SK_PRINTF_LIKE(1
Creates a new string and writes into it using a printf()-style format.
constexpr SkBlendMode gModes[]
void drawRect(const SkRect &rect, const SkPaint &paint)
void translate(SkScalar dx, SkScalar dy)
void drawString(const char str[], SkScalar x, SkScalar y, const SkFont &font, const SkPaint &paint)
void printf(const char format[],...) SK_PRINTF_LIKE(2
const char * c_str() const
static void DrawString(SkCanvas *canvas, const char text[], SkScalar x, SkScalar y, const SkFont &font, const SkPaint &paint, Align align=kLeft_Align)
SkBitmap fTexture[std::size(gColorTypes)]
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
font
Font Metadata and Metrics.
constexpr float height() const
constexpr float width() const
static void makebm(SkBitmap *bm, SkColorType ct, int w, int h)
constexpr SkColorType gColorTypes[]
static void setup(SkCanvas *canvas, SkPaint *paint, const SkBitmap &bm, SkFilterMode fm, SkTileMode tmx, SkTileMode tmy)