93 {
96
98
100
102
103 const char* gColorTypeNames[] = { "8888", "565" };
104
105 const char* gFilterNames[] = { "Nearest", "Linear", "Trilinear", "Mitchell", "Aniso" };
106
109 const char* gModeNames[] = { "C", "R", "M" };
110
113
117 str.
printf(
"[%s,%s]", gModeNames[kx], gModeNames[ky]);
118
121
123 }
124 }
125
127
134#if 1
135
136 if (!fPowerOfTwoSize) {
138 }
139#endif
141 paint.setDither(
true);
142
148
150 }
151 }
154
156 }
157 }
158 }
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[]
static constexpr int kPOTSize
SkBitmap fTexture[std::size(gColorTypes)]
static constexpr int kNPOTSize
void drawRect(const SkRect &rect, const SkPaint &paint)
void translate(SkScalar dx, SkScalar dy)
void scale(SkScalar sx, SkScalar sy)
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)
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(SkPaint *paint, const SkBitmap &bm, const SkSamplingOptions &sampling, SkTileMode tmx, SkTileMode tmy)
const SkSamplingOptions gSamplings[]