6 auto debugster = [](
const char*
prefix,
const SkPath&
path, uint8_t* verbs,
int max) ->
void {
9 const char* verbStr[] = {
"move",
"line",
"quad",
"conic",
"cubic",
"close" };
17 path.lineTo(-10, -10);
19 debugster(
"no verbs",
path,
nullptr, 0);
20 debugster(
"zero max",
path, verbs, 0);
21 debugster(
"too small",
path, verbs, 2);
22 debugster(
"just right",
path, verbs,
path.countVerbs());
REG_FIDDLE(Path_getVerbs, 256, 256, true, 0)
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
static float max(float r, float g, float b)
static float min(float r, float g, float b)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path