rewrite includes to not need so much -Ifoo
Current strategy: everything from the top
Things to look at first are the manual changes:
- added tools/rewrite_includes.py
- removed -Idirectives from BUILD.gn
- various compile.sh simplifications
- tweak tools/embed_resources.py
- update gn/find_headers.py to write paths from the top
- update gn/gn_to_bp.py SkUserConfig.h layout
so that #include "include/config/SkUserConfig.h" always
gets the header we want.
No-Presubmit: true
Change-Id: I73a4b181654e0e38d229bc456c0d0854bae3363e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209706
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
diff --git a/docs/examples/Alpha_Constants_a.cpp b/docs/examples/Alpha_Constants_a.cpp
index 8988038..aa2c7a3 100644
--- a/docs/examples/Alpha_Constants_a.cpp
+++ b/docs/examples/Alpha_Constants_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bc9c7ea424d10bbcd1e5a88770d4794e
REG_FIDDLE(Alpha_Constants_a, 256, 128, false, 1) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Alpha_Constants_b.cpp b/docs/examples/Alpha_Constants_b.cpp
index 8de18c3..34068d3 100644
--- a/docs/examples/Alpha_Constants_b.cpp
+++ b/docs/examples/Alpha_Constants_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0424f67ebc2858e8fd04ae3367b115ff
REG_FIDDLE(Alpha_Constants_b, 256, 128, false, 1) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Alpha_Type_Opaque.cpp b/docs/examples/Alpha_Type_Opaque.cpp
index 92fb99f..bae82bd 100644
--- a/docs/examples/Alpha_Type_Opaque.cpp
+++ b/docs/examples/Alpha_Type_Opaque.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=79146a1a41d58d22582fdc567c6ffe4e
REG_FIDDLE(Alpha_Type_Opaque, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Alpha_Type_Premul.cpp b/docs/examples/Alpha_Type_Premul.cpp
index ae3bb5f..f67f3bd 100644
--- a/docs/examples/Alpha_Type_Premul.cpp
+++ b/docs/examples/Alpha_Type_Premul.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ad696b39c915803d566e96896ec3a36c
REG_FIDDLE(Alpha_Type_Premul, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Alpha_Type_Unpremul.cpp b/docs/examples/Alpha_Type_Unpremul.cpp
index 37a4f60..79016eb 100644
--- a/docs/examples/Alpha_Type_Unpremul.cpp
+++ b/docs/examples/Alpha_Type_Unpremul.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b8216a9e5ff5bc61a0e46eba7d36307b
REG_FIDDLE(Alpha_Type_Unpremul, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Anti_Alias.cpp b/docs/examples/Anti_Alias.cpp
index 16387d9..120ac60 100644
--- a/docs/examples/Anti_Alias.cpp
+++ b/docs/examples/Anti_Alias.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a6575a49467ce8d28bb01cc7638fa04d
REG_FIDDLE(Anti_Alias, 512, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Arc.cpp b/docs/examples/Arc.cpp
index 16c077d..7b6daaf 100644
--- a/docs/examples/Arc.cpp
+++ b/docs/examples/Arc.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5acc77eba0cb4d00bbf3a8f4db0c0aee
REG_FIDDLE(Arc, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/AutoCanvasRestore_SkCanvas_star.cpp b/docs/examples/AutoCanvasRestore_SkCanvas_star.cpp
index a810cd7..1620529 100644
--- a/docs/examples/AutoCanvasRestore_SkCanvas_star.cpp
+++ b/docs/examples/AutoCanvasRestore_SkCanvas_star.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=466ef576b88e29d7252422db7adeed1c
REG_FIDDLE(AutoCanvasRestore_SkCanvas_star, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/AutoCanvasRestore_restore.cpp b/docs/examples/AutoCanvasRestore_restore.cpp
index 216d8f4..88516e4 100644
--- a/docs/examples/AutoCanvasRestore_restore.cpp
+++ b/docs/examples/AutoCanvasRestore_restore.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9f459b218ec079c1ada23f4412968f9a
REG_FIDDLE(AutoCanvasRestore_restore, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_012.cpp b/docs/examples/Bitmap_012.cpp
index d45b507..a0d76ca 100644
--- a/docs/examples/Bitmap_012.cpp
+++ b/docs/examples/Bitmap_012.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=070b1a60232be499eb10c6ea62371804
REG_FIDDLE(Bitmap_012, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_ComputeIsOpaque.cpp b/docs/examples/Bitmap_ComputeIsOpaque.cpp
index d92fba1..32255ea 100644
--- a/docs/examples/Bitmap_ComputeIsOpaque.cpp
+++ b/docs/examples/Bitmap_ComputeIsOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9df1baa17658fbd0c419780f26fd854f
REG_FIDDLE(Bitmap_ComputeIsOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp b/docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp
index 4f3a110..e0eda4c 100644
--- a/docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp
+++ b/docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fe79a9c1ec350264eb9c7b2509dd3638
REG_FIDDLE(Bitmap_HeapAllocator_allocPixelRef, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocN32Pixels.cpp b/docs/examples/Bitmap_allocN32Pixels.cpp
index f569401..bf89e68 100644
--- a/docs/examples/Bitmap_allocN32Pixels.cpp
+++ b/docs/examples/Bitmap_allocN32Pixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c717491f9251604724c9cbde7088ec20
REG_FIDDLE(Bitmap_allocN32Pixels, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocPixels.cpp b/docs/examples/Bitmap_allocPixels.cpp
index 806edd7..d1c585c 100644
--- a/docs/examples/Bitmap_allocPixels.cpp
+++ b/docs/examples/Bitmap_allocPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=555c0f62f96602a9dcd459badcd005e0
REG_FIDDLE(Bitmap_allocPixels, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocPixelsFlags.cpp b/docs/examples/Bitmap_allocPixelsFlags.cpp
index 1cdc39b..78ffb99 100644
--- a/docs/examples/Bitmap_allocPixelsFlags.cpp
+++ b/docs/examples/Bitmap_allocPixelsFlags.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=737e721c7d9e0f367d25521a1b823b9d
REG_FIDDLE(Bitmap_allocPixelsFlags, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocPixels_2.cpp b/docs/examples/Bitmap_allocPixels_2.cpp
index 947774a..5c425ef 100644
--- a/docs/examples/Bitmap_allocPixels_2.cpp
+++ b/docs/examples/Bitmap_allocPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=91f474a11a2112cd5c88c40a9015048d
REG_FIDDLE(Bitmap_allocPixels_2, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocPixels_3.cpp b/docs/examples/Bitmap_allocPixels_3.cpp
index eae1055..20607a4 100644
--- a/docs/examples/Bitmap_allocPixels_3.cpp
+++ b/docs/examples/Bitmap_allocPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1219b38c788bf270fb20f8cd2d78cff8
REG_FIDDLE(Bitmap_allocPixels_3, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_allocPixels_4.cpp b/docs/examples/Bitmap_allocPixels_4.cpp
index 8ac116c..e12e68e 100644
--- a/docs/examples/Bitmap_allocPixels_4.cpp
+++ b/docs/examples/Bitmap_allocPixels_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1b2800d23c9ea249b45c2c21a34b6d14
REG_FIDDLE(Bitmap_allocPixels_4, 256, 32, false, 0) {
class TinyAllocator : public SkBitmap::Allocator {
diff --git a/docs/examples/Bitmap_bounds.cpp b/docs/examples/Bitmap_bounds.cpp
index 9b66dde..221b733 100644
--- a/docs/examples/Bitmap_bounds.cpp
+++ b/docs/examples/Bitmap_bounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3e9126152ff1cc592aef6facbcb5fc96
REG_FIDDLE(Bitmap_bounds, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_bytesPerPixel.cpp b/docs/examples/Bitmap_bytesPerPixel.cpp
index a3663b1..a0e92a1 100644
--- a/docs/examples/Bitmap_bytesPerPixel.cpp
+++ b/docs/examples/Bitmap_bytesPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2a688e6f0a516c0d44a826381e9d637f
REG_FIDDLE(Bitmap_bytesPerPixel, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_colorSpace.cpp b/docs/examples/Bitmap_colorSpace.cpp
index 632e50d..7ff927b 100644
--- a/docs/examples/Bitmap_colorSpace.cpp
+++ b/docs/examples/Bitmap_colorSpace.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=817f95879fadba44baf87ea60e9b595a
REG_FIDDLE(Bitmap_colorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_colorType.cpp b/docs/examples/Bitmap_colorType.cpp
index cbc225f..5fad0ea 100644
--- a/docs/examples/Bitmap_colorType.cpp
+++ b/docs/examples/Bitmap_colorType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ceb77fab7326b57822a147b04aa0960e
REG_FIDDLE(Bitmap_colorType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_computeByteSize.cpp b/docs/examples/Bitmap_computeByteSize.cpp
index 84850bc..a43ffdd 100644
--- a/docs/examples/Bitmap_computeByteSize.cpp
+++ b/docs/examples/Bitmap_computeByteSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=165c8f208829fc0908e8a50da60c0076
REG_FIDDLE(Bitmap_computeByteSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_copy_const_SkBitmap.cpp b/docs/examples/Bitmap_copy_const_SkBitmap.cpp
index 77350dc..8c2aede 100644
--- a/docs/examples/Bitmap_copy_const_SkBitmap.cpp
+++ b/docs/examples/Bitmap_copy_const_SkBitmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bbbae7a181bfd128a4484e8e9f454db1
REG_FIDDLE(Bitmap_copy_const_SkBitmap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_copy_operator.cpp b/docs/examples/Bitmap_copy_operator.cpp
index c998dad..4a8725e 100644
--- a/docs/examples/Bitmap_copy_operator.cpp
+++ b/docs/examples/Bitmap_copy_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=45279c519ae808f78bd30e9d84bdfdde
REG_FIDDLE(Bitmap_copy_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_dimensions.cpp b/docs/examples/Bitmap_dimensions.cpp
index 2027a8d..4a39f35 100644
--- a/docs/examples/Bitmap_dimensions.cpp
+++ b/docs/examples/Bitmap_dimensions.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=647056bcc12c27fb4413f212f33a2898
REG_FIDDLE(Bitmap_dimensions, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_drawsNothing.cpp b/docs/examples/Bitmap_drawsNothing.cpp
index c113dcf..e283678 100644
--- a/docs/examples/Bitmap_drawsNothing.cpp
+++ b/docs/examples/Bitmap_drawsNothing.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=daacf43394ce4045a362a48b5774deed
REG_FIDDLE(Bitmap_drawsNothing, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_empty.cpp b/docs/examples/Bitmap_empty.cpp
index 6964d1d..52ed59b 100644
--- a/docs/examples/Bitmap_empty.cpp
+++ b/docs/examples/Bitmap_empty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a3762c2722b56ba55e42689c527f146c
REG_FIDDLE(Bitmap_empty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_empty_constructor.cpp b/docs/examples/Bitmap_empty_constructor.cpp
index c7a5c8c..9d72ecd 100644
--- a/docs/examples/Bitmap_empty_constructor.cpp
+++ b/docs/examples/Bitmap_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6739d14ec0d6a373f2fcadc6b3077fd4
REG_FIDDLE(Bitmap_empty_constructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_erase.cpp b/docs/examples/Bitmap_erase.cpp
index 28a0abc2..6af379e 100644
--- a/docs/examples/Bitmap_erase.cpp
+++ b/docs/examples/Bitmap_erase.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2c5c4230ccd2861a5d15b7cd2764ab6e
REG_FIDDLE(Bitmap_erase, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_eraseARGB.cpp b/docs/examples/Bitmap_eraseARGB.cpp
index ac46cd4..4351c4a 100644
--- a/docs/examples/Bitmap_eraseARGB.cpp
+++ b/docs/examples/Bitmap_eraseARGB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=67277b0a1003f340473a35982533561c
REG_FIDDLE(Bitmap_eraseARGB, 256, 80, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_eraseColor.cpp b/docs/examples/Bitmap_eraseColor.cpp
index 3d1462a..3f46b1b 100644
--- a/docs/examples/Bitmap_eraseColor.cpp
+++ b/docs/examples/Bitmap_eraseColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=418928dbfffa9eb00c8225530f44baf5
REG_FIDDLE(Bitmap_eraseColor, 256, 20, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_extractAlpha.cpp b/docs/examples/Bitmap_extractAlpha.cpp
index 805540a..c5e7ecd 100644
--- a/docs/examples/Bitmap_extractAlpha.cpp
+++ b/docs/examples/Bitmap_extractAlpha.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ab6577df079e6c70511cf2bfc6447b44
REG_FIDDLE(Bitmap_extractAlpha, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_extractAlpha_2.cpp b/docs/examples/Bitmap_extractAlpha_2.cpp
index d4a0459..1f8a228 100644
--- a/docs/examples/Bitmap_extractAlpha_2.cpp
+++ b/docs/examples/Bitmap_extractAlpha_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=092739b4cd5d732a27c07ced8ef45f01
REG_FIDDLE(Bitmap_extractAlpha_2, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_extractAlpha_3.cpp b/docs/examples/Bitmap_extractAlpha_3.cpp
index c6b1b61..676334d 100644
--- a/docs/examples/Bitmap_extractAlpha_3.cpp
+++ b/docs/examples/Bitmap_extractAlpha_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cd7543fa8c9f3cede46dc2d72eb8c4bd
REG_FIDDLE(Bitmap_extractAlpha_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_extractSubset.cpp b/docs/examples/Bitmap_extractSubset.cpp
index 70dd398..e658de5 100644
--- a/docs/examples/Bitmap_extractSubset.cpp
+++ b/docs/examples/Bitmap_extractSubset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=304148c50c91490bfd58e9222342419c
REG_FIDDLE(Bitmap_extractSubset, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getAddr.cpp b/docs/examples/Bitmap_getAddr.cpp
index 1443209..d5b5622 100644
--- a/docs/examples/Bitmap_getAddr.cpp
+++ b/docs/examples/Bitmap_getAddr.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ffcefb2344cd38c3b99f69cfe6d64a17
REG_FIDDLE(Bitmap_getAddr, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getAddr16.cpp b/docs/examples/Bitmap_getAddr16.cpp
index 207d0a1..5993c28 100644
--- a/docs/examples/Bitmap_getAddr16.cpp
+++ b/docs/examples/Bitmap_getAddr16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=53e00899ef2e00e2096daf7a07d9b059
REG_FIDDLE(Bitmap_getAddr16, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getAddr32.cpp b/docs/examples/Bitmap_getAddr32.cpp
index 77d64dc..66bbac4 100644
--- a/docs/examples/Bitmap_getAddr32.cpp
+++ b/docs/examples/Bitmap_getAddr32.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=837a2bcc9fb9ce617a3420956cefc64a
REG_FIDDLE(Bitmap_getAddr32, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getAddr8.cpp b/docs/examples/Bitmap_getAddr8.cpp
index c1b188c..c94d905 100644
--- a/docs/examples/Bitmap_getAddr8.cpp
+++ b/docs/examples/Bitmap_getAddr8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cb9a08e8ff779b6a1cf8bb54f3883aaf
REG_FIDDLE(Bitmap_getAddr8, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getBounds.cpp b/docs/examples/Bitmap_getBounds.cpp
index 4f37db7..11a5b33 100644
--- a/docs/examples/Bitmap_getBounds.cpp
+++ b/docs/examples/Bitmap_getBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2431ebc7e7d1e91e6d9daafd0f7a478f
REG_FIDDLE(Bitmap_getBounds, 256, 160, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getBounds_2.cpp b/docs/examples/Bitmap_getBounds_2.cpp
index e66603d..7b969ca 100644
--- a/docs/examples/Bitmap_getBounds_2.cpp
+++ b/docs/examples/Bitmap_getBounds_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0c45da35172bc0a529b2faecddae62a2
REG_FIDDLE(Bitmap_getBounds_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getColor.cpp b/docs/examples/Bitmap_getColor.cpp
index 2ae727b..85ab323 100644
--- a/docs/examples/Bitmap_getColor.cpp
+++ b/docs/examples/Bitmap_getColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=193d1f6d8a43b7a8e9f27ba21de38617
REG_FIDDLE(Bitmap_getColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getGenerationID.cpp b/docs/examples/Bitmap_getGenerationID.cpp
index 674a352..c199ae8 100644
--- a/docs/examples/Bitmap_getGenerationID.cpp
+++ b/docs/examples/Bitmap_getGenerationID.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=db9dd91e0207c3941c09538555817b4b
REG_FIDDLE(Bitmap_getGenerationID, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getPixels.cpp b/docs/examples/Bitmap_getPixels.cpp
index 25c041b..c95311b 100644
--- a/docs/examples/Bitmap_getPixels.cpp
+++ b/docs/examples/Bitmap_getPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e006bb05cf74ec8d2b3d6adeb5dba11b
REG_FIDDLE(Bitmap_getPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_getSubset.cpp b/docs/examples/Bitmap_getSubset.cpp
index 18a69b1..fb9beaa 100644
--- a/docs/examples/Bitmap_getSubset.cpp
+++ b/docs/examples/Bitmap_getSubset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d6dd0b425aa550f21b938a18c2e1a981
REG_FIDDLE(Bitmap_getSubset, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_height.cpp b/docs/examples/Bitmap_height.cpp
index 69aef2f..5429370 100644
--- a/docs/examples/Bitmap_height.cpp
+++ b/docs/examples/Bitmap_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c79a196278c58b34cd5f551b0124ecc9
REG_FIDDLE(Bitmap_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_info.cpp b/docs/examples/Bitmap_info.cpp
index b792f16..2ce2652 100644
--- a/docs/examples/Bitmap_info.cpp
+++ b/docs/examples/Bitmap_info.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ec47c4dc23e2925ad565eaba55a91553
REG_FIDDLE(Bitmap_info, 256, 256, true, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_installPixels.cpp b/docs/examples/Bitmap_installPixels.cpp
index 2cb5bca..2691fbe 100644
--- a/docs/examples/Bitmap_installPixels.cpp
+++ b/docs/examples/Bitmap_installPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c4f7bf73fffa1a812ee8e88e44e639c
REG_FIDDLE(Bitmap_installPixels, 256, 256, true, 0) {
static void releaseProc(void* addr, void* ) {
diff --git a/docs/examples/Bitmap_installPixels_2.cpp b/docs/examples/Bitmap_installPixels_2.cpp
index 21e3d53..1c113e0 100644
--- a/docs/examples/Bitmap_installPixels_2.cpp
+++ b/docs/examples/Bitmap_installPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a7e04447b2081010c50d7920e80a6bb2
REG_FIDDLE(Bitmap_installPixels_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_installPixels_3.cpp b/docs/examples/Bitmap_installPixels_3.cpp
index 6ae41d0..30e3003 100644
--- a/docs/examples/Bitmap_installPixels_3.cpp
+++ b/docs/examples/Bitmap_installPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e2a8c9358b34aebd2ec586815fe9d3a
REG_FIDDLE(Bitmap_installPixels_3, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_isImmutable.cpp b/docs/examples/Bitmap_isImmutable.cpp
index 2b238c9..6c39a15 100644
--- a/docs/examples/Bitmap_isImmutable.cpp
+++ b/docs/examples/Bitmap_isImmutable.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=db61fdcd382342ee88ea1b4f27c27b95
REG_FIDDLE(Bitmap_isImmutable, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_isNull.cpp b/docs/examples/Bitmap_isNull.cpp
index 9d6c3eb..6553a61 100644
--- a/docs/examples/Bitmap_isNull.cpp
+++ b/docs/examples/Bitmap_isNull.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=211ec89418011aa6e54aa2cc9567e003
REG_FIDDLE(Bitmap_isNull, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_isOpaque.cpp b/docs/examples/Bitmap_isOpaque.cpp
index 796937f..c00a081 100644
--- a/docs/examples/Bitmap_isOpaque.cpp
+++ b/docs/examples/Bitmap_isOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5e76b68bb46d54315eb0c12d83bd6949
REG_FIDDLE(Bitmap_isOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_isVolatile.cpp b/docs/examples/Bitmap_isVolatile.cpp
index 7f2a2ed..41ab4f6 100644
--- a/docs/examples/Bitmap_isVolatile.cpp
+++ b/docs/examples/Bitmap_isVolatile.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=23c4543ac6cdd0e8fe762816a0dc2e03
REG_FIDDLE(Bitmap_isVolatile, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_move_SkBitmap.cpp b/docs/examples/Bitmap_move_SkBitmap.cpp
index 2362eef..48c57ca 100644
--- a/docs/examples/Bitmap_move_SkBitmap.cpp
+++ b/docs/examples/Bitmap_move_SkBitmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=40afd4f1fa69e02d69d92b38252088ef
REG_FIDDLE(Bitmap_move_SkBitmap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_move_operator.cpp b/docs/examples/Bitmap_move_operator.cpp
index 0a12712..abfb6bd 100644
--- a/docs/examples/Bitmap_move_operator.cpp
+++ b/docs/examples/Bitmap_move_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=35ea3fed27d8db22dc00f48670de64de
REG_FIDDLE(Bitmap_move_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_notifyPixelsChanged.cpp b/docs/examples/Bitmap_notifyPixelsChanged.cpp
index c70a567..b3e6ea5 100644
--- a/docs/examples/Bitmap_notifyPixelsChanged.cpp
+++ b/docs/examples/Bitmap_notifyPixelsChanged.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8f463ed17b0ed4fb9c503a0ec71706f9
REG_FIDDLE(Bitmap_notifyPixelsChanged, 256, 20, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_peekPixels.cpp b/docs/examples/Bitmap_peekPixels.cpp
index 957e9b9..2a7050c 100644
--- a/docs/examples/Bitmap_peekPixels.cpp
+++ b/docs/examples/Bitmap_peekPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0cc2c6a0dffa61a88711534bd3d43b40
REG_FIDDLE(Bitmap_peekPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_pixelRef.cpp b/docs/examples/Bitmap_pixelRef.cpp
index cdf53a3..9415775 100644
--- a/docs/examples/Bitmap_pixelRef.cpp
+++ b/docs/examples/Bitmap_pixelRef.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5db2d30870a7cc45f28e22578d1880c3
REG_FIDDLE(Bitmap_pixelRef, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_pixelRefOrigin.cpp b/docs/examples/Bitmap_pixelRefOrigin.cpp
index ff0d154..66c3fdb 100644
--- a/docs/examples/Bitmap_pixelRefOrigin.cpp
+++ b/docs/examples/Bitmap_pixelRefOrigin.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6d31686c6c0829c70f284ae716526d6a
REG_FIDDLE(Bitmap_pixelRefOrigin, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_pixmap.cpp b/docs/examples/Bitmap_pixmap.cpp
index b9e113c..4265c6e 100644
--- a/docs/examples/Bitmap_pixmap.cpp
+++ b/docs/examples/Bitmap_pixmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f972d742dd78d2500034d8867e9ef2f
REG_FIDDLE(Bitmap_pixmap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_readPixels.cpp b/docs/examples/Bitmap_readPixels.cpp
index 98dd888..e13df72 100644
--- a/docs/examples/Bitmap_readPixels.cpp
+++ b/docs/examples/Bitmap_readPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b2cbbbbcffb618865d8aae3bc04b2a62
REG_FIDDLE(Bitmap_readPixels, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_readPixels_2.cpp b/docs/examples/Bitmap_readPixels_2.cpp
index b40ce0d..72dc28b 100644
--- a/docs/examples/Bitmap_readPixels_2.cpp
+++ b/docs/examples/Bitmap_readPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e9f70cbc9827097449a386ec7a8a8188
REG_FIDDLE(Bitmap_readPixels_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_readPixels_3.cpp b/docs/examples/Bitmap_readPixels_3.cpp
index a284926..85d1ecb 100644
--- a/docs/examples/Bitmap_readPixels_3.cpp
+++ b/docs/examples/Bitmap_readPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4590fbf052659d6e629fbfd827081ae5
REG_FIDDLE(Bitmap_readPixels_3, 256, 128, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_readyToDraw.cpp b/docs/examples/Bitmap_readyToDraw.cpp
index 04277d0..e9337f0 100644
--- a/docs/examples/Bitmap_readyToDraw.cpp
+++ b/docs/examples/Bitmap_readyToDraw.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e89c78ca992e2e789ed50944fe68f920
REG_FIDDLE(Bitmap_readyToDraw, 256, 160, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_refColorSpace.cpp b/docs/examples/Bitmap_refColorSpace.cpp
index 930dd48..5c15476 100644
--- a/docs/examples/Bitmap_refColorSpace.cpp
+++ b/docs/examples/Bitmap_refColorSpace.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cb028b7931da85b949ad0953b9711f9f
REG_FIDDLE(Bitmap_refColorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_reset.cpp b/docs/examples/Bitmap_reset.cpp
index 623cd26..49c2991 100644
--- a/docs/examples/Bitmap_reset.cpp
+++ b/docs/examples/Bitmap_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=52ccaeda67924373c5b55a2b89fe314d
REG_FIDDLE(Bitmap_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_rowBytes.cpp b/docs/examples/Bitmap_rowBytes.cpp
index 2ac1b5c..ee6468a 100644
--- a/docs/examples/Bitmap_rowBytes.cpp
+++ b/docs/examples/Bitmap_rowBytes.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a654fd0b73f424859ae6c95e03f55099
REG_FIDDLE(Bitmap_rowBytes, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_rowBytesAsPixels.cpp b/docs/examples/Bitmap_rowBytesAsPixels.cpp
index 1c78217..d2d7e79 100644
--- a/docs/examples/Bitmap_rowBytesAsPixels.cpp
+++ b/docs/examples/Bitmap_rowBytesAsPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=03a9e08082a23a98de17c3e24871d61a
REG_FIDDLE(Bitmap_rowBytesAsPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setAlphaType.cpp b/docs/examples/Bitmap_setAlphaType.cpp
index ff2b142..74d1c02 100644
--- a/docs/examples/Bitmap_setAlphaType.cpp
+++ b/docs/examples/Bitmap_setAlphaType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=af3adcbea7b58bf90298ca5e0ea93030
REG_FIDDLE(Bitmap_setAlphaType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setImmutable.cpp b/docs/examples/Bitmap_setImmutable.cpp
index 4bf741f..7ce2376 100644
--- a/docs/examples/Bitmap_setImmutable.cpp
+++ b/docs/examples/Bitmap_setImmutable.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9210060d1f4ca46e1375496237902ef3
REG_FIDDLE(Bitmap_setImmutable, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setInfo.cpp b/docs/examples/Bitmap_setInfo.cpp
index 8ebae8f..1578cf1 100644
--- a/docs/examples/Bitmap_setInfo.cpp
+++ b/docs/examples/Bitmap_setInfo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=599ab64d0aea005498176249bbfb64eb
REG_FIDDLE(Bitmap_setInfo, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setIsVolatile.cpp b/docs/examples/Bitmap_setIsVolatile.cpp
index 0a9b9f6..4cdd681 100644
--- a/docs/examples/Bitmap_setIsVolatile.cpp
+++ b/docs/examples/Bitmap_setIsVolatile.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e8627a4df659b896402f89a91326618f
REG_FIDDLE(Bitmap_setIsVolatile, 256, 20, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setPixelRef.cpp b/docs/examples/Bitmap_setPixelRef.cpp
index a8fb7c6..af88e4b 100644
--- a/docs/examples/Bitmap_setPixelRef.cpp
+++ b/docs/examples/Bitmap_setPixelRef.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f98cc0451c6e77a8833d261c9a484c5f
REG_FIDDLE(Bitmap_setPixelRef, 256, 140, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_setPixels.cpp b/docs/examples/Bitmap_setPixels.cpp
index 5f72c28..450b112 100644
--- a/docs/examples/Bitmap_setPixels.cpp
+++ b/docs/examples/Bitmap_setPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f0db16e06c9a1436917c8179f8c1718f
REG_FIDDLE(Bitmap_setPixels, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_shiftPerPixel.cpp b/docs/examples/Bitmap_shiftPerPixel.cpp
index 8c10e1b..7232211 100644
--- a/docs/examples/Bitmap_shiftPerPixel.cpp
+++ b/docs/examples/Bitmap_shiftPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=56ede4b7d45c15d5936f81ac3d74f070
REG_FIDDLE(Bitmap_shiftPerPixel, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_swap.cpp b/docs/examples/Bitmap_swap.cpp
index 5ae88f2..1460039 100644
--- a/docs/examples/Bitmap_swap.cpp
+++ b/docs/examples/Bitmap_swap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=de9be45255e48fae445c916a41063abc
REG_FIDDLE(Bitmap_swap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocN32Pixels.cpp b/docs/examples/Bitmap_tryAllocN32Pixels.cpp
index af93741..6885333 100644
--- a/docs/examples/Bitmap_tryAllocN32Pixels.cpp
+++ b/docs/examples/Bitmap_tryAllocN32Pixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a2b1e0910f37066f15ae56368775a6d8
REG_FIDDLE(Bitmap_tryAllocN32Pixels, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocPixels.cpp b/docs/examples/Bitmap_tryAllocPixels.cpp
index c831d89..81113a5 100644
--- a/docs/examples/Bitmap_tryAllocPixels.cpp
+++ b/docs/examples/Bitmap_tryAllocPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=34479d5aa23ce9f5e334b0786c9edb22
REG_FIDDLE(Bitmap_tryAllocPixels, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocPixelsFlags.cpp b/docs/examples/Bitmap_tryAllocPixelsFlags.cpp
index 4cc5e9c..d557aaa 100644
--- a/docs/examples/Bitmap_tryAllocPixelsFlags.cpp
+++ b/docs/examples/Bitmap_tryAllocPixelsFlags.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f1d1880d38e0aea4cefd3e11745e8a09
REG_FIDDLE(Bitmap_tryAllocPixelsFlags, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocPixels_2.cpp b/docs/examples/Bitmap_tryAllocPixels_2.cpp
index 0732ba4..ad3d107 100644
--- a/docs/examples/Bitmap_tryAllocPixels_2.cpp
+++ b/docs/examples/Bitmap_tryAllocPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7ef3d043c4c5885649e591dd7dca92ff
REG_FIDDLE(Bitmap_tryAllocPixels_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocPixels_3.cpp b/docs/examples/Bitmap_tryAllocPixels_3.cpp
index 85d22e2..d8fefe8 100644
--- a/docs/examples/Bitmap_tryAllocPixels_3.cpp
+++ b/docs/examples/Bitmap_tryAllocPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=720e4c053fae9e929ab6518b47e49370
REG_FIDDLE(Bitmap_tryAllocPixels_3, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_tryAllocPixels_4.cpp b/docs/examples/Bitmap_tryAllocPixels_4.cpp
index e8155ba..ec7f31e 100644
--- a/docs/examples/Bitmap_tryAllocPixels_4.cpp
+++ b/docs/examples/Bitmap_tryAllocPixels_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb6f861ca1839146d26e40d56c2a001c
REG_FIDDLE(Bitmap_tryAllocPixels_4, 256, 100, false, 0) {
class LargePixelRef : public SkPixelRef {
diff --git a/docs/examples/Bitmap_width.cpp b/docs/examples/Bitmap_width.cpp
index c8330be..60ab78c 100644
--- a/docs/examples/Bitmap_width.cpp
+++ b/docs/examples/Bitmap_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d06880c42f8bb3b4c3b67bd988046049
REG_FIDDLE(Bitmap_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_writePixels.cpp b/docs/examples/Bitmap_writePixels.cpp
index 0caa52b..19c31c2 100644
--- a/docs/examples/Bitmap_writePixels.cpp
+++ b/docs/examples/Bitmap_writePixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b3133a6673d2514d166398adbe1f9f4
REG_FIDDLE(Bitmap_writePixels, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Bitmap_writePixels_2.cpp b/docs/examples/Bitmap_writePixels_2.cpp
index 29fcf94..fde7ef6 100644
--- a/docs/examples/Bitmap_writePixels_2.cpp
+++ b/docs/examples/Bitmap_writePixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=faa5dfa466f6e16c07c124d971f32679
REG_FIDDLE(Bitmap_writePixels_2, 256, 80, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/BlendMode_Name.cpp b/docs/examples/BlendMode_Name.cpp
index a12dd83..94e0541 100644
--- a/docs/examples/BlendMode_Name.cpp
+++ b/docs/examples/BlendMode_Name.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3996f4994bf4e90b4cd86524c1f9f1a6
REG_FIDDLE(BlendMode_Name, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Blend_Mode_Methods.cpp b/docs/examples/Blend_Mode_Methods.cpp
index a0ba2ce..00dbde8 100644
--- a/docs/examples/Blend_Mode_Methods.cpp
+++ b/docs/examples/Blend_Mode_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=73092d4d06faecea3c204d852a4dd8a8
REG_FIDDLE(Blend_Mode_Methods, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_129.cpp b/docs/examples/Canvas_129.cpp
index ba9c70a..f5a64cd 100644
--- a/docs/examples/Canvas_129.cpp
+++ b/docs/examples/Canvas_129.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=00b430bd80d740e19c6d020a940f56d5
REG_FIDDLE(Canvas_129, 256, 1, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_MakeRasterDirect.cpp b/docs/examples/Canvas_MakeRasterDirect.cpp
index 8b4dbd3..49f83f3 100644
--- a/docs/examples/Canvas_MakeRasterDirect.cpp
+++ b/docs/examples/Canvas_MakeRasterDirect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=525285073aae7e53eb8f454a398f880c
REG_FIDDLE(Canvas_MakeRasterDirect, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_MakeRasterDirectN32.cpp b/docs/examples/Canvas_MakeRasterDirectN32.cpp
index 27313fe..7023236 100644
--- a/docs/examples/Canvas_MakeRasterDirectN32.cpp
+++ b/docs/examples/Canvas_MakeRasterDirectN32.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=87f55e62ec4c3535e1a5d0f1415b20c6
REG_FIDDLE(Canvas_MakeRasterDirectN32, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_PointMode.cpp b/docs/examples/Canvas_PointMode.cpp
index 398fafa..bb43c7d 100644
--- a/docs/examples/Canvas_PointMode.cpp
+++ b/docs/examples/Canvas_PointMode.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=292b4b2008961b6f612434d3121fc4ce
REG_FIDDLE(Canvas_PointMode, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_SaveLayerRec.cpp b/docs/examples/Canvas_SaveLayerRec.cpp
index b842348..de175c1 100644
--- a/docs/examples/Canvas_SaveLayerRec.cpp
+++ b/docs/examples/Canvas_SaveLayerRec.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ee8c0b120234e27364f8c9a786cf8f89
REG_FIDDLE(Canvas_SaveLayerRec, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp b/docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp
index b80834c..862a48e 100644
--- a/docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp
+++ b/docs/examples/Canvas_SaveLayerRec_SaveLayerRec.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b5cea1eed80a0eb04ddbab3f36dff73f
REG_FIDDLE(Canvas_SaveLayerRec_SaveLayerRec, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star.cpp b/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star.cpp
index 9da2199..9ec96d4 100644
--- a/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star.cpp
+++ b/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=027f920259888fc19591ea9a90d92873
REG_FIDDLE(Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star_const_SkImageFilter_star.cpp b/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star_const_SkImageFilter_star.cpp
index bb014d7..935593e 100644
--- a/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star_const_SkImageFilter_star.cpp
+++ b/docs/examples/Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star_const_SkImageFilter_star.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b7fa2fe855642ffff6538829db15328
REG_FIDDLE(Canvas_SaveLayerRec_const_SkRect_star_const_SkPaint_star_const_SkImageFilter_star, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_SrcRectConstraint.cpp b/docs/examples/Canvas_SrcRectConstraint.cpp
index 1218216..e42eabf 100644
--- a/docs/examples/Canvas_SrcRectConstraint.cpp
+++ b/docs/examples/Canvas_SrcRectConstraint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5df49d1f4da37275a1f10ef7f1a749f0
REG_FIDDLE(Canvas_SrcRectConstraint, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_accessTopLayerPixels_a.cpp b/docs/examples/Canvas_accessTopLayerPixels_a.cpp
index 3266ae1..635bb02 100644
--- a/docs/examples/Canvas_accessTopLayerPixels_a.cpp
+++ b/docs/examples/Canvas_accessTopLayerPixels_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=38d0d6ca9bea146d31bcbec197856359
REG_FIDDLE(Canvas_accessTopLayerPixels_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_accessTopLayerPixels_b.cpp b/docs/examples/Canvas_accessTopLayerPixels_b.cpp
index e23f316..f630eec 100644
--- a/docs/examples/Canvas_accessTopLayerPixels_b.cpp
+++ b/docs/examples/Canvas_accessTopLayerPixels_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a7ac9c21bbabcdeeca00f72a61cd0f3e
REG_FIDDLE(Canvas_accessTopLayerPixels_b, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_accessTopRasterHandle.cpp b/docs/examples/Canvas_accessTopRasterHandle.cpp
index 93ab5fc..f00f41c 100644
--- a/docs/examples/Canvas_accessTopRasterHandle.cpp
+++ b/docs/examples/Canvas_accessTopRasterHandle.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4486d0c0b22ad2931db130f42da4c80c
REG_FIDDLE(Canvas_accessTopRasterHandle, 256, 256, true, 0) {
static void DeleteCallback(void*, void* context) {
diff --git a/docs/examples/Canvas_clear.cpp b/docs/examples/Canvas_clear.cpp
index 733c24e..b611afb 100644
--- a/docs/examples/Canvas_clear.cpp
+++ b/docs/examples/Canvas_clear.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c4499e322f10153dcd9b0b9806233b9
REG_FIDDLE(Canvas_clear, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipPath.cpp b/docs/examples/Canvas_clipPath.cpp
index ab43bb0..3b6d43d8 100644
--- a/docs/examples/Canvas_clipPath.cpp
+++ b/docs/examples/Canvas_clipPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ee47ae6b813bfaa55e1a7b7c053ed60d
REG_FIDDLE(Canvas_clipPath, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipPath_2.cpp b/docs/examples/Canvas_clipPath_2.cpp
index e74ca27..963c8d7 100644
--- a/docs/examples/Canvas_clipPath_2.cpp
+++ b/docs/examples/Canvas_clipPath_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7856755c1bf8431c286c734b353345ad
REG_FIDDLE(Canvas_clipPath_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipPath_3.cpp b/docs/examples/Canvas_clipPath_3.cpp
index 8952c6a..9988a80 100644
--- a/docs/examples/Canvas_clipPath_3.cpp
+++ b/docs/examples/Canvas_clipPath_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=187a7ae77a8176e417181411988534b6
REG_FIDDLE(Canvas_clipPath_3, 256, 212, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRRect.cpp b/docs/examples/Canvas_clipRRect.cpp
index 2a09fe2..4cc1c90 100644
--- a/docs/examples/Canvas_clipRRect.cpp
+++ b/docs/examples/Canvas_clipRRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=182ef48ab5e04ba3578496fda8d9fa36
REG_FIDDLE(Canvas_clipRRect, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRRect_2.cpp b/docs/examples/Canvas_clipRRect_2.cpp
index 6af4930..66cd0ff 100644
--- a/docs/examples/Canvas_clipRRect_2.cpp
+++ b/docs/examples/Canvas_clipRRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ef6ae2eaae6761130ce38065d0364abd
REG_FIDDLE(Canvas_clipRRect_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRRect_3.cpp b/docs/examples/Canvas_clipRRect_3.cpp
index 8688c24..7223b32 100644
--- a/docs/examples/Canvas_clipRRect_3.cpp
+++ b/docs/examples/Canvas_clipRRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f583114580b2176fe3e75b0994476a84
REG_FIDDLE(Canvas_clipRRect_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRect.cpp b/docs/examples/Canvas_clipRect.cpp
index 0397fcb..7ab1f10 100644
--- a/docs/examples/Canvas_clipRect.cpp
+++ b/docs/examples/Canvas_clipRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6a614faa0fbcf19958b5559c19b02d0f
REG_FIDDLE(Canvas_clipRect, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRect_2.cpp b/docs/examples/Canvas_clipRect_2.cpp
index 490c640..0856e8d 100644
--- a/docs/examples/Canvas_clipRect_2.cpp
+++ b/docs/examples/Canvas_clipRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13bbc5fa5597a6cd4d704b419dbc66d9
REG_FIDDLE(Canvas_clipRect_2, 280, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRect_3.cpp b/docs/examples/Canvas_clipRect_3.cpp
index fe34c28..e792258 100644
--- a/docs/examples/Canvas_clipRect_3.cpp
+++ b/docs/examples/Canvas_clipRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1d4e0632c97e42692775d834fe10aa99
REG_FIDDLE(Canvas_clipRect_3, 256, 133, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_clipRegion.cpp b/docs/examples/Canvas_clipRegion.cpp
index 8b90021..201906e 100644
--- a/docs/examples/Canvas_clipRegion.cpp
+++ b/docs/examples/Canvas_clipRegion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7bb57c0e456c5fda2c2cca4abb68b19e
REG_FIDDLE(Canvas_clipRegion, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_concat.cpp b/docs/examples/Canvas_concat.cpp
index d687832..c5020a8 100644
--- a/docs/examples/Canvas_concat.cpp
+++ b/docs/examples/Canvas_concat.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8f6818b25a92a88638ad99b2dd293f61
REG_FIDDLE(Canvas_concat, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_const_SkBitmap_const_SkSurfaceProps.cpp b/docs/examples/Canvas_const_SkBitmap_const_SkSurfaceProps.cpp
index 7e4da71..1ad3d39 100644
--- a/docs/examples/Canvas_const_SkBitmap_const_SkSurfaceProps.cpp
+++ b/docs/examples/Canvas_const_SkBitmap_const_SkSurfaceProps.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c26cfae4c42cb445240335cc12a50235
REG_FIDDLE(Canvas_const_SkBitmap_const_SkSurfaceProps, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_copy_const_SkBitmap.cpp b/docs/examples/Canvas_copy_const_SkBitmap.cpp
index 7812e41..1f8bff3 100644
--- a/docs/examples/Canvas_copy_const_SkBitmap.cpp
+++ b/docs/examples/Canvas_copy_const_SkBitmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd92db963af190e849894038f39b598a
REG_FIDDLE(Canvas_copy_const_SkBitmap, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_destructor.cpp b/docs/examples/Canvas_destructor.cpp
index 4b6dc87..9a910f3 100644
--- a/docs/examples/Canvas_destructor.cpp
+++ b/docs/examples/Canvas_destructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b7bc91ff16c9b9351b2a127f35394b82
REG_FIDDLE(Canvas_destructor, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawAnnotation_2.cpp b/docs/examples/Canvas_drawAnnotation_2.cpp
index 6c58391..c7daeaf 100644
--- a/docs/examples/Canvas_drawAnnotation_2.cpp
+++ b/docs/examples/Canvas_drawAnnotation_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=00b430bd80d740e19c6d020a940f56d5
REG_FIDDLE(Canvas_drawAnnotation_2, 256, 1, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawArc_a.cpp b/docs/examples/Canvas_drawArc_a.cpp
index a969e7b..9746e47 100644
--- a/docs/examples/Canvas_drawArc_a.cpp
+++ b/docs/examples/Canvas_drawArc_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=11f0fbe7b30d776913c2e7c92c02ff57
REG_FIDDLE(Canvas_drawArc_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawArc_b.cpp b/docs/examples/Canvas_drawArc_b.cpp
index bcd3968..5ef004e 100644
--- a/docs/examples/Canvas_drawArc_b.cpp
+++ b/docs/examples/Canvas_drawArc_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e91dbe45974489b8962c815017b7914f
REG_FIDDLE(Canvas_drawArc_b, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawAtlas.cpp b/docs/examples/Canvas_drawAtlas.cpp
index dcb64b1..0dcec94 100644
--- a/docs/examples/Canvas_drawAtlas.cpp
+++ b/docs/examples/Canvas_drawAtlas.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1df575f9b8132306ce0552a2554ed132
REG_FIDDLE(Canvas_drawAtlas, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawAtlas_2.cpp b/docs/examples/Canvas_drawAtlas_2.cpp
index ccae9f3..184776a 100644
--- a/docs/examples/Canvas_drawAtlas_2.cpp
+++ b/docs/examples/Canvas_drawAtlas_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0e66a8f230a8d531bcef9f5ebdc5aac1
REG_FIDDLE(Canvas_drawAtlas_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawAtlas_3.cpp b/docs/examples/Canvas_drawAtlas_3.cpp
index 0cd31af..2d8d731 100644
--- a/docs/examples/Canvas_drawAtlas_3.cpp
+++ b/docs/examples/Canvas_drawAtlas_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8dc0d0fdeab20bbc21cac6874ddbefcd
REG_FIDDLE(Canvas_drawAtlas_3, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawAtlas_4.cpp b/docs/examples/Canvas_drawAtlas_4.cpp
index 33ce86e..1e5de3e 100644
--- a/docs/examples/Canvas_drawAtlas_4.cpp
+++ b/docs/examples/Canvas_drawAtlas_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c093c2b14bd3e6171ede7cd4049d9b57
REG_FIDDLE(Canvas_drawAtlas_4, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmap.cpp b/docs/examples/Canvas_drawBitmap.cpp
index b21c09e..11e852f 100644
--- a/docs/examples/Canvas_drawBitmap.cpp
+++ b/docs/examples/Canvas_drawBitmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4a521be1f850058541e136a808c65e78
REG_FIDDLE(Canvas_drawBitmap, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmapLattice.cpp b/docs/examples/Canvas_drawBitmapLattice.cpp
index 6ab2254..d5b1a8a 100644
--- a/docs/examples/Canvas_drawBitmapLattice.cpp
+++ b/docs/examples/Canvas_drawBitmapLattice.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c5bfa944e17ba4a4400dc799f032069c
REG_FIDDLE(Canvas_drawBitmapLattice, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmapNine.cpp b/docs/examples/Canvas_drawBitmapNine.cpp
index e6d7bc3..e4e6589 100644
--- a/docs/examples/Canvas_drawBitmapNine.cpp
+++ b/docs/examples/Canvas_drawBitmapNine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e99e7be0d8f67dfacbecf85df585433d
REG_FIDDLE(Canvas_drawBitmapNine, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmapRect.cpp b/docs/examples/Canvas_drawBitmapRect.cpp
index ae78fa9..83a3300 100644
--- a/docs/examples/Canvas_drawBitmapRect.cpp
+++ b/docs/examples/Canvas_drawBitmapRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7d04932f2a259cc70d6e45cd25a6feb6
REG_FIDDLE(Canvas_drawBitmapRect, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmapRect_2.cpp b/docs/examples/Canvas_drawBitmapRect_2.cpp
index 1eda940..b48774e 100644
--- a/docs/examples/Canvas_drawBitmapRect_2.cpp
+++ b/docs/examples/Canvas_drawBitmapRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0a3c6d2459566e58cee7d4910655ee21
REG_FIDDLE(Canvas_drawBitmapRect_2, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawBitmapRect_3.cpp b/docs/examples/Canvas_drawBitmapRect_3.cpp
index 30d9bca..9ec6268 100644
--- a/docs/examples/Canvas_drawBitmapRect_3.cpp
+++ b/docs/examples/Canvas_drawBitmapRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bdbeac3c97f60a63987b1cc8e1f1e91e
REG_FIDDLE(Canvas_drawBitmapRect_3, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawCircle.cpp b/docs/examples/Canvas_drawCircle.cpp
index da5c462..4ef3305 100644
--- a/docs/examples/Canvas_drawCircle.cpp
+++ b/docs/examples/Canvas_drawCircle.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=841229e25ca9dfb68bd0dc4dfff356eb
REG_FIDDLE(Canvas_drawCircle, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawCircle_2.cpp b/docs/examples/Canvas_drawCircle_2.cpp
index 1e4b4ce..8d8a6f0 100644
--- a/docs/examples/Canvas_drawCircle_2.cpp
+++ b/docs/examples/Canvas_drawCircle_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9303ffae45ddd0b0a1f93d816a1762f4
REG_FIDDLE(Canvas_drawCircle_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawColor.cpp b/docs/examples/Canvas_drawColor.cpp
index a6dfc48..d5737ea 100644
--- a/docs/examples/Canvas_drawColor.cpp
+++ b/docs/examples/Canvas_drawColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9cf94fead1e6b17d836c704b4eac269a
REG_FIDDLE(Canvas_drawColor, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawDRRect_a.cpp b/docs/examples/Canvas_drawDRRect_a.cpp
index 0079023..98d30df 100644
--- a/docs/examples/Canvas_drawDRRect_a.cpp
+++ b/docs/examples/Canvas_drawDRRect_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=02e33141f13da2f19aef7feb7117b541
REG_FIDDLE(Canvas_drawDRRect_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawDRRect_b.cpp b/docs/examples/Canvas_drawDRRect_b.cpp
index 33306e5..1a41eed 100644
--- a/docs/examples/Canvas_drawDRRect_b.cpp
+++ b/docs/examples/Canvas_drawDRRect_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=30823cb4edf884d330285ea161664931
REG_FIDDLE(Canvas_drawDRRect_b, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawDrawable.cpp b/docs/examples/Canvas_drawDrawable.cpp
index 4e05c27..235d22d 100644
--- a/docs/examples/Canvas_drawDrawable.cpp
+++ b/docs/examples/Canvas_drawDrawable.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3a4dfcd08838866b5cfc0d82489195ba
REG_FIDDLE(Canvas_drawDrawable, 256, 100, false, 0) {
struct MyDrawable : public SkDrawable {
diff --git a/docs/examples/Canvas_drawDrawable_2.cpp b/docs/examples/Canvas_drawDrawable_2.cpp
index b450b65..4942871 100644
--- a/docs/examples/Canvas_drawDrawable_2.cpp
+++ b/docs/examples/Canvas_drawDrawable_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1bdc07ad3b154c89b771722c2fcaee3f
REG_FIDDLE(Canvas_drawDrawable_2, 256, 100, false, 0) {
struct MyDrawable : public SkDrawable {
diff --git a/docs/examples/Canvas_drawIRect.cpp b/docs/examples/Canvas_drawIRect.cpp
index 2d7a57c..33df4d3 100644
--- a/docs/examples/Canvas_drawIRect.cpp
+++ b/docs/examples/Canvas_drawIRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d3d8ca584134560750b1efa4a4c6e138
REG_FIDDLE(Canvas_drawIRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImage.cpp b/docs/examples/Canvas_drawImage.cpp
index f11c80c..fbebf34 100644
--- a/docs/examples/Canvas_drawImage.cpp
+++ b/docs/examples/Canvas_drawImage.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=185746dc0faa6f1df30c4afe098646ff
REG_FIDDLE(Canvas_drawImage, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageNine.cpp b/docs/examples/Canvas_drawImageNine.cpp
index e3a365e..0cad667 100644
--- a/docs/examples/Canvas_drawImageNine.cpp
+++ b/docs/examples/Canvas_drawImageNine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4f153cf1d0dbe1a95acf5badeec14dae
REG_FIDDLE(Canvas_drawImageNine, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageNine_2.cpp b/docs/examples/Canvas_drawImageNine_2.cpp
index eaa9f0d..826e18a 100644
--- a/docs/examples/Canvas_drawImageNine_2.cpp
+++ b/docs/examples/Canvas_drawImageNine_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d597d9af8d17fd93e634dd12017058e2
REG_FIDDLE(Canvas_drawImageNine_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect.cpp b/docs/examples/Canvas_drawImageRect.cpp
index f2648bd..3548d4d 100644
--- a/docs/examples/Canvas_drawImageRect.cpp
+++ b/docs/examples/Canvas_drawImageRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bfd18e9cac896cdf94c9f154ccf94be8
REG_FIDDLE(Canvas_drawImageRect, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect_2.cpp b/docs/examples/Canvas_drawImageRect_2.cpp
index f7daec0..743f8bd 100644
--- a/docs/examples/Canvas_drawImageRect_2.cpp
+++ b/docs/examples/Canvas_drawImageRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f92cd5c9b9f4b1ac3cd933b08037bfe
REG_FIDDLE(Canvas_drawImageRect_2, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect_3.cpp b/docs/examples/Canvas_drawImageRect_3.cpp
index 904b6c7..ad6f0d97 100644
--- a/docs/examples/Canvas_drawImageRect_3.cpp
+++ b/docs/examples/Canvas_drawImageRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3cf8fb639fef99993cafc064d550c739
REG_FIDDLE(Canvas_drawImageRect_3, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect_4.cpp b/docs/examples/Canvas_drawImageRect_4.cpp
index 38c8cd4..2c49dc0 100644
--- a/docs/examples/Canvas_drawImageRect_4.cpp
+++ b/docs/examples/Canvas_drawImageRect_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d4b35a9d24c32c042bd1f529b8de3c0d
REG_FIDDLE(Canvas_drawImageRect_4, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect_5.cpp b/docs/examples/Canvas_drawImageRect_5.cpp
index 223bdcb..b494683 100644
--- a/docs/examples/Canvas_drawImageRect_5.cpp
+++ b/docs/examples/Canvas_drawImageRect_5.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d307e7e1237f39fb54d80723e5449857
REG_FIDDLE(Canvas_drawImageRect_5, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImageRect_6.cpp b/docs/examples/Canvas_drawImageRect_6.cpp
index 1d3fcb9..7aeabe4 100644
--- a/docs/examples/Canvas_drawImageRect_6.cpp
+++ b/docs/examples/Canvas_drawImageRect_6.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3a47ef94cb70144455f80333d8653e6c
REG_FIDDLE(Canvas_drawImageRect_6, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawImage_2.cpp b/docs/examples/Canvas_drawImage_2.cpp
index 63c7514..0b0a48f 100644
--- a/docs/examples/Canvas_drawImage_2.cpp
+++ b/docs/examples/Canvas_drawImage_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a4e877e891b1be5faa2b7fd07f673a10
REG_FIDDLE(Canvas_drawImage_2, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawLine.cpp b/docs/examples/Canvas_drawLine.cpp
index 72d2ed7..d0b710c 100644
--- a/docs/examples/Canvas_drawLine.cpp
+++ b/docs/examples/Canvas_drawLine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d10ee4a265f278d02afe11ad889b293b
REG_FIDDLE(Canvas_drawLine, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawLine_2.cpp b/docs/examples/Canvas_drawLine_2.cpp
index 1c47f59..832ad7f 100644
--- a/docs/examples/Canvas_drawLine_2.cpp
+++ b/docs/examples/Canvas_drawLine_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f8525816cb596dde1a3855446792c8e0
REG_FIDDLE(Canvas_drawLine_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawOval.cpp b/docs/examples/Canvas_drawOval.cpp
index 3e254ca..570114c 100644
--- a/docs/examples/Canvas_drawOval.cpp
+++ b/docs/examples/Canvas_drawOval.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b6b86f8a022811cd29a9c6ab771df12
REG_FIDDLE(Canvas_drawOval, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPaint.cpp b/docs/examples/Canvas_drawPaint.cpp
index 2968ceb..879ab84 100644
--- a/docs/examples/Canvas_drawPaint.cpp
+++ b/docs/examples/Canvas_drawPaint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1cd076b9b1a7c976cdca72b93c4f42dd
REG_FIDDLE(Canvas_drawPaint, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPatch.cpp b/docs/examples/Canvas_drawPatch.cpp
index 83c3a81..f5c0ef3 100644
--- a/docs/examples/Canvas_drawPatch.cpp
+++ b/docs/examples/Canvas_drawPatch.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=accb545d67984ced168f5be6ab824795
REG_FIDDLE(Canvas_drawPatch, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPatch_2_a.cpp b/docs/examples/Canvas_drawPatch_2_a.cpp
index f7a1cc1..c1d6786 100644
--- a/docs/examples/Canvas_drawPatch_2_a.cpp
+++ b/docs/examples/Canvas_drawPatch_2_a.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4e8b7409531c9211a2afcf632005a38c
REG_FIDDLE(Canvas_drawPatch_2_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPatch_2_b.cpp b/docs/examples/Canvas_drawPatch_2_b.cpp
index bb8175a..6909f17 100644
--- a/docs/examples/Canvas_drawPatch_2_b.cpp
+++ b/docs/examples/Canvas_drawPatch_2_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3412c2a16cb529af0e04878d264451f2
REG_FIDDLE(Canvas_drawPatch_2_b, 256, 256, false, 6) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPath.cpp b/docs/examples/Canvas_drawPath.cpp
index 6d07815..d62374d 100644
--- a/docs/examples/Canvas_drawPath.cpp
+++ b/docs/examples/Canvas_drawPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fe2294131f422b8d6752f6a880f98ad9
REG_FIDDLE(Canvas_drawPath, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPicture_2.cpp b/docs/examples/Canvas_drawPicture_2.cpp
index 97e58c1..3cb6bc3 100644
--- a/docs/examples/Canvas_drawPicture_2.cpp
+++ b/docs/examples/Canvas_drawPicture_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=83918a23fcffd47f59a1ef662c85a24c
REG_FIDDLE(Canvas_drawPicture_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPicture_3.cpp b/docs/examples/Canvas_drawPicture_3.cpp
index df76070..7aea2cd 100644
--- a/docs/examples/Canvas_drawPicture_3.cpp
+++ b/docs/examples/Canvas_drawPicture_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=759e4e5bac680838added8f70884dcdc
REG_FIDDLE(Canvas_drawPicture_3, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPicture_4.cpp b/docs/examples/Canvas_drawPicture_4.cpp
index f1520d5..d1d5c4f 100644
--- a/docs/examples/Canvas_drawPicture_4.cpp
+++ b/docs/examples/Canvas_drawPicture_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c4ff59439dd2fc871925d4eeb0c84ca1
REG_FIDDLE(Canvas_drawPicture_4, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPoint.cpp b/docs/examples/Canvas_drawPoint.cpp
index 47c50b5..f488f8f 100644
--- a/docs/examples/Canvas_drawPoint.cpp
+++ b/docs/examples/Canvas_drawPoint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3476b553e7b547b604a3f6969f02d933
REG_FIDDLE(Canvas_drawPoint, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPoint_2.cpp b/docs/examples/Canvas_drawPoint_2.cpp
index 8fa5e74..3b09783 100644
--- a/docs/examples/Canvas_drawPoint_2.cpp
+++ b/docs/examples/Canvas_drawPoint_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1a0a839061c69d870acca2bcfbdf1a41
REG_FIDDLE(Canvas_drawPoint_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPoints.cpp b/docs/examples/Canvas_drawPoints.cpp
index 5de4426..0206b5c 100644
--- a/docs/examples/Canvas_drawPoints.cpp
+++ b/docs/examples/Canvas_drawPoints.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=635d54b4716e226e93dfbc21ad40e77d
REG_FIDDLE(Canvas_drawPoints, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPosText.cpp b/docs/examples/Canvas_drawPosText.cpp
index 0ca581e..5bf5fb9 100644
--- a/docs/examples/Canvas_drawPosText.cpp
+++ b/docs/examples/Canvas_drawPosText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bf0b2402533a23b6392e0676b7a8414c
REG_FIDDLE(Canvas_drawPosText, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawPosTextH.cpp b/docs/examples/Canvas_drawPosTextH.cpp
index e72adce..e88669a 100644
--- a/docs/examples/Canvas_drawPosTextH.cpp
+++ b/docs/examples/Canvas_drawPosTextH.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=95c6a7ef82993a8d2add676080e9438a
REG_FIDDLE(Canvas_drawPosTextH, 256, 40, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawRRect.cpp b/docs/examples/Canvas_drawRRect.cpp
index 99d6143..dff7ff2 100644
--- a/docs/examples/Canvas_drawRRect.cpp
+++ b/docs/examples/Canvas_drawRRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=90fed1bb11efb43aada94113338c63d8
REG_FIDDLE(Canvas_drawRRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawRect.cpp b/docs/examples/Canvas_drawRect.cpp
index afb88f5..fc3fe27 100644
--- a/docs/examples/Canvas_drawRect.cpp
+++ b/docs/examples/Canvas_drawRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=871b0da9b4a23de11ae7a772ce14aed3
REG_FIDDLE(Canvas_drawRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawRegion.cpp b/docs/examples/Canvas_drawRegion.cpp
index a312ff2..4fd3907 100644
--- a/docs/examples/Canvas_drawRegion.cpp
+++ b/docs/examples/Canvas_drawRegion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=80309e0deca0f8add616cec7bec634ca
REG_FIDDLE(Canvas_drawRegion, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawRoundRect.cpp b/docs/examples/Canvas_drawRoundRect.cpp
index edbd598..9bde76c 100644
--- a/docs/examples/Canvas_drawRoundRect.cpp
+++ b/docs/examples/Canvas_drawRoundRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=199fe818c09026c114e165bff166a39f
REG_FIDDLE(Canvas_drawRoundRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawString.cpp b/docs/examples/Canvas_drawString.cpp
index 510f4aa..5453281 100644
--- a/docs/examples/Canvas_drawString.cpp
+++ b/docs/examples/Canvas_drawString.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85442cf8d0bce6b5a777853bc36a4dc4
REG_FIDDLE(Canvas_drawString, 256, 48, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawString_2.cpp b/docs/examples/Canvas_drawString_2.cpp
index f09a6c3..158bd38 100644
--- a/docs/examples/Canvas_drawString_2.cpp
+++ b/docs/examples/Canvas_drawString_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=435178c09feb3bfec5e35d983609a013
REG_FIDDLE(Canvas_drawString_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawText.cpp b/docs/examples/Canvas_drawText.cpp
index 46d7665..d2c508f 100644
--- a/docs/examples/Canvas_drawText.cpp
+++ b/docs/examples/Canvas_drawText.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=55f5e59350622c5e2834d1c85789f732
REG_FIDDLE(Canvas_drawText, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawTextBlob.cpp b/docs/examples/Canvas_drawTextBlob.cpp
index 50588ce..bd974b07 100644
--- a/docs/examples/Canvas_drawTextBlob.cpp
+++ b/docs/examples/Canvas_drawTextBlob.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=005502b502c1282cb8d306d6c8d998fb
REG_FIDDLE(Canvas_drawTextBlob, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawTextBlob_2.cpp b/docs/examples/Canvas_drawTextBlob_2.cpp
index c8fe857..aa146ae 100644
--- a/docs/examples/Canvas_drawTextBlob_2.cpp
+++ b/docs/examples/Canvas_drawTextBlob_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1cae21e7b63b24de3eca0bbd9be1936b
REG_FIDDLE(Canvas_drawTextBlob_2, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawTextRSXform.cpp b/docs/examples/Canvas_drawTextRSXform.cpp
index d1e1d06..e94f28c 100644
--- a/docs/examples/Canvas_drawTextRSXform.cpp
+++ b/docs/examples/Canvas_drawTextRSXform.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=935c8f8b9782d297a73d7186f6ef7945
REG_FIDDLE(Canvas_drawTextRSXform, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawVertices.cpp b/docs/examples/Canvas_drawVertices.cpp
index d79d85c..a289d57 100644
--- a/docs/examples/Canvas_drawVertices.cpp
+++ b/docs/examples/Canvas_drawVertices.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f48b22eaad1bb7adcc3faaa321754af6
REG_FIDDLE(Canvas_drawVertices, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_drawVertices_2.cpp b/docs/examples/Canvas_drawVertices_2.cpp
index 9a5a841..899cc6d 100644
--- a/docs/examples/Canvas_drawVertices_2.cpp
+++ b/docs/examples/Canvas_drawVertices_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e8bdae9bea3227758989028424fcac3d
REG_FIDDLE(Canvas_drawVertices_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_empty_constructor.cpp b/docs/examples/Canvas_empty_constructor.cpp
index 9cf17fa..79ea09b 100644
--- a/docs/examples/Canvas_empty_constructor.cpp
+++ b/docs/examples/Canvas_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4a00e6589e862fde5be532f4b6e316ce
REG_FIDDLE(Canvas_empty_constructor, 256, 256, true, 0) {
static void check_for_rotated_ctm(const SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getBaseLayerSize.cpp b/docs/examples/Canvas_getBaseLayerSize.cpp
index 400033d..0d13eb8 100644
--- a/docs/examples/Canvas_getBaseLayerSize.cpp
+++ b/docs/examples/Canvas_getBaseLayerSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=374e245d91cd729eca48fd20e631fdf3
REG_FIDDLE(Canvas_getBaseLayerSize, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_getDeviceClipBounds.cpp b/docs/examples/Canvas_getDeviceClipBounds.cpp
index 6783ef5..f5394ef 100644
--- a/docs/examples/Canvas_getDeviceClipBounds.cpp
+++ b/docs/examples/Canvas_getDeviceClipBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=556832ac5711af662a98c21c547185e9
REG_FIDDLE(Canvas_getDeviceClipBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getDeviceClipBounds_2.cpp b/docs/examples/Canvas_getDeviceClipBounds_2.cpp
index 5fd67c6..0f57afd 100644
--- a/docs/examples/Canvas_getDeviceClipBounds_2.cpp
+++ b/docs/examples/Canvas_getDeviceClipBounds_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6abb99f849a1f0e33e1dedc00d1c4f7a
REG_FIDDLE(Canvas_getDeviceClipBounds_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getGrContext.cpp b/docs/examples/Canvas_getGrContext.cpp
index c993b15..f5ce3ce 100644
--- a/docs/examples/Canvas_getGrContext.cpp
+++ b/docs/examples/Canvas_getGrContext.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c4ea949e5fa5a0630dcb6b0204bd498f
REG_FIDDLE(Canvas_getGrContext, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getLocalClipBounds.cpp b/docs/examples/Canvas_getLocalClipBounds.cpp
index 922aa0f..0469f5f 100644
--- a/docs/examples/Canvas_getLocalClipBounds.cpp
+++ b/docs/examples/Canvas_getLocalClipBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f60cb030d3f9b2473adbe3e34b19d91
REG_FIDDLE(Canvas_getLocalClipBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getLocalClipBounds_2.cpp b/docs/examples/Canvas_getLocalClipBounds_2.cpp
index 1cd37c0..010f11c 100644
--- a/docs/examples/Canvas_getLocalClipBounds_2.cpp
+++ b/docs/examples/Canvas_getLocalClipBounds_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85496614e90c66b020f8a70db8d06f4a
REG_FIDDLE(Canvas_getLocalClipBounds_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getProps.cpp b/docs/examples/Canvas_getProps.cpp
index 85b9256..01f1c14 100644
--- a/docs/examples/Canvas_getProps.cpp
+++ b/docs/examples/Canvas_getProps.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0fbf2dedc2619bbfbf173c9e3bc1a508
REG_FIDDLE(Canvas_getProps, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_getSaveCount.cpp b/docs/examples/Canvas_getSaveCount.cpp
index a8f6891..acdf95c 100644
--- a/docs/examples/Canvas_getSaveCount.cpp
+++ b/docs/examples/Canvas_getSaveCount.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=005f2b207e078baac596681924fe591e
REG_FIDDLE(Canvas_getSaveCount, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_getTotalMatrix.cpp b/docs/examples/Canvas_getTotalMatrix.cpp
index 965c08e..24c2c5a 100644
--- a/docs/examples/Canvas_getTotalMatrix.cpp
+++ b/docs/examples/Canvas_getTotalMatrix.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c0d5fa544759704768f47cac91ae3832
REG_FIDDLE(Canvas_getTotalMatrix, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_imageInfo.cpp b/docs/examples/Canvas_imageInfo.cpp
index 35070ae..5d03885 100644
--- a/docs/examples/Canvas_imageInfo.cpp
+++ b/docs/examples/Canvas_imageInfo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d93389d971f8084c4ccc7a66e4e157ee
REG_FIDDLE(Canvas_imageInfo, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_int_int_const_SkSurfaceProps_star.cpp b/docs/examples/Canvas_int_int_const_SkSurfaceProps_star.cpp
index ffc6756..9555bc4 100644
--- a/docs/examples/Canvas_int_int_const_SkSurfaceProps_star.cpp
+++ b/docs/examples/Canvas_int_int_const_SkSurfaceProps_star.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ce6a5ef2df447970b4453489d9d67930
REG_FIDDLE(Canvas_int_int_const_SkSurfaceProps_star, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Canvas_isClipEmpty.cpp b/docs/examples/Canvas_isClipEmpty.cpp
index af2b185..e8ef04b 100644
--- a/docs/examples/Canvas_isClipEmpty.cpp
+++ b/docs/examples/Canvas_isClipEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f106f146a58c8604308d4d8d7086d2f5
REG_FIDDLE(Canvas_isClipEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_isClipRect.cpp b/docs/examples/Canvas_isClipRect.cpp
index 21fc246..48c5f56 100644
--- a/docs/examples/Canvas_isClipRect.cpp
+++ b/docs/examples/Canvas_isClipRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9894bfb476c78a8f6c8f49fbbca3d50d
REG_FIDDLE(Canvas_isClipRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_kInitWithPrevious_SaveLayerFlag.cpp b/docs/examples/Canvas_kInitWithPrevious_SaveLayerFlag.cpp
index 9955295..35d3b05 100644
--- a/docs/examples/Canvas_kInitWithPrevious_SaveLayerFlag.cpp
+++ b/docs/examples/Canvas_kInitWithPrevious_SaveLayerFlag.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=05db6a937225e8e31ae3481173d25dae
REG_FIDDLE(Canvas_kInitWithPrevious_SaveLayerFlag, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_makeSurface.cpp b/docs/examples/Canvas_makeSurface.cpp
index ddf56f5..9de07d0 100644
--- a/docs/examples/Canvas_makeSurface.cpp
+++ b/docs/examples/Canvas_makeSurface.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1ce28351444b41ab2b8e3128a4b9b9c2
REG_FIDDLE(Canvas_makeSurface, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_peekPixels.cpp b/docs/examples/Canvas_peekPixels.cpp
index d57ff7f..638b5fb 100644
--- a/docs/examples/Canvas_peekPixels.cpp
+++ b/docs/examples/Canvas_peekPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e9411d676d1fa13b46331abe9e14ad3e
REG_FIDDLE(Canvas_peekPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_quickReject.cpp b/docs/examples/Canvas_quickReject.cpp
index f863ba9..2c2042f 100644
--- a/docs/examples/Canvas_quickReject.cpp
+++ b/docs/examples/Canvas_quickReject.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cfe4016241074477809dd45435be9cf4
REG_FIDDLE(Canvas_quickReject, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_quickReject_2.cpp b/docs/examples/Canvas_quickReject_2.cpp
index 3f69c03..981dbab 100644
--- a/docs/examples/Canvas_quickReject_2.cpp
+++ b/docs/examples/Canvas_quickReject_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=56dcd14f943aea6f7d7aafe0de7e6c25
REG_FIDDLE(Canvas_quickReject_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_readPixels_2.cpp b/docs/examples/Canvas_readPixels_2.cpp
index 877473f..061d6ec 100644
--- a/docs/examples/Canvas_readPixels_2.cpp
+++ b/docs/examples/Canvas_readPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85f199032943b6483722c34a91c4e20f
REG_FIDDLE(Canvas_readPixels_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_readPixels_3.cpp b/docs/examples/Canvas_readPixels_3.cpp
index 0c96279..e0dcb80 100644
--- a/docs/examples/Canvas_readPixels_3.cpp
+++ b/docs/examples/Canvas_readPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=af6dec8ef974aa67bf102f29915bcd6a
REG_FIDDLE(Canvas_readPixels_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_readPixels_a.cpp b/docs/examples/Canvas_readPixels_a.cpp
index 74110d0..14bef1b 100644
--- a/docs/examples/Canvas_readPixels_a.cpp
+++ b/docs/examples/Canvas_readPixels_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=102d014d7f753db2a9b9ee08893aaf11
REG_FIDDLE(Canvas_readPixels_a, 64, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_readPixels_b.cpp b/docs/examples/Canvas_readPixels_b.cpp
index a1ddd35..6aabf15 100644
--- a/docs/examples/Canvas_readPixels_b.cpp
+++ b/docs/examples/Canvas_readPixels_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=481e990e923a0ed34654f4361b94f096
REG_FIDDLE(Canvas_readPixels_b, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_resetMatrix.cpp b/docs/examples/Canvas_resetMatrix.cpp
index a69ce0c..5a0f344 100644
--- a/docs/examples/Canvas_resetMatrix.cpp
+++ b/docs/examples/Canvas_resetMatrix.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=412afffdf4682baa503a4e2e99201967
REG_FIDDLE(Canvas_resetMatrix, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_restore.cpp b/docs/examples/Canvas_restore.cpp
index 3ed4a4f..7fe0a7a 100644
--- a/docs/examples/Canvas_restore.cpp
+++ b/docs/examples/Canvas_restore.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e78471212a67f2f4fd39496e17a30d17
REG_FIDDLE(Canvas_restore, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_restoreToCount.cpp b/docs/examples/Canvas_restoreToCount.cpp
index 7112c00..ac48d18 100644
--- a/docs/examples/Canvas_restoreToCount.cpp
+++ b/docs/examples/Canvas_restoreToCount.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9ed0d56436e114c7097fd49eed1aea47
REG_FIDDLE(Canvas_restoreToCount, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_rotate.cpp b/docs/examples/Canvas_rotate.cpp
index 428a6b9..6dd6683 100644
--- a/docs/examples/Canvas_rotate.cpp
+++ b/docs/examples/Canvas_rotate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=963789ac8498d4e505748ab3b15cdaa5
REG_FIDDLE(Canvas_rotate, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_rotate_2.cpp b/docs/examples/Canvas_rotate_2.cpp
index 2c96215..cc0375c 100644
--- a/docs/examples/Canvas_rotate_2.cpp
+++ b/docs/examples/Canvas_rotate_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bcf5baea1c66a957d5ffd7b54bbbfeff
REG_FIDDLE(Canvas_rotate_2, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_save.cpp b/docs/examples/Canvas_save.cpp
index 660117b..a2fa2fe 100644
--- a/docs/examples/Canvas_save.cpp
+++ b/docs/examples/Canvas_save.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e477dce358a9ba3b0aa1bf33b8a376de
REG_FIDDLE(Canvas_save, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_saveLayer.cpp b/docs/examples/Canvas_saveLayer.cpp
index 3f4616d..afb6ed4 100644
--- a/docs/examples/Canvas_saveLayer.cpp
+++ b/docs/examples/Canvas_saveLayer.cpp
@@ -1,9 +1,9 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=42318b18d403e17e07a541652da91ee2
REG_FIDDLE(Canvas_saveLayer, 256, 128, false, 0) {
-#include "SkBlurImageFilter.h"
+#include "include/effects/SkBlurImageFilter.h"
void draw(SkCanvas* canvas) {
SkPaint paint, blur;
diff --git a/docs/examples/Canvas_saveLayerAlpha.cpp b/docs/examples/Canvas_saveLayerAlpha.cpp
index ab563a4..823033c 100644
--- a/docs/examples/Canvas_saveLayerAlpha.cpp
+++ b/docs/examples/Canvas_saveLayerAlpha.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8ab88d86fb438856cc48d6e2f08a6e24
REG_FIDDLE(Canvas_saveLayerAlpha, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_saveLayerPreserveLCDTextRequests.cpp b/docs/examples/Canvas_saveLayerPreserveLCDTextRequests.cpp
index 32d11e3..113142c 100644
--- a/docs/examples/Canvas_saveLayerPreserveLCDTextRequests.cpp
+++ b/docs/examples/Canvas_saveLayerPreserveLCDTextRequests.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8460bf8b013f46c67e0bd96e13451aff
REG_FIDDLE(Canvas_saveLayerPreserveLCDTextRequests, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_saveLayer_2.cpp b/docs/examples/Canvas_saveLayer_2.cpp
index a6ae460..936fa36 100644
--- a/docs/examples/Canvas_saveLayer_2.cpp
+++ b/docs/examples/Canvas_saveLayer_2.cpp
@@ -1,9 +1,9 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a17aec3aa4909527be039e26a7eda694
REG_FIDDLE(Canvas_saveLayer_2, 256, 128, false, 0) {
-#include "SkBlurImageFilter.h"
+#include "include/effects/SkBlurImageFilter.h"
void draw(SkCanvas* canvas) {
SkPaint paint, blur;
diff --git a/docs/examples/Canvas_saveLayer_3.cpp b/docs/examples/Canvas_saveLayer_3.cpp
index 16ae0de..3a6d427 100644
--- a/docs/examples/Canvas_saveLayer_3.cpp
+++ b/docs/examples/Canvas_saveLayer_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7d3751e82d1b6ec328ffa3d6f48ca831
REG_FIDDLE(Canvas_saveLayer_3, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_scale.cpp b/docs/examples/Canvas_scale.cpp
index 8bf1a51..263a9f6 100644
--- a/docs/examples/Canvas_scale.cpp
+++ b/docs/examples/Canvas_scale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7d0d801ef13c6c6da51e840c22ac15b0
REG_FIDDLE(Canvas_scale, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_setMatrix.cpp b/docs/examples/Canvas_setMatrix.cpp
index 2e3cf69..4cdb90c 100644
--- a/docs/examples/Canvas_setMatrix.cpp
+++ b/docs/examples/Canvas_setMatrix.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=24b9cf7e6f9a08394e1e07413bd8733a
REG_FIDDLE(Canvas_setMatrix, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_skew.cpp b/docs/examples/Canvas_skew.cpp
index 486dd5f..a811e85 100644
--- a/docs/examples/Canvas_skew.cpp
+++ b/docs/examples/Canvas_skew.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2e2acc21d7774df7e0940a30ad2ca99e
REG_FIDDLE(Canvas_skew, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_translate.cpp b/docs/examples/Canvas_translate.cpp
index e6dfd47..713b80c 100644
--- a/docs/examples/Canvas_translate.cpp
+++ b/docs/examples/Canvas_translate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb93d5fa66a5f7a10f4f9210494d7222
REG_FIDDLE(Canvas_translate, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_writePixels.cpp b/docs/examples/Canvas_writePixels.cpp
index 75f22de..a320b55 100644
--- a/docs/examples/Canvas_writePixels.cpp
+++ b/docs/examples/Canvas_writePixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=29b98ebf58aa9fd1edfaabf9f4490b3a
REG_FIDDLE(Canvas_writePixels, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Canvas_writePixels_2.cpp b/docs/examples/Canvas_writePixels_2.cpp
index 83d3f51..54d4f2f 100644
--- a/docs/examples/Canvas_writePixels_2.cpp
+++ b/docs/examples/Canvas_writePixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b128e067881f9251357653692fa28da
REG_FIDDLE(Canvas_writePixels_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Clear.cpp b/docs/examples/Clear.cpp
index 45df306..490968b 100644
--- a/docs/examples/Clear.cpp
+++ b/docs/examples/Clear.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a9b56a26ca469bab9ab10e16f62fb2e2
REG_FIDDLE(Clear, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Clip.cpp b/docs/examples/Clip.cpp
index 1c1b9af..553a9fa 100644
--- a/docs/examples/Clip.cpp
+++ b/docs/examples/Clip.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=862cc026601a41a58df49c0b9f0d7777
REG_FIDDLE(Clip, 256, 90, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color.cpp b/docs/examples/Color.cpp
index 6584833..24bb4ce 100644
--- a/docs/examples/Color.cpp
+++ b/docs/examples/Color.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5d7c6e23a34ca9bf3ba8cda4cdc94cc4
REG_FIDDLE(Color, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorGetA.cpp b/docs/examples/ColorGetA.cpp
index 230df7e..3296e3e 100644
--- a/docs/examples/ColorGetA.cpp
+++ b/docs/examples/ColorGetA.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=896ce0316b489608a95af5439ca2aab1
REG_FIDDLE(ColorGetA, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorGetB.cpp b/docs/examples/ColorGetB.cpp
index ef7641d..0ba7ec0 100644
--- a/docs/examples/ColorGetB.cpp
+++ b/docs/examples/ColorGetB.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9ee27675284faea375611dc88123a2c5
REG_FIDDLE(ColorGetB, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorGetG.cpp b/docs/examples/ColorGetG.cpp
index 45c26f4..4771012 100644
--- a/docs/examples/ColorGetG.cpp
+++ b/docs/examples/ColorGetG.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=535d38b2c019299d915170f7b03d5fea
REG_FIDDLE(ColorGetG, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorGetR.cpp b/docs/examples/ColorGetR.cpp
index d2d3299..7a8c33a 100644
--- a/docs/examples/ColorGetR.cpp
+++ b/docs/examples/ColorGetR.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d6da38577f189eaa6d9df75f6c3ed252
REG_FIDDLE(ColorGetR, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorSetA.cpp b/docs/examples/ColorSetA.cpp
index 496d5c7..9fc343e 100644
--- a/docs/examples/ColorSetA.cpp
+++ b/docs/examples/ColorSetA.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=18f6f376f771f5ffa56d5e5b2ebd20fb
REG_FIDDLE(ColorSetA, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorSetARGB.cpp b/docs/examples/ColorSetARGB.cpp
index f0f60a0..f228b61 100644
--- a/docs/examples/ColorSetARGB.cpp
+++ b/docs/examples/ColorSetARGB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=35888f0869e01a6e03b5b93bba563734
REG_FIDDLE(ColorSetARGB, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorSetRGB.cpp b/docs/examples/ColorSetRGB.cpp
index c68ed6a..ee4da50 100644
--- a/docs/examples/ColorSetRGB.cpp
+++ b/docs/examples/ColorSetRGB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dad12dd912197cd5edd789ac0801bf8a
REG_FIDDLE(ColorSetRGB, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorToHSV.cpp b/docs/examples/ColorToHSV.cpp
index 4475463..6c24079 100644
--- a/docs/examples/ColorToHSV.cpp
+++ b/docs/examples/ColorToHSV.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1e0370f12c8aab5b84f9e824074f1e5a
REG_FIDDLE(ColorToHSV, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorTypeBytesPerPixel.cpp b/docs/examples/ColorTypeBytesPerPixel.cpp
index dc3c71b..161be10 100644
--- a/docs/examples/ColorTypeBytesPerPixel.cpp
+++ b/docs/examples/ColorTypeBytesPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=09ef49d07cb7005ba3e34d5ea53896f5
REG_FIDDLE(ColorTypeBytesPerPixel, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorTypeIsAlwaysOpaque.cpp b/docs/examples/ColorTypeIsAlwaysOpaque.cpp
index 322e118..1edf066 100644
--- a/docs/examples/ColorTypeIsAlwaysOpaque.cpp
+++ b/docs/examples/ColorTypeIsAlwaysOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b3eb5aaa0dfea9feee54e7650fa5446
REG_FIDDLE(ColorTypeIsAlwaysOpaque, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ColorTypeValidateAlphaType.cpp b/docs/examples/ColorTypeValidateAlphaType.cpp
index d85ef88..c754cf9 100644
--- a/docs/examples/ColorTypeValidateAlphaType.cpp
+++ b/docs/examples/ColorTypeValidateAlphaType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=befac1c29ed21507d367e4d824383a04
REG_FIDDLE(ColorTypeValidateAlphaType, 256, 640, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Burn.cpp b/docs/examples/Color_Burn.cpp
index 74a37d6..277505c 100644
--- a/docs/examples/Color_Burn.cpp
+++ b/docs/examples/Color_Burn.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3eeef529375d8083ae0d615789d55e89
REG_FIDDLE(Color_Burn, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Constants_a.cpp b/docs/examples/Color_Constants_a.cpp
index e46a9f2..c7d965c 100644
--- a/docs/examples/Color_Constants_a.cpp
+++ b/docs/examples/Color_Constants_a.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1c2e38321464818847f953ddd45cb5a1
REG_FIDDLE(Color_Constants_a, 256, 256, false, 0) {
#define SKIA_COLOR_PAIR(name) "SK_Color" #name, SK_Color##name
diff --git a/docs/examples/Color_Constants_b.cpp b/docs/examples/Color_Constants_b.cpp
index 8b9ba8a..c43096e 100644
--- a/docs/examples/Color_Constants_b.cpp
+++ b/docs/examples/Color_Constants_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9ca1e2a5b9b4c92ecf4409d0813867d6
REG_FIDDLE(Color_Constants_b, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Constants_c.cpp b/docs/examples/Color_Constants_c.cpp
index c3c937f..15b00ec 100644
--- a/docs/examples/Color_Constants_c.cpp
+++ b/docs/examples/Color_Constants_c.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6971489f28291f08e429cc6ccc73b09b
REG_FIDDLE(Color_Constants_c, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Constants_d.cpp b/docs/examples/Color_Constants_d.cpp
index c3aa498..b3c8c5a 100644
--- a/docs/examples/Color_Constants_d.cpp
+++ b/docs/examples/Color_Constants_d.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fce650f997e802d4e55edf62b8437a2d
REG_FIDDLE(Color_Constants_d, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Dodge.cpp b/docs/examples/Color_Dodge.cpp
index 0d12c1f..d0b34e4 100644
--- a/docs/examples/Color_Dodge.cpp
+++ b/docs/examples/Color_Dodge.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=280ad6267a7d2d77b6d2c4531c6fc0bf
REG_FIDDLE(Color_Dodge, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Filter_Methods.cpp b/docs/examples/Color_Filter_Methods.cpp
index 96bf2dc..79cef3b 100644
--- a/docs/examples/Color_Filter_Methods.cpp
+++ b/docs/examples/Color_Filter_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5abde56ca2f89a18b8e231abd1b57c56
REG_FIDDLE(Color_Filter_Methods, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Methods.cpp b/docs/examples/Color_Methods.cpp
index 5545839..0ecfcc9 100644
--- a/docs/examples/Color_Methods.cpp
+++ b/docs/examples/Color_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=214b559d75c65a7bef6ef4be1f860053
REG_FIDDLE(Color_Methods, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_ARGB_4444.cpp b/docs/examples/Color_Type_ARGB_4444.cpp
index 3c4f3f3..c79e16a 100644
--- a/docs/examples/Color_Type_ARGB_4444.cpp
+++ b/docs/examples/Color_Type_ARGB_4444.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=33a360c3404ac21db801943336843d8e
REG_FIDDLE(Color_Type_ARGB_4444, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_Alpha_8.cpp b/docs/examples/Color_Type_Alpha_8.cpp
index 49b5c22..4e15231 100644
--- a/docs/examples/Color_Type_Alpha_8.cpp
+++ b/docs/examples/Color_Type_Alpha_8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=21ae21e4ce53d2018e042dd457997300
REG_FIDDLE(Color_Type_Alpha_8, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_BGRA_8888.cpp b/docs/examples/Color_Type_BGRA_8888.cpp
index 94ff42e..9e22c0e 100644
--- a/docs/examples/Color_Type_BGRA_8888.cpp
+++ b/docs/examples/Color_Type_BGRA_8888.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=945ce5344fce5470f8604b2e06e9f9ae
REG_FIDDLE(Color_Type_BGRA_8888, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_Gray_8.cpp b/docs/examples/Color_Type_Gray_8.cpp
index 3f493be..2f96295 100644
--- a/docs/examples/Color_Type_Gray_8.cpp
+++ b/docs/examples/Color_Type_Gray_8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=93da0eb0b6722a4f33dc7dae094abf0b
REG_FIDDLE(Color_Type_Gray_8, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_RGBA_1010102.cpp b/docs/examples/Color_Type_RGBA_1010102.cpp
index 4244d6f..9ba3dc0 100644
--- a/docs/examples/Color_Type_RGBA_1010102.cpp
+++ b/docs/examples/Color_Type_RGBA_1010102.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1282dc1127ce1b0061544619ae4de0f0
REG_FIDDLE(Color_Type_RGBA_1010102, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_RGBA_8888.cpp b/docs/examples/Color_Type_RGBA_8888.cpp
index d598cd8..0978cb1 100644
--- a/docs/examples/Color_Type_RGBA_8888.cpp
+++ b/docs/examples/Color_Type_RGBA_8888.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=947922a19d59893fe7f9d9ee1954379b
REG_FIDDLE(Color_Type_RGBA_8888, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_RGBA_F16.cpp b/docs/examples/Color_Type_RGBA_F16.cpp
index e89aa62..cdb2f87 100644
--- a/docs/examples/Color_Type_RGBA_F16.cpp
+++ b/docs/examples/Color_Type_RGBA_F16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd81527bbdf5eaae7dd21ac04ab84f9e
REG_FIDDLE(Color_Type_RGBA_F16, 256, 96, false, 0) {
union FloatUIntUnion {
diff --git a/docs/examples/Color_Type_RGB_101010.cpp b/docs/examples/Color_Type_RGB_101010.cpp
index deea7bb..9a266f6 100644
--- a/docs/examples/Color_Type_RGB_101010.cpp
+++ b/docs/examples/Color_Type_RGB_101010.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=92f81aa0459230459600a01e79ccff29
REG_FIDDLE(Color_Type_RGB_101010, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_RGB_565.cpp b/docs/examples/Color_Type_RGB_565.cpp
index 8cbcfdf..0521cd9 100644
--- a/docs/examples/Color_Type_RGB_565.cpp
+++ b/docs/examples/Color_Type_RGB_565.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7e7c46bb4572e21e13529ff364eb0a9c
REG_FIDDLE(Color_Type_RGB_565, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Color_Type_RGB_888.cpp b/docs/examples/Color_Type_RGB_888.cpp
index 04adc46..c589262 100644
--- a/docs/examples/Color_Type_RGB_888.cpp
+++ b/docs/examples/Color_Type_RGB_888.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4260d6cc15db2c60c07f6fdc8d9ae425
REG_FIDDLE(Color_Type_RGB_888, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Conic_Weight_a.cpp b/docs/examples/Conic_Weight_a.cpp
index 142d2f3..a44b60e 100644
--- a/docs/examples/Conic_Weight_a.cpp
+++ b/docs/examples/Conic_Weight_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2aadded3d20dfef34d1c8abe28c7bc8d
REG_FIDDLE(Conic_Weight_a, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Conic_Weight_b.cpp b/docs/examples/Conic_Weight_b.cpp
index 9785ae2..c902c06 100644
--- a/docs/examples/Conic_Weight_b.cpp
+++ b/docs/examples/Conic_Weight_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e88f554efacfa9f75f270fb1c0add5b4
REG_FIDDLE(Conic_Weight_b, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Conic_Weight_c.cpp b/docs/examples/Conic_Weight_c.cpp
index fa5959e..dce8e5d 100644
--- a/docs/examples/Conic_Weight_c.cpp
+++ b/docs/examples/Conic_Weight_c.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6fb11419e99297fe2fe666c296117fb9
REG_FIDDLE(Conic_Weight_c, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Cubic.cpp b/docs/examples/Cubic.cpp
index 5e69b01..c2fff6b 100644
--- a/docs/examples/Cubic.cpp
+++ b/docs/examples/Cubic.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=466445ed991d86de08587066392d654a
REG_FIDDLE(Cubic, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Darken.cpp b/docs/examples/Darken.cpp
index be738c9..7dbb26f 100644
--- a/docs/examples/Darken.cpp
+++ b/docs/examples/Darken.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=23c974d2759f523ca2f4a78ae86855c3
REG_FIDDLE(Darken, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Device_Text.cpp b/docs/examples/Device_Text.cpp
index 5a3c0f0..6030ce0 100644
--- a/docs/examples/Device_Text.cpp
+++ b/docs/examples/Device_Text.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4606ae1be792d6bc46d496432f050ee9
REG_FIDDLE(Device_Text, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Difference.cpp b/docs/examples/Difference.cpp
index 8ad5dcc..1fc0c49 100644
--- a/docs/examples/Difference.cpp
+++ b/docs/examples/Difference.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=52d2c8d1b9b428de4477b4caa1543a3d
REG_FIDDLE(Difference, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dither_a.cpp b/docs/examples/Dither_a.cpp
index 2587848..80754d1 100644
--- a/docs/examples/Dither_a.cpp
+++ b/docs/examples/Dither_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b26507690b71462f44642b911890bbf
REG_FIDDLE(Dither_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dither_b.cpp b/docs/examples/Dither_b.cpp
index 0300b3d..01cb7e6 100644
--- a/docs/examples/Dither_b.cpp
+++ b/docs/examples/Dither_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=76d4d4a7931a48495e4d5f54e073be53
REG_FIDDLE(Dither_b, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Draw_Looper_Methods.cpp b/docs/examples/Draw_Looper_Methods.cpp
index aca8e4b..d9c9487 100644
--- a/docs/examples/Draw_Looper_Methods.cpp
+++ b/docs/examples/Draw_Looper_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=84ec12a36e50df5ac565cc7a75ffbe9f
REG_FIDDLE(Draw_Looper_Methods, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dst.cpp b/docs/examples/Dst.cpp
index 2b5899a..8714d08 100644
--- a/docs/examples/Dst.cpp
+++ b/docs/examples/Dst.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=35915a2273be1076f00f2e47998ce808
REG_FIDDLE(Dst, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dst_Atop.cpp b/docs/examples/Dst_Atop.cpp
index e6d82b1..4db8147 100644
--- a/docs/examples/Dst_Atop.cpp
+++ b/docs/examples/Dst_Atop.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1955856d45773a4fd914fcc1f813222f
REG_FIDDLE(Dst_Atop, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dst_In.cpp b/docs/examples/Dst_In.cpp
index c4f0abd..ba3a1f7 100644
--- a/docs/examples/Dst_In.cpp
+++ b/docs/examples/Dst_In.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a5eeba05ccf6097a5d110a9d64f97c25
REG_FIDDLE(Dst_In, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dst_Out.cpp b/docs/examples/Dst_Out.cpp
index 7378f73..b6281c7 100644
--- a/docs/examples/Dst_Out.cpp
+++ b/docs/examples/Dst_Out.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b9a894c9accfc5d94081bbd77d5d790a
REG_FIDDLE(Dst_Out, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Dst_Over.cpp b/docs/examples/Dst_Over.cpp
index d8e7d86..af96e0f 100644
--- a/docs/examples/Dst_Over.cpp
+++ b/docs/examples/Dst_Over.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=10dbb4d97902956ef5f5f8562f65119e
REG_FIDDLE(Dst_Over, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Exclusion.cpp b/docs/examples/Exclusion.cpp
index 30a7e4f..7338c52 100644
--- a/docs/examples/Exclusion.cpp
+++ b/docs/examples/Exclusion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a544ee1c67c7c557a9e54d5e99f94bb6
REG_FIDDLE(Exclusion, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Fake_Bold.cpp b/docs/examples/Fake_Bold.cpp
index 37b0e51..b4ea4f2 100644
--- a/docs/examples/Fake_Bold.cpp
+++ b/docs/examples/Fake_Bold.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e811f4829a2daaaeaad3795504a7e02a
REG_FIDDLE(Fake_Bold, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Filter_Quality_Methods.cpp b/docs/examples/Filter_Quality_Methods.cpp
index c6c80df..7c772b2 100644
--- a/docs/examples/Filter_Quality_Methods.cpp
+++ b/docs/examples/Filter_Quality_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=69369cff2f5b145a6f616092513266a0
REG_FIDDLE(Filter_Quality_Methods, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Font_breakText.cpp b/docs/examples/Font_breakText.cpp
index d2223e6..d5ad4f4 100644
--- a/docs/examples/Font_breakText.cpp
+++ b/docs/examples/Font_breakText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3cad18678254526be66ef162eecd1d23
REG_FIDDLE(Font_breakText, 280, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/HSVToColor.cpp b/docs/examples/HSVToColor.cpp
index cf53bc2..a8c5e33 100644
--- a/docs/examples/HSVToColor.cpp
+++ b/docs/examples/HSVToColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=311a59931ac340b90f202cd6ac399a0a
REG_FIDDLE(HSVToColor, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/HSVToColor_2.cpp b/docs/examples/HSVToColor_2.cpp
index 3ecd8c2..8b67137 100644
--- a/docs/examples/HSVToColor_2.cpp
+++ b/docs/examples/HSVToColor_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d355a17547908cdbc2c38720974b5d11
REG_FIDDLE(HSVToColor_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Hard_Light.cpp b/docs/examples/Hard_Light.cpp
index eb6f307..3b87d51 100644
--- a/docs/examples/Hard_Light.cpp
+++ b/docs/examples/Hard_Light.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ac2fe555e2196e15863ea4ce74db3d54
REG_FIDDLE(Hard_Light, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Hue.cpp b/docs/examples/Hue.cpp
index 39556ca..bff58d6 100644
--- a/docs/examples/Hue.cpp
+++ b/docs/examples/Hue.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=41e45570d682397d3b8ff2f51bd9c574
REG_FIDDLE(Hue, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_Make.cpp b/docs/examples/IPoint_Make.cpp
index a1c3cc0..5057730 100644
--- a/docs/examples/IPoint_Make.cpp
+++ b/docs/examples/IPoint_Make.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e5cf5159525bd3140f288a95fe641fae
REG_FIDDLE(IPoint_Make, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_add_operator.cpp b/docs/examples/IPoint_add_operator.cpp
index 2cd012d..7831285 100644
--- a/docs/examples/IPoint_add_operator.cpp
+++ b/docs/examples/IPoint_add_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=63f4cba971c6d8434595906f865b5a29
REG_FIDDLE(IPoint_add_operator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_addto_operator.cpp b/docs/examples/IPoint_addto_operator.cpp
index 5e77b08..7987433 100644
--- a/docs/examples/IPoint_addto_operator.cpp
+++ b/docs/examples/IPoint_addto_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4eb2d95c9e9a66f05296e345bb68bd51
REG_FIDDLE(IPoint_addto_operator, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_equal_operator.cpp b/docs/examples/IPoint_equal_operator.cpp
index 92f6218..f7db36c 100644
--- a/docs/examples/IPoint_equal_operator.cpp
+++ b/docs/examples/IPoint_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=37ffe2817d720f99e6c252332ce70460
REG_FIDDLE(IPoint_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_equals.cpp b/docs/examples/IPoint_equals.cpp
index 082994d..7ec82d9 100644
--- a/docs/examples/IPoint_equals.cpp
+++ b/docs/examples/IPoint_equals.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=64f575d36439d5b69aaed14ffeff1cc4
REG_FIDDLE(IPoint_equals, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_isZero.cpp b/docs/examples/IPoint_isZero.cpp
index d0ccb30..677b7dd 100644
--- a/docs/examples/IPoint_isZero.cpp
+++ b/docs/examples/IPoint_isZero.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=658c1df611b4577cc7e0bb384e95737e
REG_FIDDLE(IPoint_isZero, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_minus_operator.cpp b/docs/examples/IPoint_minus_operator.cpp
index 6de0b24..a4d4d24 100644
--- a/docs/examples/IPoint_minus_operator.cpp
+++ b/docs/examples/IPoint_minus_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b30d4780475d113a7fed3637af7f0db1
REG_FIDDLE(IPoint_minus_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_notequal_operator.cpp b/docs/examples/IPoint_notequal_operator.cpp
index 2299481..80f5562 100644
--- a/docs/examples/IPoint_notequal_operator.cpp
+++ b/docs/examples/IPoint_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd89dc48dff69b53d99530b120f204bc
REG_FIDDLE(IPoint_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_set.cpp b/docs/examples/IPoint_set.cpp
index caf853a..70d503b 100644
--- a/docs/examples/IPoint_set.cpp
+++ b/docs/examples/IPoint_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=165418b5718d79d8f1682a8a0ee32ba0
REG_FIDDLE(IPoint_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_subtract_operator.cpp b/docs/examples/IPoint_subtract_operator.cpp
index 92282e6..3b02608 100644
--- a/docs/examples/IPoint_subtract_operator.cpp
+++ b/docs/examples/IPoint_subtract_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e626e26bf557857b824aa7d03f723e0f
REG_FIDDLE(IPoint_subtract_operator, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_subtractfrom_operator.cpp b/docs/examples/IPoint_subtractfrom_operator.cpp
index 11d9280..9fbfc6c 100644
--- a/docs/examples/IPoint_subtractfrom_operator.cpp
+++ b/docs/examples/IPoint_subtractfrom_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a01e533dc7ab34ed728dc4e7a5f1f0ee
REG_FIDDLE(IPoint_subtractfrom_operator, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_x.cpp b/docs/examples/IPoint_x.cpp
index c6529f4..a89d2b5 100644
--- a/docs/examples/IPoint_x.cpp
+++ b/docs/examples/IPoint_x.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eed4185294f8a8216fc354e6ee6b2e3a
REG_FIDDLE(IPoint_x, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IPoint_y.cpp b/docs/examples/IPoint_y.cpp
index 28a8dbb..cfe0e29 100644
--- a/docs/examples/IPoint_y.cpp
+++ b/docs/examples/IPoint_y.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=35c41b8ba7cebf8c9a7a8494e610e14d
REG_FIDDLE(IPoint_y, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_EmptyIRect.cpp b/docs/examples/IRect_EmptyIRect.cpp
index b59a35a..d74db31 100644
--- a/docs/examples/IRect_EmptyIRect.cpp
+++ b/docs/examples/IRect_EmptyIRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=65e0b9b52e907902630577941fb3ed6d
REG_FIDDLE(IRect_EmptyIRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_Intersects.cpp b/docs/examples/IRect_Intersects.cpp
index 51ccbbf..3b18353 100644
--- a/docs/examples/IRect_Intersects.cpp
+++ b/docs/examples/IRect_Intersects.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0c67cf8981389efc7108369fb9b7976b
REG_FIDDLE(IRect_Intersects, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_IntersectsNoEmptyCheck.cpp b/docs/examples/IRect_IntersectsNoEmptyCheck.cpp
index 8e69061..dad09a5 100644
--- a/docs/examples/IRect_IntersectsNoEmptyCheck.cpp
+++ b/docs/examples/IRect_IntersectsNoEmptyCheck.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dba234d15162fb5b26e1a96529ca6a2a
REG_FIDDLE(IRect_IntersectsNoEmptyCheck, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_MakeEmpty.cpp b/docs/examples/IRect_MakeEmpty.cpp
index 877063e..95ecc58 100644
--- a/docs/examples/IRect_MakeEmpty.cpp
+++ b/docs/examples/IRect_MakeEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0ade3971c1d2616564992e286966ec8a
REG_FIDDLE(IRect_MakeEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_MakeLTRB.cpp b/docs/examples/IRect_MakeLTRB.cpp
index 417081f..e45476d 100644
--- a/docs/examples/IRect_MakeLTRB.cpp
+++ b/docs/examples/IRect_MakeLTRB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ec1473b700c594f2df9749a12a06b89b
REG_FIDDLE(IRect_MakeLTRB, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_MakeSize.cpp b/docs/examples/IRect_MakeSize.cpp
index 12b4efd..d1139bb 100644
--- a/docs/examples/IRect_MakeSize.cpp
+++ b/docs/examples/IRect_MakeSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c6586ff8d24869c780169b0d19c75df6
REG_FIDDLE(IRect_MakeSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_MakeWH.cpp b/docs/examples/IRect_MakeWH.cpp
index 9e44136..b355474 100644
--- a/docs/examples/IRect_MakeWH.cpp
+++ b/docs/examples/IRect_MakeWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e36827a1a6ae2b1c26e7a8a08f325a07
REG_FIDDLE(IRect_MakeWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_MakeXYWH.cpp b/docs/examples/IRect_MakeXYWH.cpp
index 45cf195..58ea288 100644
--- a/docs/examples/IRect_MakeXYWH.cpp
+++ b/docs/examples/IRect_MakeXYWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=598ee14350bd1d961cae6b36fa3df17e
REG_FIDDLE(IRect_MakeXYWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_adjust.cpp b/docs/examples/IRect_adjust.cpp
index e624c52..adb013f 100644
--- a/docs/examples/IRect_adjust.cpp
+++ b/docs/examples/IRect_adjust.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8dc91284493dd012cca3d0ce4c66bda4
REG_FIDDLE(IRect_adjust, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_bottom.cpp b/docs/examples/IRect_bottom.cpp
index ef7ed72..80a72ef 100644
--- a/docs/examples/IRect_bottom.cpp
+++ b/docs/examples/IRect_bottom.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c32afebc296054a181621648a184b8e3
REG_FIDDLE(IRect_bottom, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_contains.cpp b/docs/examples/IRect_contains.cpp
index 885c8e6..e2a9b00 100644
--- a/docs/examples/IRect_contains.cpp
+++ b/docs/examples/IRect_contains.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a7958a4e0668f5cf805a8e78eb57f51d
REG_FIDDLE(IRect_contains, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_containsNoEmptyCheck.cpp b/docs/examples/IRect_containsNoEmptyCheck.cpp
index 223ad75..6c51f91 100644
--- a/docs/examples/IRect_containsNoEmptyCheck.cpp
+++ b/docs/examples/IRect_containsNoEmptyCheck.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fef2a36bee224e92500199fa9d3cbb8b
REG_FIDDLE(IRect_containsNoEmptyCheck, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_containsNoEmptyCheck_2.cpp b/docs/examples/IRect_containsNoEmptyCheck_2.cpp
index 0da1a3a..135b21b 100644
--- a/docs/examples/IRect_containsNoEmptyCheck_2.cpp
+++ b/docs/examples/IRect_containsNoEmptyCheck_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8f91f58001d9c10420eb146fbc169af4
REG_FIDDLE(IRect_containsNoEmptyCheck_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_contains_2.cpp b/docs/examples/IRect_contains_2.cpp
index 359b994..b2926cf 100644
--- a/docs/examples/IRect_contains_2.cpp
+++ b/docs/examples/IRect_contains_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eae55f284818d9965ec5834747d14a48
REG_FIDDLE(IRect_contains_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_contains_3.cpp b/docs/examples/IRect_contains_3.cpp
index 800c435..aa23d3f 100644
--- a/docs/examples/IRect_contains_3.cpp
+++ b/docs/examples/IRect_contains_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ee0185db622602b4eb19583c2f42c734
REG_FIDDLE(IRect_contains_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_contains_4.cpp b/docs/examples/IRect_contains_4.cpp
index 0a6d3f9..bfa48e5 100644
--- a/docs/examples/IRect_contains_4.cpp
+++ b/docs/examples/IRect_contains_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=acbd79ffb304f332e4b38ef18e19663e
REG_FIDDLE(IRect_contains_4, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_equal_operator.cpp b/docs/examples/IRect_equal_operator.cpp
index 2e2168e..46a0d49 100644
--- a/docs/examples/IRect_equal_operator.cpp
+++ b/docs/examples/IRect_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bd8f028d9051062816c9116fea4237b2
REG_FIDDLE(IRect_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_height.cpp b/docs/examples/IRect_height.cpp
index bedecb2..396fece 100644
--- a/docs/examples/IRect_height.cpp
+++ b/docs/examples/IRect_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0175bae87fafcd9433ae661574695586
REG_FIDDLE(IRect_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_height64.cpp b/docs/examples/IRect_height64.cpp
index eab2d3c..3fafc07 100644
--- a/docs/examples/IRect_height64.cpp
+++ b/docs/examples/IRect_height64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=02dd98716e54bbd8c2f0ff23b7ef98cf
REG_FIDDLE(IRect_height64, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_inset.cpp b/docs/examples/IRect_inset.cpp
index 45f2f92..7d0a999 100644
--- a/docs/examples/IRect_inset.cpp
+++ b/docs/examples/IRect_inset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9debaded1aa8bdf5077a4de0b3015b8f
REG_FIDDLE(IRect_inset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_intersect.cpp b/docs/examples/IRect_intersect.cpp
index ae09f44..cb1b9ff 100644
--- a/docs/examples/IRect_intersect.cpp
+++ b/docs/examples/IRect_intersect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ea233f5d5d1ae0e76fc6f2eb371c927a
REG_FIDDLE(IRect_intersect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_intersectNoEmptyCheck.cpp b/docs/examples/IRect_intersectNoEmptyCheck.cpp
index 896c817..c3f1f51 100644
--- a/docs/examples/IRect_intersectNoEmptyCheck.cpp
+++ b/docs/examples/IRect_intersectNoEmptyCheck.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d35fbc9fdea71df8b8a12fd3da50d11c
REG_FIDDLE(IRect_intersectNoEmptyCheck, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_intersect_2.cpp b/docs/examples/IRect_intersect_2.cpp
index 41506eb..800caa4 100644
--- a/docs/examples/IRect_intersect_2.cpp
+++ b/docs/examples/IRect_intersect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b2db0573aacf99ca52776c5522459d02
REG_FIDDLE(IRect_intersect_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_intersect_3.cpp b/docs/examples/IRect_intersect_3.cpp
index 78ac267..4719bad 100644
--- a/docs/examples/IRect_intersect_3.cpp
+++ b/docs/examples/IRect_intersect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=200422990eded2f754ab9893118f2645
REG_FIDDLE(IRect_intersect_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_isEmpty.cpp b/docs/examples/IRect_isEmpty.cpp
index 27dd212..cf46ec2 100644
--- a/docs/examples/IRect_isEmpty.cpp
+++ b/docs/examples/IRect_isEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=edaad064b6de249b7a7c768dfa000adc
REG_FIDDLE(IRect_isEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_isEmpty64.cpp b/docs/examples/IRect_isEmpty64.cpp
index 02e7972..9b09cd1 100644
--- a/docs/examples/IRect_isEmpty64.cpp
+++ b/docs/examples/IRect_isEmpty64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb905faa1084ccab3ad0605df4c27ea4
REG_FIDDLE(IRect_isEmpty64, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_join.cpp b/docs/examples/IRect_join.cpp
index 60e8a3f..80bbc95 100644
--- a/docs/examples/IRect_join.cpp
+++ b/docs/examples/IRect_join.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c00ef06289d21db70340e465690e0e08
REG_FIDDLE(IRect_join, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_join_2.cpp b/docs/examples/IRect_join_2.cpp
index 052b541..455c6be 100644
--- a/docs/examples/IRect_join_2.cpp
+++ b/docs/examples/IRect_join_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=75fd81c1d3512e63890d085593018876
REG_FIDDLE(IRect_join_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_left.cpp b/docs/examples/IRect_left.cpp
index 325ba21..6272682 100644
--- a/docs/examples/IRect_left.cpp
+++ b/docs/examples/IRect_left.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=caf38ea4431bc246ba198f6a8c2b0f01
REG_FIDDLE(IRect_left, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_makeInset.cpp b/docs/examples/IRect_makeInset.cpp
index f15b0db..3830c3d 100644
--- a/docs/examples/IRect_makeInset.cpp
+++ b/docs/examples/IRect_makeInset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1db94b2c76e0a7a71856532335fa56b6
REG_FIDDLE(IRect_makeInset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_makeOffset.cpp b/docs/examples/IRect_makeOffset.cpp
index 5d1bd3e..ae478a9 100644
--- a/docs/examples/IRect_makeOffset.cpp
+++ b/docs/examples/IRect_makeOffset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=737c747df07ddf392c05970440de0927
REG_FIDDLE(IRect_makeOffset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_makeOutset.cpp b/docs/examples/IRect_makeOutset.cpp
index c585202..c1a43af 100644
--- a/docs/examples/IRect_makeOutset.cpp
+++ b/docs/examples/IRect_makeOutset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=240e2953e3455c08f6d89255feff8416
REG_FIDDLE(IRect_makeOutset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_makeSorted.cpp b/docs/examples/IRect_makeSorted.cpp
index c8cc096..f399a53 100644
--- a/docs/examples/IRect_makeSorted.cpp
+++ b/docs/examples/IRect_makeSorted.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=de89926c374aa16427916900b89a3441
REG_FIDDLE(IRect_makeSorted, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_notequal_operator.cpp b/docs/examples/IRect_notequal_operator.cpp
index 25b6bea..76f8d8d 100644
--- a/docs/examples/IRect_notequal_operator.cpp
+++ b/docs/examples/IRect_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6c4acd8aa203f632b7d85cae672abf4d
REG_FIDDLE(IRect_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_offset.cpp b/docs/examples/IRect_offset.cpp
index d261351..ca2c475 100644
--- a/docs/examples/IRect_offset.cpp
+++ b/docs/examples/IRect_offset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=77e633b2174ffae923c038b303418b50
REG_FIDDLE(IRect_offset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_offsetTo.cpp b/docs/examples/IRect_offsetTo.cpp
index 22ec0bf..c473517 100644
--- a/docs/examples/IRect_offsetTo.cpp
+++ b/docs/examples/IRect_offsetTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a2734ff23b35653956a3002e5c29ff91
REG_FIDDLE(IRect_offsetTo, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_offset_2.cpp b/docs/examples/IRect_offset_2.cpp
index 0742206..4702f23 100644
--- a/docs/examples/IRect_offset_2.cpp
+++ b/docs/examples/IRect_offset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=31a4c575499e76def651eb65994876f0
REG_FIDDLE(IRect_offset_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_outset.cpp b/docs/examples/IRect_outset.cpp
index de08251..4a05cea 100644
--- a/docs/examples/IRect_outset.cpp
+++ b/docs/examples/IRect_outset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3fc62ca29428195f33a3a02b3eb74e4f
REG_FIDDLE(IRect_outset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_right.cpp b/docs/examples/IRect_right.cpp
index 36fa738..74fc5a3 100644
--- a/docs/examples/IRect_right.cpp
+++ b/docs/examples/IRect_right.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=97e210976f1ee0387b30c70635cf114f
REG_FIDDLE(IRect_right, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_set.cpp b/docs/examples/IRect_set.cpp
index ba9b815..aaad9cf 100644
--- a/docs/examples/IRect_set.cpp
+++ b/docs/examples/IRect_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1912c37076b7f3bf6aebfa167e971bec
REG_FIDDLE(IRect_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_setEmpty.cpp b/docs/examples/IRect_setEmpty.cpp
index ddbafdd..1b33235 100644
--- a/docs/examples/IRect_setEmpty.cpp
+++ b/docs/examples/IRect_setEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=94039c3cc9e911c8ab2993d56fd06210
REG_FIDDLE(IRect_setEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_setLTRB.cpp b/docs/examples/IRect_setLTRB.cpp
index c55bec5..6b61665 100644
--- a/docs/examples/IRect_setLTRB.cpp
+++ b/docs/examples/IRect_setLTRB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ead6bdcf2ae77ec19a1c5a96f5b31af8
REG_FIDDLE(IRect_setLTRB, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_setXYWH.cpp b/docs/examples/IRect_setXYWH.cpp
index ccd6ceb..a74acd4 100644
--- a/docs/examples/IRect_setXYWH.cpp
+++ b/docs/examples/IRect_setXYWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0e1db8c86678c004e504f47641b44b17
REG_FIDDLE(IRect_setXYWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_size.cpp b/docs/examples/IRect_size.cpp
index 3954609..d561c80 100644
--- a/docs/examples/IRect_size.cpp
+++ b/docs/examples/IRect_size.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b3224641cb3053a7b8a5798b6cd1cf6
REG_FIDDLE(IRect_size, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_sort.cpp b/docs/examples/IRect_sort.cpp
index 6c5c515..f4ce4ad 100644
--- a/docs/examples/IRect_sort.cpp
+++ b/docs/examples/IRect_sort.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fa12547fcfd4c1aef3db1a1f6aae0fe4
REG_FIDDLE(IRect_sort, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_top.cpp b/docs/examples/IRect_top.cpp
index fe75a08..b885565 100644
--- a/docs/examples/IRect_top.cpp
+++ b/docs/examples/IRect_top.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cbec1ae6530e95943775450b1d11f19e
REG_FIDDLE(IRect_top, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_width.cpp b/docs/examples/IRect_width.cpp
index 820e5cb..0975928 100644
--- a/docs/examples/IRect_width.cpp
+++ b/docs/examples/IRect_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4acfbe051805940210c8916a94794142
REG_FIDDLE(IRect_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_width64.cpp b/docs/examples/IRect_width64.cpp
index c027438..9aa25d8 100644
--- a/docs/examples/IRect_width64.cpp
+++ b/docs/examples/IRect_width64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=63977f97999bbd6eecfdcc7575d75492
REG_FIDDLE(IRect_width64, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_x.cpp b/docs/examples/IRect_x.cpp
index 106842c..3489d97 100644
--- a/docs/examples/IRect_x.cpp
+++ b/docs/examples/IRect_x.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2a59cbfd1330a0db520d6ebb2b7c68c7
REG_FIDDLE(IRect_x, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/IRect_y.cpp b/docs/examples/IRect_y.cpp
index 710623a..6144461 100644
--- a/docs/examples/IRect_y.cpp
+++ b/docs/examples/IRect_y.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6ea461e71f7fc80605818fbf493caa63
REG_FIDDLE(IRect_y, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_ByteSizeOverflowed.cpp b/docs/examples/ImageInfo_ByteSizeOverflowed.cpp
index d993c71..e1ce1f3 100644
--- a/docs/examples/ImageInfo_ByteSizeOverflowed.cpp
+++ b/docs/examples/ImageInfo_ByteSizeOverflowed.cpp
@@ -1,7 +1,7 @@
#if 0 // disabled
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6a63dfdd62ab77ff57783af8c33d7b78
REG_FIDDLE(ImageInfo_ByteSizeOverflowed, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_Make.cpp b/docs/examples/ImageInfo_Make.cpp
index 4fe45a6..b8548de 100644
--- a/docs/examples/ImageInfo_Make.cpp
+++ b/docs/examples/ImageInfo_Make.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9f47f9c2a99473f5b1113db48096d586
REG_FIDDLE(ImageInfo_Make, 256, 48, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeA8.cpp b/docs/examples/ImageInfo_MakeA8.cpp
index 2dd462b..a899311 100644
--- a/docs/examples/ImageInfo_MakeA8.cpp
+++ b/docs/examples/ImageInfo_MakeA8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=547388991687b8e10d482d8b1c82777d
REG_FIDDLE(ImageInfo_MakeA8, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeN32.cpp b/docs/examples/ImageInfo_MakeN32.cpp
index c7c7647..26bf964 100644
--- a/docs/examples/ImageInfo_MakeN32.cpp
+++ b/docs/examples/ImageInfo_MakeN32.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=78cea0c4cac205b61ad6f6c982cbd888
REG_FIDDLE(ImageInfo_MakeN32, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeN32Premul.cpp b/docs/examples/ImageInfo_MakeN32Premul.cpp
index 12bae3e..a6f8346 100644
--- a/docs/examples/ImageInfo_MakeN32Premul.cpp
+++ b/docs/examples/ImageInfo_MakeN32Premul.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=525650a67e19fdd8ca9f72b7eda65174
REG_FIDDLE(ImageInfo_MakeN32Premul, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeN32Premul_2.cpp b/docs/examples/ImageInfo_MakeN32Premul_2.cpp
index 369aee2..bb30625 100644
--- a/docs/examples/ImageInfo_MakeN32Premul_2.cpp
+++ b/docs/examples/ImageInfo_MakeN32Premul_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b9026d7f39029756bd7cab9542c64f4e
REG_FIDDLE(ImageInfo_MakeN32Premul_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeS32.cpp b/docs/examples/ImageInfo_MakeS32.cpp
index 1033014..391450c 100644
--- a/docs/examples/ImageInfo_MakeS32.cpp
+++ b/docs/examples/ImageInfo_MakeS32.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=de418ccb42471d1589508ef3955f8c53
REG_FIDDLE(ImageInfo_MakeS32, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeUnknown.cpp b/docs/examples/ImageInfo_MakeUnknown.cpp
index 6db4bff..5b59da7 100644
--- a/docs/examples/ImageInfo_MakeUnknown.cpp
+++ b/docs/examples/ImageInfo_MakeUnknown.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=75f13a78b28b08c72baf32b7d868de1c
REG_FIDDLE(ImageInfo_MakeUnknown, 384, 32, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_MakeUnknown_2.cpp b/docs/examples/ImageInfo_MakeUnknown_2.cpp
index df6c4ff..fa61f62 100644
--- a/docs/examples/ImageInfo_MakeUnknown_2.cpp
+++ b/docs/examples/ImageInfo_MakeUnknown_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a1af7696ae0cdd6f379546dd1f211b7a
REG_FIDDLE(ImageInfo_MakeUnknown_2, 384, 32, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_alphaType.cpp b/docs/examples/ImageInfo_alphaType.cpp
index f7c140f..a125294 100644
--- a/docs/examples/ImageInfo_alphaType.cpp
+++ b/docs/examples/ImageInfo_alphaType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5c1d2499a4056b6cff38c1cf924158a1
REG_FIDDLE(ImageInfo_alphaType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_bounds.cpp b/docs/examples/ImageInfo_bounds.cpp
index 2e6a382..8355b15 100644
--- a/docs/examples/ImageInfo_bounds.cpp
+++ b/docs/examples/ImageInfo_bounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a818be8945cd0c18f99ffe53e90afa48
REG_FIDDLE(ImageInfo_bounds, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_bytesPerPixel.cpp b/docs/examples/ImageInfo_bytesPerPixel.cpp
index f22eef5..29f2046 100644
--- a/docs/examples/ImageInfo_bytesPerPixel.cpp
+++ b/docs/examples/ImageInfo_bytesPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b6de4a07b2316228e9340e5a3b82134
REG_FIDDLE(ImageInfo_bytesPerPixel, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_colorSpace.cpp b/docs/examples/ImageInfo_colorSpace.cpp
index bcb1e8b..a52e9d1 100644
--- a/docs/examples/ImageInfo_colorSpace.cpp
+++ b/docs/examples/ImageInfo_colorSpace.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5602b816d7cf75e3851274ef36a4c10f
REG_FIDDLE(ImageInfo_colorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_colorType.cpp b/docs/examples/ImageInfo_colorType.cpp
index 753e089..5ea75d8 100644
--- a/docs/examples/ImageInfo_colorType.cpp
+++ b/docs/examples/ImageInfo_colorType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=06ecc3ce7f35cc7f930cbc2a662e3105
REG_FIDDLE(ImageInfo_colorType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_computeByteSize.cpp b/docs/examples/ImageInfo_computeByteSize.cpp
index 3f9a9d4..13986e1 100644
--- a/docs/examples/ImageInfo_computeByteSize.cpp
+++ b/docs/examples/ImageInfo_computeByteSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9def507d2295f7051effd0c83bb04436
REG_FIDDLE(ImageInfo_computeByteSize, 256, 130, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_computeMinByteSize.cpp b/docs/examples/ImageInfo_computeMinByteSize.cpp
index b5a0931..deb326f 100644
--- a/docs/examples/ImageInfo_computeMinByteSize.cpp
+++ b/docs/examples/ImageInfo_computeMinByteSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fc18640fdde437cb35338aed7c68d399
REG_FIDDLE(ImageInfo_computeMinByteSize, 256, 130, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_computeOffset.cpp b/docs/examples/ImageInfo_computeOffset.cpp
index 918c350..ad7e1d6 100644
--- a/docs/examples/ImageInfo_computeOffset.cpp
+++ b/docs/examples/ImageInfo_computeOffset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=818e4e1191e39d2a642902cbf253b399
REG_FIDDLE(ImageInfo_computeOffset, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_dimensions.cpp b/docs/examples/ImageInfo_dimensions.cpp
index d9cf3eb..cadeec3 100644
--- a/docs/examples/ImageInfo_dimensions.cpp
+++ b/docs/examples/ImageInfo_dimensions.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d5547cd2b302822aa85b7b0ae3f48458
REG_FIDDLE(ImageInfo_dimensions, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_empty_constructor.cpp b/docs/examples/ImageInfo_empty_constructor.cpp
index afdcb4f..4b884c1 100644
--- a/docs/examples/ImageInfo_empty_constructor.cpp
+++ b/docs/examples/ImageInfo_empty_constructor.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f206f698e7a8db3d84334c26b1a702dc
REG_FIDDLE(ImageInfo_empty_constructor, 256, 32, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_equal1_operator.cpp b/docs/examples/ImageInfo_equal1_operator.cpp
index f796732..9716dbc 100644
--- a/docs/examples/ImageInfo_equal1_operator.cpp
+++ b/docs/examples/ImageInfo_equal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=53c212c4f2449df0b0eedbc6227b6ab7
REG_FIDDLE(ImageInfo_equal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_gammaCloseToSRGB.cpp b/docs/examples/ImageInfo_gammaCloseToSRGB.cpp
index 831f254..7b7ec2e 100644
--- a/docs/examples/ImageInfo_gammaCloseToSRGB.cpp
+++ b/docs/examples/ImageInfo_gammaCloseToSRGB.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=22df72732e898a11773fbfe07388a546
REG_FIDDLE(ImageInfo_gammaCloseToSRGB, 256, 144, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_height.cpp b/docs/examples/ImageInfo_height.cpp
index 1b28ef7..e3ee799 100644
--- a/docs/examples/ImageInfo_height.cpp
+++ b/docs/examples/ImageInfo_height.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=72c35baaeddca1d912edf93d19429c8e
REG_FIDDLE(ImageInfo_height, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_isEmpty.cpp b/docs/examples/ImageInfo_isEmpty.cpp
index f4180ab..de52f0c 100644
--- a/docs/examples/ImageInfo_isEmpty.cpp
+++ b/docs/examples/ImageInfo_isEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b8757200da5be0b43763cf79feb681a7
REG_FIDDLE(ImageInfo_isEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_isOpaque.cpp b/docs/examples/ImageInfo_isOpaque.cpp
index fb66406..f7f4f7e 100644
--- a/docs/examples/ImageInfo_isOpaque.cpp
+++ b/docs/examples/ImageInfo_isOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e9bd4f02b6cfb3ac864cb7fee7d7299c
REG_FIDDLE(ImageInfo_isOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_makeAlphaType.cpp b/docs/examples/ImageInfo_makeAlphaType.cpp
index 7dc4f87..f6b408f 100644
--- a/docs/examples/ImageInfo_makeAlphaType.cpp
+++ b/docs/examples/ImageInfo_makeAlphaType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e72db006f1bea26feceaef8727ff9818
REG_FIDDLE(ImageInfo_makeAlphaType, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_makeColorSpace.cpp b/docs/examples/ImageInfo_makeColorSpace.cpp
index ad4b1e0..896a735 100644
--- a/docs/examples/ImageInfo_makeColorSpace.cpp
+++ b/docs/examples/ImageInfo_makeColorSpace.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fe3c5a755d3dde29bba058a583f18901
REG_FIDDLE(ImageInfo_makeColorSpace, 256, 224, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_makeColorType.cpp b/docs/examples/ImageInfo_makeColorType.cpp
index a93dd18..019c483 100644
--- a/docs/examples/ImageInfo_makeColorType.cpp
+++ b/docs/examples/ImageInfo_makeColorType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3ac267b08b12dc83c95f91d8dd5d70ee
REG_FIDDLE(ImageInfo_makeColorType, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_makeWH.cpp b/docs/examples/ImageInfo_makeWH.cpp
index 68ab049..dd58053 100644
--- a/docs/examples/ImageInfo_makeWH.cpp
+++ b/docs/examples/ImageInfo_makeWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cd203a3f9c5fb68272f21f302dd54fbc
REG_FIDDLE(ImageInfo_makeWH, 256, 144, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_minRowBytes.cpp b/docs/examples/ImageInfo_minRowBytes.cpp
index 6f6839c..4d0b507 100644
--- a/docs/examples/ImageInfo_minRowBytes.cpp
+++ b/docs/examples/ImageInfo_minRowBytes.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=897230ecfb36095486beca324fd369f9
REG_FIDDLE(ImageInfo_minRowBytes, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_minRowBytes64.cpp b/docs/examples/ImageInfo_minRowBytes64.cpp
index 81769ab..ef5a6c5 100644
--- a/docs/examples/ImageInfo_minRowBytes64.cpp
+++ b/docs/examples/ImageInfo_minRowBytes64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4b5d3904476726a39f1c3e276d6b6ba7
REG_FIDDLE(ImageInfo_minRowBytes64, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_notequal1_operator.cpp b/docs/examples/ImageInfo_notequal1_operator.cpp
index 2a09e30..8998132 100644
--- a/docs/examples/ImageInfo_notequal1_operator.cpp
+++ b/docs/examples/ImageInfo_notequal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c039fde0a476ac1aa62bf9de5d61c77
REG_FIDDLE(ImageInfo_notequal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_refColorSpace.cpp b/docs/examples/ImageInfo_refColorSpace.cpp
index c575e11..a4e3fb7 100644
--- a/docs/examples/ImageInfo_refColorSpace.cpp
+++ b/docs/examples/ImageInfo_refColorSpace.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=33f65524736736fd91802b4198ba6fa8
REG_FIDDLE(ImageInfo_refColorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_reset.cpp b/docs/examples/ImageInfo_reset.cpp
index d0bbc66..e905180 100644
--- a/docs/examples/ImageInfo_reset.cpp
+++ b/docs/examples/ImageInfo_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ab7e73786805c936de386b6c1ebe1f13
REG_FIDDLE(ImageInfo_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_shiftPerPixel.cpp b/docs/examples/ImageInfo_shiftPerPixel.cpp
index 74cf3e3..f83e5f7 100644
--- a/docs/examples/ImageInfo_shiftPerPixel.cpp
+++ b/docs/examples/ImageInfo_shiftPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e47b911f94fc629f756a829e523a2a89
REG_FIDDLE(ImageInfo_shiftPerPixel, 256, 256, true, 0) {
const char* color_type(SkColorType ct) {
diff --git a/docs/examples/ImageInfo_validRowBytes.cpp b/docs/examples/ImageInfo_validRowBytes.cpp
index e145e56..d0f7cb8 100644
--- a/docs/examples/ImageInfo_validRowBytes.cpp
+++ b/docs/examples/ImageInfo_validRowBytes.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c6b0f6a3f493cb08d9abcdefe12de245
REG_FIDDLE(ImageInfo_validRowBytes, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/ImageInfo_width.cpp b/docs/examples/ImageInfo_width.cpp
index 4f8fe39..23d3c95 100644
--- a/docs/examples/ImageInfo_width.cpp
+++ b/docs/examples/ImageInfo_width.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e2491817695290d0218be77f091b8460
REG_FIDDLE(ImageInfo_width, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_Filter_Methods.cpp b/docs/examples/Image_Filter_Methods.cpp
index ec17e4b..d9ea973 100644
--- a/docs/examples/Image_Filter_Methods.cpp
+++ b/docs/examples/Image_Filter_Methods.cpp
@@ -1,9 +1,9 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ece04ee3d3761e3425f37c8f06f054c1
REG_FIDDLE(Image_Filter_Methods, 256, 256, false, 0) {
-#include "SkBlurImageFilter.h"
+#include "include/effects/SkBlurImageFilter.h"
void draw(SkCanvas* canvas) {
SkPaint paint;
diff --git a/docs/examples/Image_MakeBackendTextureFromSkImage.cpp b/docs/examples/Image_MakeBackendTextureFromSkImage.cpp
index b40ae5e..aabdaaf 100644
--- a/docs/examples/Image_MakeBackendTextureFromSkImage.cpp
+++ b/docs/examples/Image_MakeBackendTextureFromSkImage.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=06aeb3cf63ffccf7b49fe556e5def351
REG_FIDDLE(Image_MakeBackendTextureFromSkImage, 256, 64, false, 0) {
static sk_sp<SkImage> create_gpu_image(GrContext* grContext) {
diff --git a/docs/examples/Image_MakeCrossContextFromEncoded.cpp b/docs/examples/Image_MakeCrossContextFromEncoded.cpp
index bed9eaf..871950b 100644
--- a/docs/examples/Image_MakeCrossContextFromEncoded.cpp
+++ b/docs/examples/Image_MakeCrossContextFromEncoded.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=069c7b116479e3ca46f953f07dcbdd36
REG_FIDDLE(Image_MakeCrossContextFromEncoded, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeCrossContextFromPixmap.cpp b/docs/examples/Image_MakeCrossContextFromPixmap.cpp
index edbecdd..09c3389 100644
--- a/docs/examples/Image_MakeCrossContextFromPixmap.cpp
+++ b/docs/examples/Image_MakeCrossContextFromPixmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=45bca8747b8f49b5be34b520897ef048
REG_FIDDLE(Image_MakeCrossContextFromPixmap, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromAdoptedTexture.cpp b/docs/examples/Image_MakeFromAdoptedTexture.cpp
index 6c6a5c0..16ae645 100644
--- a/docs/examples/Image_MakeFromAdoptedTexture.cpp
+++ b/docs/examples/Image_MakeFromAdoptedTexture.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b034517e39394b7543f06ec885e36d7d
REG_FIDDLE(Image_MakeFromAdoptedTexture, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromBitmap.cpp b/docs/examples/Image_MakeFromBitmap.cpp
index 83d9d61..d8d6046 100644
--- a/docs/examples/Image_MakeFromBitmap.cpp
+++ b/docs/examples/Image_MakeFromBitmap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cf2cf53321e4e6a77c2841bfbc0ef707
REG_FIDDLE(Image_MakeFromBitmap, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromEncoded.cpp b/docs/examples/Image_MakeFromEncoded.cpp
index 7c8f0ca..78720aa 100644
--- a/docs/examples/Image_MakeFromEncoded.cpp
+++ b/docs/examples/Image_MakeFromEncoded.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=894f732ed6409b1f392bc5481421d0e9
REG_FIDDLE(Image_MakeFromEncoded, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromGenerator.cpp b/docs/examples/Image_MakeFromGenerator.cpp
index f8908ea..1302f72 100644
--- a/docs/examples/Image_MakeFromGenerator.cpp
+++ b/docs/examples/Image_MakeFromGenerator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c2fec0746f88ca34d7dce59dd9bdef9e
REG_FIDDLE(Image_MakeFromGenerator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromPicture.cpp b/docs/examples/Image_MakeFromPicture.cpp
index c39cfc5..42881ff 100644
--- a/docs/examples/Image_MakeFromPicture.cpp
+++ b/docs/examples/Image_MakeFromPicture.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4aa2879b9e44dfd6648995326d2c4dcf
REG_FIDDLE(Image_MakeFromPicture, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromRaster.cpp b/docs/examples/Image_MakeFromRaster.cpp
index 23e905f..6e28184 100644
--- a/docs/examples/Image_MakeFromRaster.cpp
+++ b/docs/examples/Image_MakeFromRaster.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=275356b65d18c8868f4434137350cddc
REG_FIDDLE(Image_MakeFromRaster, 256, 256, true, 0) {
static void releaseProc(const void* pixels, SkImage::ReleaseContext context) {
diff --git a/docs/examples/Image_MakeFromTexture.cpp b/docs/examples/Image_MakeFromTexture.cpp
index 064736e..ea7c1c1 100644
--- a/docs/examples/Image_MakeFromTexture.cpp
+++ b/docs/examples/Image_MakeFromTexture.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=94e9296c53bad074bf2a48ff885dac13
REG_FIDDLE(Image_MakeFromTexture, 256, 128, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeFromTexture_2.cpp b/docs/examples/Image_MakeFromTexture_2.cpp
index 8cf3324..46f684b 100644
--- a/docs/examples/Image_MakeFromTexture_2.cpp
+++ b/docs/examples/Image_MakeFromTexture_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2b1e46354d823dbb53fa6af570135329
REG_FIDDLE(Image_MakeFromTexture_2, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeRasterCopy.cpp b/docs/examples/Image_MakeRasterCopy.cpp
index 2a1c005..4be49e8 100644
--- a/docs/examples/Image_MakeRasterCopy.cpp
+++ b/docs/examples/Image_MakeRasterCopy.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=513afec5795a9504ebf6af5373d16b6b
REG_FIDDLE(Image_MakeRasterCopy, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_MakeRasterData.cpp b/docs/examples/Image_MakeRasterData.cpp
index 286df83..02959d7 100644
--- a/docs/examples/Image_MakeRasterData.cpp
+++ b/docs/examples/Image_MakeRasterData.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=22e7ce79ab2fe94252d23319f2258127
REG_FIDDLE(Image_MakeRasterData, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_alphaType.cpp b/docs/examples/Image_alphaType.cpp
index f662615..75be94b 100644
--- a/docs/examples/Image_alphaType.cpp
+++ b/docs/examples/Image_alphaType.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1b9f1f05026ceb14ccb6926a13cdaa83
REG_FIDDLE(Image_alphaType, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_bounds.cpp b/docs/examples/Image_bounds.cpp
index ddd72c2..eff0ee8 100644
--- a/docs/examples/Image_bounds.cpp
+++ b/docs/examples/Image_bounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c204b38b3fc08914b0a634aa4eaec894
REG_FIDDLE(Image_bounds, 256, 128, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_colorSpace.cpp b/docs/examples/Image_colorSpace.cpp
index 4d40af0..c250c18 100644
--- a/docs/examples/Image_colorSpace.cpp
+++ b/docs/examples/Image_colorSpace.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4468d573f42af6f5e234be10a5453bb2
REG_FIDDLE(Image_colorSpace, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_colorType.cpp b/docs/examples/Image_colorType.cpp
index 395d749..887c66b 100644
--- a/docs/examples/Image_colorType.cpp
+++ b/docs/examples/Image_colorType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=50396fad4a128f58e400ca00fe09711f
REG_FIDDLE(Image_colorType, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_dimensions.cpp b/docs/examples/Image_dimensions.cpp
index 06d29ed..78b14c5 100644
--- a/docs/examples/Image_dimensions.cpp
+++ b/docs/examples/Image_dimensions.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=96b4bc43b3667df9ba9e2dafb770d33c
REG_FIDDLE(Image_dimensions, 256, 256, true, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_encodeToData.cpp b/docs/examples/Image_encodeToData.cpp
index e4992f1..ba115d8 100644
--- a/docs/examples/Image_encodeToData.cpp
+++ b/docs/examples/Image_encodeToData.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7a3bf8851bb7160e4e49c48f8c09639d
REG_FIDDLE(Image_encodeToData, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_encodeToData_2.cpp b/docs/examples/Image_encodeToData_2.cpp
index e97babc..a87e28d 100644
--- a/docs/examples/Image_encodeToData_2.cpp
+++ b/docs/examples/Image_encodeToData_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=30cee813f6aa476b0a9c8a24283e53a3
REG_FIDDLE(Image_encodeToData_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_getBackendTexture.cpp b/docs/examples/Image_getBackendTexture.cpp
index 35cf7c2..0f4705b 100644
--- a/docs/examples/Image_getBackendTexture.cpp
+++ b/docs/examples/Image_getBackendTexture.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d093aad721261f421c4bef4a296aab48
REG_FIDDLE(Image_getBackendTexture, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_height.cpp b/docs/examples/Image_height.cpp
index 5564045..5a1e8f2 100644
--- a/docs/examples/Image_height.cpp
+++ b/docs/examples/Image_height.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a4f53a0b6ac85e7bc3887245b728530d
REG_FIDDLE(Image_height, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_isAlphaOnly.cpp b/docs/examples/Image_isAlphaOnly.cpp
index 3f69c62..d880cd6 100644
--- a/docs/examples/Image_isAlphaOnly.cpp
+++ b/docs/examples/Image_isAlphaOnly.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=50762c73b8ea91959c5a7b68fbf1062d
REG_FIDDLE(Image_isAlphaOnly, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_isLazyGenerated_a.cpp b/docs/examples/Image_isLazyGenerated_a.cpp
index bb70305..e3cf9cd 100644
--- a/docs/examples/Image_isLazyGenerated_a.cpp
+++ b/docs/examples/Image_isLazyGenerated_a.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a8b8bd4bfe968e2c63085f867665227f
REG_FIDDLE(Image_isLazyGenerated_a, 256, 80, false, 0) {
class TestImageGenerator : public SkImageGenerator {
diff --git a/docs/examples/Image_isLazyGenerated_b.cpp b/docs/examples/Image_isLazyGenerated_b.cpp
index faf5119..20b0cfc 100644
--- a/docs/examples/Image_isLazyGenerated_b.cpp
+++ b/docs/examples/Image_isLazyGenerated_b.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f031c2a53f6a57833dc0127e674553da
REG_FIDDLE(Image_isLazyGenerated_b, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_isOpaque.cpp b/docs/examples/Image_isOpaque.cpp
index 1261582..bd2fd4e 100644
--- a/docs/examples/Image_isOpaque.cpp
+++ b/docs/examples/Image_isOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e3340460003b74ee286d625e68589d65
REG_FIDDLE(Image_isOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_isTextureBacked.cpp b/docs/examples/Image_isTextureBacked.cpp
index 9726f57..f10f070 100644
--- a/docs/examples/Image_isTextureBacked.cpp
+++ b/docs/examples/Image_isTextureBacked.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9cf5c62a3d2243e6577ae563f360ea9d
REG_FIDDLE(Image_isTextureBacked, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_isValid.cpp b/docs/examples/Image_isValid.cpp
index a4b2f1f..4d58a4f 100644
--- a/docs/examples/Image_isValid.cpp
+++ b/docs/examples/Image_isValid.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=afc62f38aebc56af8e425297ec67dd37
REG_FIDDLE(Image_isValid, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeColorSpace.cpp b/docs/examples/Image_makeColorSpace.cpp
index 1ff619f..c297cba 100644
--- a/docs/examples/Image_makeColorSpace.cpp
+++ b/docs/examples/Image_makeColorSpace.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dbf5f75c1275a3013672f896767140fb
REG_FIDDLE(Image_makeColorSpace, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeNonTextureImage.cpp b/docs/examples/Image_makeNonTextureImage.cpp
index 0f91222..b486c9b 100644
--- a/docs/examples/Image_makeNonTextureImage.cpp
+++ b/docs/examples/Image_makeNonTextureImage.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ecdbaff44a02c310ef672b7d393c6dea
REG_FIDDLE(Image_makeNonTextureImage, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeRasterImage.cpp b/docs/examples/Image_makeRasterImage.cpp
index fa522a1..ecb4191 100644
--- a/docs/examples/Image_makeRasterImage.cpp
+++ b/docs/examples/Image_makeRasterImage.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aed5f399915d40bb5d133ab586e5bac3
REG_FIDDLE(Image_makeRasterImage, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeShader.cpp b/docs/examples/Image_makeShader.cpp
index 0f4611d..22fe877 100644
--- a/docs/examples/Image_makeShader.cpp
+++ b/docs/examples/Image_makeShader.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1c6de6fe72b00b5be970f5f718363449
REG_FIDDLE(Image_makeShader, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeShader_2.cpp b/docs/examples/Image_makeShader_2.cpp
index 6559726..e386faa 100644
--- a/docs/examples/Image_makeShader_2.cpp
+++ b/docs/examples/Image_makeShader_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=10172fca71b9dbdcade772513ffeb27e
REG_FIDDLE(Image_makeShader_2, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeSubset.cpp b/docs/examples/Image_makeSubset.cpp
index 6faa552..fc5358a 100644
--- a/docs/examples/Image_makeSubset.cpp
+++ b/docs/examples/Image_makeSubset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=889e495ce3e3b3bacc96e8230932331c
REG_FIDDLE(Image_makeSubset, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeTextureImage.cpp b/docs/examples/Image_makeTextureImage.cpp
index c5bcb5e..060f74c 100644
--- a/docs/examples/Image_makeTextureImage.cpp
+++ b/docs/examples/Image_makeTextureImage.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eeec9e07e604b44d0208899a2fe5bef5
REG_FIDDLE(Image_makeTextureImage, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_makeWithFilter.cpp b/docs/examples/Image_makeWithFilter.cpp
index f9e7299..2cc1d79 100644
--- a/docs/examples/Image_makeWithFilter.cpp
+++ b/docs/examples/Image_makeWithFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85a76163138a2720ac003691d6363938
REG_FIDDLE(Image_makeWithFilter, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_peekPixels.cpp b/docs/examples/Image_peekPixels.cpp
index 44bf916..da69861 100644
--- a/docs/examples/Image_peekPixels.cpp
+++ b/docs/examples/Image_peekPixels.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=900c0eab8dfdecd8301ed5be95887f8e
REG_FIDDLE(Image_peekPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_readPixels.cpp b/docs/examples/Image_readPixels.cpp
index c41c861..ebd9349 100644
--- a/docs/examples/Image_readPixels.cpp
+++ b/docs/examples/Image_readPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8aa8ca63dff4641dfc6ea8a3c555d59c
REG_FIDDLE(Image_readPixels, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_readPixels_2.cpp b/docs/examples/Image_readPixels_2.cpp
index cfc38a1..3a96042 100644
--- a/docs/examples/Image_readPixels_2.cpp
+++ b/docs/examples/Image_readPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b77a73c4baa63a4a8e2a4fdd96144d0b
REG_FIDDLE(Image_readPixels_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_refColorSpace.cpp b/docs/examples/Image_refColorSpace.cpp
index b8a9061..3160a42 100644
--- a/docs/examples/Image_refColorSpace.cpp
+++ b/docs/examples/Image_refColorSpace.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=59b2078ebfbda8736a57c0486ae33332
REG_FIDDLE(Image_refColorSpace, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_refEncodedData.cpp b/docs/examples/Image_refEncodedData.cpp
index df3d537..c461c09 100644
--- a/docs/examples/Image_refEncodedData.cpp
+++ b/docs/examples/Image_refEncodedData.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=80856fe921ce36f8d5a32d8672bccbfc
REG_FIDDLE(Image_refEncodedData, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_scalePixels.cpp b/docs/examples/Image_scalePixels.cpp
index ab4b0fb..9a595ac 100644
--- a/docs/examples/Image_scalePixels.cpp
+++ b/docs/examples/Image_scalePixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5949c9a63610cae30019e5b1899ee38f
REG_FIDDLE(Image_scalePixels, 256, 128, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_uniqueID.cpp b/docs/examples/Image_uniqueID.cpp
index f63aba5..c42ae49 100644
--- a/docs/examples/Image_uniqueID.cpp
+++ b/docs/examples/Image_uniqueID.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d70194c9c51e700335f95de91846d023
REG_FIDDLE(Image_uniqueID, 256, 156, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Image_width.cpp b/docs/examples/Image_width.cpp
index 22fb5bb..4388fbc 100644
--- a/docs/examples/Image_width.cpp
+++ b/docs/examples/Image_width.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9aec65fc252ffc9982fa8867433eca18
REG_FIDDLE(Image_width, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Lighten.cpp b/docs/examples/Lighten.cpp
index f02a2ea..0e8a898 100644
--- a/docs/examples/Lighten.cpp
+++ b/docs/examples/Lighten.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=95cb08b8c8db3af3b2c9ad56ae7d6bc1
REG_FIDDLE(Lighten, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Luminosity.cpp b/docs/examples/Luminosity.cpp
index e3fad9c..c28f75c 100644
--- a/docs/examples/Luminosity.cpp
+++ b/docs/examples/Luminosity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7d42fe34ae20dd9e12c39dc3950e9989
REG_FIDDLE(Luminosity, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Mask_Filter_Methods.cpp b/docs/examples/Mask_Filter_Methods.cpp
index 8702c6a..85c70f4 100644
--- a/docs/examples/Mask_Filter_Methods.cpp
+++ b/docs/examples/Mask_Filter_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=55d7b9d482ac8e17a6153f555a8adb8d
REG_FIDDLE(Mask_Filter_Methods, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_063.cpp b/docs/examples/Matrix_063.cpp
index ef25b47..3782ef2 100644
--- a/docs/examples/Matrix_063.cpp
+++ b/docs/examples/Matrix_063.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e6ad0bd2999613d9e4758b661d45070c
REG_FIDDLE(Matrix_063, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_Concat.cpp b/docs/examples/Matrix_Concat.cpp
index ca11a31..5b49b6e 100644
--- a/docs/examples/Matrix_Concat.cpp
+++ b/docs/examples/Matrix_Concat.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b4562c7052da94f3d5b2412dca41946
REG_FIDDLE(Matrix_Concat, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_I.cpp b/docs/examples/Matrix_I.cpp
index d379219..9c3833a 100644
--- a/docs/examples/Matrix_I.cpp
+++ b/docs/examples/Matrix_I.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d961d91020f19037204a8c3fd8cb1060
REG_FIDDLE(Matrix_I, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_InvalidMatrix.cpp b/docs/examples/Matrix_InvalidMatrix.cpp
index 29cbfd1..148cab1 100644
--- a/docs/examples/Matrix_InvalidMatrix.cpp
+++ b/docs/examples/Matrix_InvalidMatrix.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=af0b72360c1c7a25b4754bfa47011dd5
REG_FIDDLE(Matrix_InvalidMatrix, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_MakeAll.cpp b/docs/examples/Matrix_MakeAll.cpp
index bf68a0a..f1b58e4 100644
--- a/docs/examples/Matrix_MakeAll.cpp
+++ b/docs/examples/Matrix_MakeAll.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6bad83b64de9266e323c29d550e04188
REG_FIDDLE(Matrix_MakeAll, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_MakeRectToRect.cpp b/docs/examples/Matrix_MakeRectToRect.cpp
index 4adb674..01158ac 100644
--- a/docs/examples/Matrix_MakeRectToRect.cpp
+++ b/docs/examples/Matrix_MakeRectToRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a1d6a6721b39350f81021f71a1b93208
REG_FIDDLE(Matrix_MakeRectToRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_MakeScale.cpp b/docs/examples/Matrix_MakeScale.cpp
index cd6f014..0699ce3 100644
--- a/docs/examples/Matrix_MakeScale.cpp
+++ b/docs/examples/Matrix_MakeScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7ff17718111df6d6f95381d8a8f1b389
REG_FIDDLE(Matrix_MakeScale, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_MakeScale_2.cpp b/docs/examples/Matrix_MakeScale_2.cpp
index b2cb0b6..5c03f0c 100644
--- a/docs/examples/Matrix_MakeScale_2.cpp
+++ b/docs/examples/Matrix_MakeScale_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2956aeb50fa862cdb13995e1e56a4bc8
REG_FIDDLE(Matrix_MakeScale_2, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_MakeTrans.cpp b/docs/examples/Matrix_MakeTrans.cpp
index 4a7bc72..90f845f 100644
--- a/docs/examples/Matrix_MakeTrans.cpp
+++ b/docs/examples/Matrix_MakeTrans.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b2479df0d9cf296ff64ac31e36684557
REG_FIDDLE(Matrix_MakeTrans, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_ScaleToFit.cpp b/docs/examples/Matrix_ScaleToFit.cpp
index ad8dced..5e1e7d5 100644
--- a/docs/examples/Matrix_ScaleToFit.cpp
+++ b/docs/examples/Matrix_ScaleToFit.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=17c3070b31b700ea8f52e48af9a66b6e
REG_FIDDLE(Matrix_ScaleToFit, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_SetAffineIdentity.cpp b/docs/examples/Matrix_SetAffineIdentity.cpp
index 81a7378..8b36b10 100644
--- a/docs/examples/Matrix_SetAffineIdentity.cpp
+++ b/docs/examples/Matrix_SetAffineIdentity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e10adbd0bcc940c5d4d872db0e78e892
REG_FIDDLE(Matrix_SetAffineIdentity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_TypeMask.cpp b/docs/examples/Matrix_TypeMask.cpp
index 35ea2e2..8b640fc 100644
--- a/docs/examples/Matrix_TypeMask.cpp
+++ b/docs/examples/Matrix_TypeMask.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ba19b36df8cd78586f3dff54e2d4c093
REG_FIDDLE(Matrix_TypeMask, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_array_operator.cpp b/docs/examples/Matrix_array_operator.cpp
index 449cb64..9482b5b 100644
--- a/docs/examples/Matrix_array_operator.cpp
+++ b/docs/examples/Matrix_array_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e8740493abdf0c6341762db9cee56b89
REG_FIDDLE(Matrix_array_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_asAffine.cpp b/docs/examples/Matrix_asAffine.cpp
index ae57aee..22b30a3 100644
--- a/docs/examples/Matrix_asAffine.cpp
+++ b/docs/examples/Matrix_asAffine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3325bdf82bd86d9fbc4199f248afa82c
REG_FIDDLE(Matrix_asAffine, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_cheapEqualTo.cpp b/docs/examples/Matrix_cheapEqualTo.cpp
index 80ceaeb..3610c66 100644
--- a/docs/examples/Matrix_cheapEqualTo.cpp
+++ b/docs/examples/Matrix_cheapEqualTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=39016b3cfc6bbabb09348a53822ce508
REG_FIDDLE(Matrix_cheapEqualTo, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_decomposeScale.cpp b/docs/examples/Matrix_decomposeScale.cpp
index 7f7ca5b..4309850 100644
--- a/docs/examples/Matrix_decomposeScale.cpp
+++ b/docs/examples/Matrix_decomposeScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=139b874da0a3ede1f3df88119085c0aa
REG_FIDDLE(Matrix_decomposeScale, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_dirtyMatrixTypeCache.cpp b/docs/examples/Matrix_dirtyMatrixTypeCache.cpp
index f536170..14b877d 100644
--- a/docs/examples/Matrix_dirtyMatrixTypeCache.cpp
+++ b/docs/examples/Matrix_dirtyMatrixTypeCache.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f4365ef332f51f7fd25040e0771ba9a2
REG_FIDDLE(Matrix_dirtyMatrixTypeCache, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_dump.cpp b/docs/examples/Matrix_dump.cpp
index 77a1ef8..713d83d 100644
--- a/docs/examples/Matrix_dump.cpp
+++ b/docs/examples/Matrix_dump.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8d72a4818e5a9188348f6c08ab5d8a40
REG_FIDDLE(Matrix_dump, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_equal_operator.cpp b/docs/examples/Matrix_equal_operator.cpp
index 6890ee3..3f6bdf8 100644
--- a/docs/examples/Matrix_equal_operator.cpp
+++ b/docs/examples/Matrix_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3902859150b0f0c4aeb1f25d00434baa
REG_FIDDLE(Matrix_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_fixedStepInX.cpp b/docs/examples/Matrix_fixedStepInX.cpp
index be68cb5..ccce72b 100644
--- a/docs/examples/Matrix_fixedStepInX.cpp
+++ b/docs/examples/Matrix_fixedStepInX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fad6b92b21b1e1deeae61978cec2d232
REG_FIDDLE(Matrix_fixedStepInX, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_get.cpp b/docs/examples/Matrix_get.cpp
index d6fd779..f9383f9 100644
--- a/docs/examples/Matrix_get.cpp
+++ b/docs/examples/Matrix_get.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f5ed382bd04fa7d50b2398cce2fca23a
REG_FIDDLE(Matrix_get, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_get9.cpp b/docs/examples/Matrix_get9.cpp
index 95df291..ab1a0cd 100644
--- a/docs/examples/Matrix_get9.cpp
+++ b/docs/examples/Matrix_get9.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=379fc375e011050b54ed9df83c0996a7
REG_FIDDLE(Matrix_get9, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getMaxScale.cpp b/docs/examples/Matrix_getMaxScale.cpp
index fc4cc5f..7a4df79 100644
--- a/docs/examples/Matrix_getMaxScale.cpp
+++ b/docs/examples/Matrix_getMaxScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3fee4364929899649cf9efc37897e964
REG_FIDDLE(Matrix_getMaxScale, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getMinMaxScales.cpp b/docs/examples/Matrix_getMinMaxScales.cpp
index 5f2e5fd..314634c 100644
--- a/docs/examples/Matrix_getMinMaxScales.cpp
+++ b/docs/examples/Matrix_getMinMaxScales.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13adba0ecf5f82247cf051b4fa4d8a9c
REG_FIDDLE(Matrix_getMinMaxScales, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getMinScale.cpp b/docs/examples/Matrix_getMinScale.cpp
index 35397d3..a8710e6 100644
--- a/docs/examples/Matrix_getMinScale.cpp
+++ b/docs/examples/Matrix_getMinScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1d6f67904c88a806c3731879e9af4ae5
REG_FIDDLE(Matrix_getMinScale, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getPerspX.cpp b/docs/examples/Matrix_getPerspX.cpp
index fcd7d8a..56758b1 100644
--- a/docs/examples/Matrix_getPerspX.cpp
+++ b/docs/examples/Matrix_getPerspX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a0f5bf4b55e8c33bfda29bf67e34306f
REG_FIDDLE(Matrix_getPerspX, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getPerspY.cpp b/docs/examples/Matrix_getPerspY.cpp
index 135ce15..ee74404 100644
--- a/docs/examples/Matrix_getPerspY.cpp
+++ b/docs/examples/Matrix_getPerspY.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=424a00a73675dbd99ad20feb0267442b
REG_FIDDLE(Matrix_getPerspY, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getScaleX.cpp b/docs/examples/Matrix_getScaleX.cpp
index 6bb19e3..9c21b08 100644
--- a/docs/examples/Matrix_getScaleX.cpp
+++ b/docs/examples/Matrix_getScaleX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ab746d9be63975041ae8e50cba84dc3d
REG_FIDDLE(Matrix_getScaleX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getScaleY.cpp b/docs/examples/Matrix_getScaleY.cpp
index 64941bf..041b294 100644
--- a/docs/examples/Matrix_getScaleY.cpp
+++ b/docs/examples/Matrix_getScaleY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=708b1a548a2f8661b2ab570782fbc751
REG_FIDDLE(Matrix_getScaleY, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getSkewX.cpp b/docs/examples/Matrix_getSkewX.cpp
index f96209f..b5fe98e 100644
--- a/docs/examples/Matrix_getSkewX.cpp
+++ b/docs/examples/Matrix_getSkewX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=df3a5d3c688e7597eae1e4e07bf91ae6
REG_FIDDLE(Matrix_getSkewX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getSkewY.cpp b/docs/examples/Matrix_getSkewY.cpp
index e3dc404..de1eb4d 100644
--- a/docs/examples/Matrix_getSkewY.cpp
+++ b/docs/examples/Matrix_getSkewY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6be5704506d029ffc91ba03b1d3e674b
REG_FIDDLE(Matrix_getSkewY, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getTranslateX.cpp b/docs/examples/Matrix_getTranslateX.cpp
index a239fec..53ba563 100644
--- a/docs/examples/Matrix_getTranslateX.cpp
+++ b/docs/examples/Matrix_getTranslateX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6236f7f2b91aff977a66ba2ee2558ca4
REG_FIDDLE(Matrix_getTranslateX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getTranslateY.cpp b/docs/examples/Matrix_getTranslateY.cpp
index 105f21f..f5ff6f0 100644
--- a/docs/examples/Matrix_getTranslateY.cpp
+++ b/docs/examples/Matrix_getTranslateY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=08464e32d22421d2b254c71a84545ef5
REG_FIDDLE(Matrix_getTranslateY, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_getType.cpp b/docs/examples/Matrix_getType.cpp
index 77c427e..baa863e 100644
--- a/docs/examples/Matrix_getType.cpp
+++ b/docs/examples/Matrix_getType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8e45fe2dd52731bb2d4318686257e1d7
REG_FIDDLE(Matrix_getType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_hasPerspective.cpp b/docs/examples/Matrix_hasPerspective.cpp
index 6a167be..7d827aa 100644
--- a/docs/examples/Matrix_hasPerspective.cpp
+++ b/docs/examples/Matrix_hasPerspective.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=688123908c733169bbbfaf11f41ecff6
REG_FIDDLE(Matrix_hasPerspective, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_invert.cpp b/docs/examples/Matrix_invert.cpp
index b682e66..cd19175 100644
--- a/docs/examples/Matrix_invert.cpp
+++ b/docs/examples/Matrix_invert.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0e03cd9f154603ed4b21ca56d69dae44
REG_FIDDLE(Matrix_invert, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isFinite.cpp b/docs/examples/Matrix_isFinite.cpp
index 6cc8dd1..5759ac2 100644
--- a/docs/examples/Matrix_isFinite.cpp
+++ b/docs/examples/Matrix_isFinite.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bc6c6f6a5df770287120d87f81b922eb
REG_FIDDLE(Matrix_isFinite, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isFixedStepInX.cpp b/docs/examples/Matrix_isFixedStepInX.cpp
index 7d746a5..e8b6931 100644
--- a/docs/examples/Matrix_isFixedStepInX.cpp
+++ b/docs/examples/Matrix_isFixedStepInX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ab57b232acef69f26de9cb23d23c8a1a
REG_FIDDLE(Matrix_isFixedStepInX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isIdentity.cpp b/docs/examples/Matrix_isIdentity.cpp
index a838050..5a682ef 100644
--- a/docs/examples/Matrix_isIdentity.cpp
+++ b/docs/examples/Matrix_isIdentity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=780ab376325b3cfa889ea26c0769ec11
REG_FIDDLE(Matrix_isIdentity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isScaleTranslate.cpp b/docs/examples/Matrix_isScaleTranslate.cpp
index 3f5168f..7cf31d6 100644
--- a/docs/examples/Matrix_isScaleTranslate.cpp
+++ b/docs/examples/Matrix_isScaleTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6287e29674a487eb94174992d45b9a34
REG_FIDDLE(Matrix_isScaleTranslate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isSimilarity.cpp b/docs/examples/Matrix_isSimilarity.cpp
index cc96df0..271f1b4 100644
--- a/docs/examples/Matrix_isSimilarity.cpp
+++ b/docs/examples/Matrix_isSimilarity.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b37f4ae7fec1756433c0f984175fb14
REG_FIDDLE(Matrix_isSimilarity, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_isTranslate.cpp b/docs/examples/Matrix_isTranslate.cpp
index bca84ce..1fbf77e 100644
--- a/docs/examples/Matrix_isTranslate.cpp
+++ b/docs/examples/Matrix_isTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=73ac71a8a30841873577c11c6c9b38ee
REG_FIDDLE(Matrix_isTranslate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapHomogeneousPoints.cpp b/docs/examples/Matrix_mapHomogeneousPoints.cpp
index bd10507..2b34458 100644
--- a/docs/examples/Matrix_mapHomogeneousPoints.cpp
+++ b/docs/examples/Matrix_mapHomogeneousPoints.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d56f93e4bc763c7ba4914321ed07a8b5
REG_FIDDLE(Matrix_mapHomogeneousPoints, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapPoints.cpp b/docs/examples/Matrix_mapPoints.cpp
index c38d271..43cee1a 100644
--- a/docs/examples/Matrix_mapPoints.cpp
+++ b/docs/examples/Matrix_mapPoints.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f99dcb00296d0c56b6c0e178e94b3534
REG_FIDDLE(Matrix_mapPoints, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapPoints_2.cpp b/docs/examples/Matrix_mapPoints_2.cpp
index a295976..355c99b 100644
--- a/docs/examples/Matrix_mapPoints_2.cpp
+++ b/docs/examples/Matrix_mapPoints_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=428ca171ae3bd0d3f992458ac598b97b
REG_FIDDLE(Matrix_mapPoints_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRadius.cpp b/docs/examples/Matrix_mapRadius.cpp
index 0690449..378f4b4 100644
--- a/docs/examples/Matrix_mapRadius.cpp
+++ b/docs/examples/Matrix_mapRadius.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6d6f2082fcf59d9f02bfb1758b87db69
REG_FIDDLE(Matrix_mapRadius, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRect.cpp b/docs/examples/Matrix_mapRect.cpp
index 3f27d98..8d3fe10 100644
--- a/docs/examples/Matrix_mapRect.cpp
+++ b/docs/examples/Matrix_mapRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dbcf928b035a31ca69c99392e2e2cca9
REG_FIDDLE(Matrix_mapRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRectScaleTranslate.cpp b/docs/examples/Matrix_mapRectScaleTranslate.cpp
index 685af6c..b780141 100644
--- a/docs/examples/Matrix_mapRectScaleTranslate.cpp
+++ b/docs/examples/Matrix_mapRectScaleTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=62bc26989c2b4c2a54d516596a71dd97
REG_FIDDLE(Matrix_mapRectScaleTranslate, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRectToQuad.cpp b/docs/examples/Matrix_mapRectToQuad.cpp
index b388cfb..c1e552c 100644
--- a/docs/examples/Matrix_mapRectToQuad.cpp
+++ b/docs/examples/Matrix_mapRectToQuad.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c69cd2a590b5733c3cbc92cb9ceed3f5
REG_FIDDLE(Matrix_mapRectToQuad, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRect_2.cpp b/docs/examples/Matrix_mapRect_2.cpp
index c713935..68822f5 100644
--- a/docs/examples/Matrix_mapRect_2.cpp
+++ b/docs/examples/Matrix_mapRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5fafd0bd23d1ed37425b970b4a3c6cc9
REG_FIDDLE(Matrix_mapRect_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapRect_3.cpp b/docs/examples/Matrix_mapRect_3.cpp
index 57d5f25..6bbb0f6 100644
--- a/docs/examples/Matrix_mapRect_3.cpp
+++ b/docs/examples/Matrix_mapRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3b7b1f884437ab450f986234e4aec27f
REG_FIDDLE(Matrix_mapRect_3, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapVector.cpp b/docs/examples/Matrix_mapVector.cpp
index 2425d64..87c8368 100644
--- a/docs/examples/Matrix_mapVector.cpp
+++ b/docs/examples/Matrix_mapVector.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aed143fc6cd0bce4ed029b98d1e61f2d
REG_FIDDLE(Matrix_mapVector, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapVector_2.cpp b/docs/examples/Matrix_mapVector_2.cpp
index 1ca8e7b..e961a44 100644
--- a/docs/examples/Matrix_mapVector_2.cpp
+++ b/docs/examples/Matrix_mapVector_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8bf1518db3f369696cd3065b541a8bd7
REG_FIDDLE(Matrix_mapVector_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapVectors.cpp b/docs/examples/Matrix_mapVectors.cpp
index 78ba1ce..fcacfce 100644
--- a/docs/examples/Matrix_mapVectors.cpp
+++ b/docs/examples/Matrix_mapVectors.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=918a9778c3d7d5cb306692784399f6dc
REG_FIDDLE(Matrix_mapVectors, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapVectors_2.cpp b/docs/examples/Matrix_mapVectors_2.cpp
index 503cd46..fde774c 100644
--- a/docs/examples/Matrix_mapVectors_2.cpp
+++ b/docs/examples/Matrix_mapVectors_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5754501a00a1323e76353fb53153e939
REG_FIDDLE(Matrix_mapVectors_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapXY.cpp b/docs/examples/Matrix_mapXY.cpp
index 76097f4..5993ecc 100644
--- a/docs/examples/Matrix_mapXY.cpp
+++ b/docs/examples/Matrix_mapXY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9e50185d502dc6903783679a84106089
REG_FIDDLE(Matrix_mapXY, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_mapXY_2.cpp b/docs/examples/Matrix_mapXY_2.cpp
index 2173bd4..62d0385 100644
--- a/docs/examples/Matrix_mapXY_2.cpp
+++ b/docs/examples/Matrix_mapXY_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b1ead09c67a177ab8eace12b061610a7
REG_FIDDLE(Matrix_mapXY_2, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_notequal_operator.cpp b/docs/examples/Matrix_notequal_operator.cpp
index f242bd1..b074613 100644
--- a/docs/examples/Matrix_notequal_operator.cpp
+++ b/docs/examples/Matrix_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=088ab41f877599f980a99523749b0afd
REG_FIDDLE(Matrix_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postConcat.cpp b/docs/examples/Matrix_postConcat.cpp
index efb8f9a..790149e 100644
--- a/docs/examples/Matrix_postConcat.cpp
+++ b/docs/examples/Matrix_postConcat.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e4226c55d9bdbc119264bd372b2b9835
REG_FIDDLE(Matrix_postConcat, 256, 64, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postRotate.cpp b/docs/examples/Matrix_postRotate.cpp
index e3a75c8..734e144 100644
--- a/docs/examples/Matrix_postRotate.cpp
+++ b/docs/examples/Matrix_postRotate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e09194ee48a81e7b375ade473d340f0d
REG_FIDDLE(Matrix_postRotate, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postRotate_2.cpp b/docs/examples/Matrix_postRotate_2.cpp
index 0c30702..2da4c92 100644
--- a/docs/examples/Matrix_postRotate_2.cpp
+++ b/docs/examples/Matrix_postRotate_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=52e4c53e26971af5576b30de60fa70c2
REG_FIDDLE(Matrix_postRotate_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postScale.cpp b/docs/examples/Matrix_postScale.cpp
index 9ade784..f77efaa 100644
--- a/docs/examples/Matrix_postScale.cpp
+++ b/docs/examples/Matrix_postScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ed3aa18ba0ea95c85cc49aa3829fe384
REG_FIDDLE(Matrix_postScale, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postScale_2.cpp b/docs/examples/Matrix_postScale_2.cpp
index 70b6054..7d3024e 100644
--- a/docs/examples/Matrix_postScale_2.cpp
+++ b/docs/examples/Matrix_postScale_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1931017698766a67d3a26423453b8095
REG_FIDDLE(Matrix_postScale_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postSkew.cpp b/docs/examples/Matrix_postSkew.cpp
index 077f650..a1b5756 100644
--- a/docs/examples/Matrix_postSkew.cpp
+++ b/docs/examples/Matrix_postSkew.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c34ae3a2b7e2742bb969819737365ec
REG_FIDDLE(Matrix_postSkew, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postSkew_2.cpp b/docs/examples/Matrix_postSkew_2.cpp
index 149d505..233405c 100644
--- a/docs/examples/Matrix_postSkew_2.cpp
+++ b/docs/examples/Matrix_postSkew_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3aa2603225dff72ac53dd359f897f494
REG_FIDDLE(Matrix_postSkew_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_postTranslate.cpp b/docs/examples/Matrix_postTranslate.cpp
index a26177b..b9e3835 100644
--- a/docs/examples/Matrix_postTranslate.cpp
+++ b/docs/examples/Matrix_postTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f5144ef4bd7cea294fad2f756ed335af
REG_FIDDLE(Matrix_postTranslate, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preConcat.cpp b/docs/examples/Matrix_preConcat.cpp
index dada66d..09e8e24 100644
--- a/docs/examples/Matrix_preConcat.cpp
+++ b/docs/examples/Matrix_preConcat.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b07e62298e7b0ab5683db199faffceb2
REG_FIDDLE(Matrix_preConcat, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preRotate.cpp b/docs/examples/Matrix_preRotate.cpp
index f456313..e5d4b48 100644
--- a/docs/examples/Matrix_preRotate.cpp
+++ b/docs/examples/Matrix_preRotate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a70bb18d67c06a20ab514e7a47924e5a
REG_FIDDLE(Matrix_preRotate, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preRotate_2.cpp b/docs/examples/Matrix_preRotate_2.cpp
index c134411..8105415 100644
--- a/docs/examples/Matrix_preRotate_2.cpp
+++ b/docs/examples/Matrix_preRotate_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5acd49bd931c79a808dd6c7cc0e92f72
REG_FIDDLE(Matrix_preRotate_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preScale.cpp b/docs/examples/Matrix_preScale.cpp
index ace6b20..0c67cb4 100644
--- a/docs/examples/Matrix_preScale.cpp
+++ b/docs/examples/Matrix_preScale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2531f8d1e05d7b6dc22f3efcd2fb84e4
REG_FIDDLE(Matrix_preScale, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preScale_2.cpp b/docs/examples/Matrix_preScale_2.cpp
index ec86d64..a69885e 100644
--- a/docs/examples/Matrix_preScale_2.cpp
+++ b/docs/examples/Matrix_preScale_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3edbdea8e43d06086abf33ec4a9b415b
REG_FIDDLE(Matrix_preScale_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preSkew.cpp b/docs/examples/Matrix_preSkew.cpp
index 1dd38f9..6548412 100644
--- a/docs/examples/Matrix_preSkew.cpp
+++ b/docs/examples/Matrix_preSkew.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=199a18ad61d702664ce6df1d7037aa48
REG_FIDDLE(Matrix_preSkew, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preSkew_2.cpp b/docs/examples/Matrix_preSkew_2.cpp
index 1987ea2..1819caf 100644
--- a/docs/examples/Matrix_preSkew_2.cpp
+++ b/docs/examples/Matrix_preSkew_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e100c543869fe8fd516ba69de79444ba
REG_FIDDLE(Matrix_preSkew_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preTranslate.cpp b/docs/examples/Matrix_preTranslate.cpp
index 2d6902e..ee1d0b1 100644
--- a/docs/examples/Matrix_preTranslate.cpp
+++ b/docs/examples/Matrix_preTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f75a9b629aa6c51ed888f8799b5ba5f7
REG_FIDDLE(Matrix_preTranslate, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preservesAxisAlignment.cpp b/docs/examples/Matrix_preservesAxisAlignment.cpp
index a31fd79..c680bf1 100644
--- a/docs/examples/Matrix_preservesAxisAlignment.cpp
+++ b/docs/examples/Matrix_preservesAxisAlignment.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7a234c96608fb7cb8135b9940b0b15f7
REG_FIDDLE(Matrix_preservesAxisAlignment, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_preservesRightAngles.cpp b/docs/examples/Matrix_preservesRightAngles.cpp
index 0c71d38..d9c81e7 100644
--- a/docs/examples/Matrix_preservesRightAngles.cpp
+++ b/docs/examples/Matrix_preservesRightAngles.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b9becf0dc24a9f00726e24a81fb72f16
REG_FIDDLE(Matrix_preservesRightAngles, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_rectStaysRect.cpp b/docs/examples/Matrix_rectStaysRect.cpp
index b558738..9a88b30 100644
--- a/docs/examples/Matrix_rectStaysRect.cpp
+++ b/docs/examples/Matrix_rectStaysRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ce5319c036c9b5086da8a0009fe409f8
REG_FIDDLE(Matrix_rectStaysRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_reset.cpp b/docs/examples/Matrix_reset.cpp
index 2ef3676..b9de085 100644
--- a/docs/examples/Matrix_reset.cpp
+++ b/docs/examples/Matrix_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ca94f7922bc37ef03bbc51ad70536fcf
REG_FIDDLE(Matrix_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_set.cpp b/docs/examples/Matrix_set.cpp
index aa4bb2a..97e29c2 100644
--- a/docs/examples/Matrix_set.cpp
+++ b/docs/examples/Matrix_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1d400a92ca826cc89bcb88ea051f28c8
REG_FIDDLE(Matrix_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_set9.cpp b/docs/examples/Matrix_set9.cpp
index b020a7c..8d117d0 100644
--- a/docs/examples/Matrix_set9.cpp
+++ b/docs/examples/Matrix_set9.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ec5de0d23e5fe28ba7628625d1402e85
REG_FIDDLE(Matrix_set9, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setAffine.cpp b/docs/examples/Matrix_setAffine.cpp
index aaa50e1..5a47210 100644
--- a/docs/examples/Matrix_setAffine.cpp
+++ b/docs/examples/Matrix_setAffine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f5b6d371c4d65e5b5ac6eebdd4b237d8
REG_FIDDLE(Matrix_setAffine, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setAll.cpp b/docs/examples/Matrix_setAll.cpp
index 46559b3..c254980 100644
--- a/docs/examples/Matrix_setAll.cpp
+++ b/docs/examples/Matrix_setAll.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=95ccfc2a89ce593e6b7a9f992a844bc0
REG_FIDDLE(Matrix_setAll, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setConcat.cpp b/docs/examples/Matrix_setConcat.cpp
index 779b60d..c877d3d 100644
--- a/docs/examples/Matrix_setConcat.cpp
+++ b/docs/examples/Matrix_setConcat.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0381a10ac69bdefdf9d15b47cbb9fefe
REG_FIDDLE(Matrix_setConcat, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setIdentity.cpp b/docs/examples/Matrix_setIdentity.cpp
index 0c69d88..b887c58 100644
--- a/docs/examples/Matrix_setIdentity.cpp
+++ b/docs/examples/Matrix_setIdentity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3979c865bb482e6ef1fafc71e56bbb91
REG_FIDDLE(Matrix_setIdentity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setPerspX.cpp b/docs/examples/Matrix_setPerspX.cpp
index f1b352f..d9b6b9a 100644
--- a/docs/examples/Matrix_setPerspX.cpp
+++ b/docs/examples/Matrix_setPerspX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=830a9e4e4bb93d25afd83b2fea63929e
REG_FIDDLE(Matrix_setPerspX, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setPerspY.cpp b/docs/examples/Matrix_setPerspY.cpp
index b0d74c6..0542e4a 100644
--- a/docs/examples/Matrix_setPerspY.cpp
+++ b/docs/examples/Matrix_setPerspY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aeb258b7922c1a11b698b00f562182ec
REG_FIDDLE(Matrix_setPerspY, 256, 256, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setPolyToPoly.cpp b/docs/examples/Matrix_setPolyToPoly.cpp
index 66f28db..f85c5a5 100644
--- a/docs/examples/Matrix_setPolyToPoly.cpp
+++ b/docs/examples/Matrix_setPolyToPoly.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c851d1313e8909aaea4f0591699fdb7b
REG_FIDDLE(Matrix_setPolyToPoly, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setRSXform.cpp b/docs/examples/Matrix_setRSXform.cpp
index 2168953..65e2875 100644
--- a/docs/examples/Matrix_setRSXform.cpp
+++ b/docs/examples/Matrix_setRSXform.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c3f5faddca466f78278b32b88fd5f5eb
REG_FIDDLE(Matrix_setRSXform, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setRectToRect.cpp b/docs/examples/Matrix_setRectToRect.cpp
index 0fcb13a..c2d83d5 100644
--- a/docs/examples/Matrix_setRectToRect.cpp
+++ b/docs/examples/Matrix_setRectToRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=69cdea599dcaaec35efcb24403f4287b
REG_FIDDLE(Matrix_setRectToRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setRotate.cpp b/docs/examples/Matrix_setRotate.cpp
index c5456f0..9dff60e 100644
--- a/docs/examples/Matrix_setRotate.cpp
+++ b/docs/examples/Matrix_setRotate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c28db3add9cd0177225088f6df6bbb5
REG_FIDDLE(Matrix_setRotate, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setRotate_2.cpp b/docs/examples/Matrix_setRotate_2.cpp
index 7c18b64..1f945d0 100644
--- a/docs/examples/Matrix_setRotate_2.cpp
+++ b/docs/examples/Matrix_setRotate_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=93efb9d191bf1b9710c173513e014d6c
REG_FIDDLE(Matrix_setRotate_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setScale.cpp b/docs/examples/Matrix_setScale.cpp
index d01f269..f0db467 100644
--- a/docs/examples/Matrix_setScale.cpp
+++ b/docs/examples/Matrix_setScale.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4565a0792058178c88e0a129a87272d6
REG_FIDDLE(Matrix_setScale, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setScaleTranslate.cpp b/docs/examples/Matrix_setScaleTranslate.cpp
index ddb9f0c..27ad9cf 100644
--- a/docs/examples/Matrix_setScaleTranslate.cpp
+++ b/docs/examples/Matrix_setScaleTranslate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fed43797f13796529cb6731385d6f8f3
REG_FIDDLE(Matrix_setScaleTranslate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setScaleX.cpp b/docs/examples/Matrix_setScaleX.cpp
index 00075fe..3fb3872 100644
--- a/docs/examples/Matrix_setScaleX.cpp
+++ b/docs/examples/Matrix_setScaleX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a39dfed98c3c3c3a56be9ad59fe4e21e
REG_FIDDLE(Matrix_setScaleX, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setScaleY.cpp b/docs/examples/Matrix_setScaleY.cpp
index ca03684..86fd0ab 100644
--- a/docs/examples/Matrix_setScaleY.cpp
+++ b/docs/examples/Matrix_setScaleY.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f040c6dd85a02e94eaca00d5c2832604
REG_FIDDLE(Matrix_setScaleY, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setScale_2.cpp b/docs/examples/Matrix_setScale_2.cpp
index cd49107..5ec91d0 100644
--- a/docs/examples/Matrix_setScale_2.cpp
+++ b/docs/examples/Matrix_setScale_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1579d0cc109c26e69f66f73abd35fb0e
REG_FIDDLE(Matrix_setScale_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSinCos.cpp b/docs/examples/Matrix_setSinCos.cpp
index 67de59d..e16b4e9 100644
--- a/docs/examples/Matrix_setSinCos.cpp
+++ b/docs/examples/Matrix_setSinCos.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=187e1d9228e2e4341ef820bd77b6fda9
REG_FIDDLE(Matrix_setSinCos, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSinCos_2.cpp b/docs/examples/Matrix_setSinCos_2.cpp
index e5eea65..7a8b548 100644
--- a/docs/examples/Matrix_setSinCos_2.cpp
+++ b/docs/examples/Matrix_setSinCos_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e37a94a53c959951b059fcd624639ef6
REG_FIDDLE(Matrix_setSinCos_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSkew.cpp b/docs/examples/Matrix_setSkew.cpp
index 2942ab8..eb1274f 100644
--- a/docs/examples/Matrix_setSkew.cpp
+++ b/docs/examples/Matrix_setSkew.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=55e0431adc6c5b1987ebb8123cc10342
REG_FIDDLE(Matrix_setSkew, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSkewX.cpp b/docs/examples/Matrix_setSkewX.cpp
index ad540e8..2889340 100644
--- a/docs/examples/Matrix_setSkewX.cpp
+++ b/docs/examples/Matrix_setSkewX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c7177a6fbc1545be95a5ebca87e0cd0d
REG_FIDDLE(Matrix_setSkewX, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSkewY.cpp b/docs/examples/Matrix_setSkewY.cpp
index 44d3822..b5f5b1d 100644
--- a/docs/examples/Matrix_setSkewY.cpp
+++ b/docs/examples/Matrix_setSkewY.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b418d15df9829aefcc6aca93a37428bb
REG_FIDDLE(Matrix_setSkewY, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setSkew_2.cpp b/docs/examples/Matrix_setSkew_2.cpp
index 146fd32..fd44cd7 100644
--- a/docs/examples/Matrix_setSkew_2.cpp
+++ b/docs/examples/Matrix_setSkew_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=05be7844e9afdd7b9bfc31c5423a70a2
REG_FIDDLE(Matrix_setSkew_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setTranslate.cpp b/docs/examples/Matrix_setTranslate.cpp
index 5a63ae0..0c86a79 100644
--- a/docs/examples/Matrix_setTranslate.cpp
+++ b/docs/examples/Matrix_setTranslate.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=63ca62985741b1bccb5e8b9cf734874e
REG_FIDDLE(Matrix_setTranslate, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setTranslateX.cpp b/docs/examples/Matrix_setTranslateX.cpp
index 4b88683..f4346e9 100644
--- a/docs/examples/Matrix_setTranslateX.cpp
+++ b/docs/examples/Matrix_setTranslateX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a18bc2e3607ac3a8e438bcb61fb13130
REG_FIDDLE(Matrix_setTranslateX, 256, 48, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setTranslateY.cpp b/docs/examples/Matrix_setTranslateY.cpp
index f00035c..e0a67a3 100644
--- a/docs/examples/Matrix_setTranslateY.cpp
+++ b/docs/examples/Matrix_setTranslateY.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=34e3c70a72b836abf7f4858d35eecc98
REG_FIDDLE(Matrix_setTranslateY, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Matrix_setTranslate_2.cpp b/docs/examples/Matrix_setTranslate_2.cpp
index 3be2426..1e07659 100644
--- a/docs/examples/Matrix_setTranslate_2.cpp
+++ b/docs/examples/Matrix_setTranslate_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ccfc734aff2ddea0b097c83f5621de5e
REG_FIDDLE(Matrix_setTranslate_2, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/MemberIndex.cpp b/docs/examples/MemberIndex.cpp
index c75f2f4..4a3e657 100644
--- a/docs/examples/MemberIndex.cpp
+++ b/docs/examples/MemberIndex.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3bbf75f4748420810aa2586e3c8548d9
REG_FIDDLE(MemberIndex, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Miter_Limit.cpp b/docs/examples/Miter_Limit.cpp
index 88c1229..b71f974 100644
--- a/docs/examples/Miter_Limit.cpp
+++ b/docs/examples/Miter_Limit.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5de2de0f00354e59074a9bb1a42d5a63
REG_FIDDLE(Miter_Limit, 384, 170, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Modulate.cpp b/docs/examples/Modulate.cpp
index 7290577..8325d4a 100644
--- a/docs/examples/Modulate.cpp
+++ b/docs/examples/Modulate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3fdac2b2f48bd227d2e74234c260bc8e
REG_FIDDLE(Modulate, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Multiply.cpp b/docs/examples/Multiply.cpp
index 5a9a1b6..338b9da 100644
--- a/docs/examples/Multiply.cpp
+++ b/docs/examples/Multiply.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb29c896f008dfbef09e16b85114fc3a
REG_FIDDLE(Multiply, 256, 256, false, 5) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Overlay.cpp b/docs/examples/Overlay.cpp
index 95c77ac..39aefd1 100644
--- a/docs/examples/Overlay.cpp
+++ b/docs/examples/Overlay.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=03bf042201de02d6d131938ccd3172eb
REG_FIDDLE(Overlay, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_053.cpp b/docs/examples/Paint_053.cpp
index 132e754..b6fc8d6 100644
--- a/docs/examples/Paint_053.cpp
+++ b/docs/examples/Paint_053.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2bffb6384cc20077e632e7d01da045ca
REG_FIDDLE(Paint_053, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_057.cpp b/docs/examples/Paint_057.cpp
index d7ede5e..c92982b 100644
--- a/docs/examples/Paint_057.cpp
+++ b/docs/examples/Paint_057.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3b1aebacc21c1836a52876b9b0b3905e
REG_FIDDLE(Paint_057, 462, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_containsText.cpp b/docs/examples/Paint_containsText.cpp
index c81b316..b7d8bf0 100644
--- a/docs/examples/Paint_containsText.cpp
+++ b/docs/examples/Paint_containsText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6a68cb3c8b81a5976c81ee004f559247
REG_FIDDLE(Paint_containsText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_copy_const_SkPaint.cpp b/docs/examples/Paint_copy_const_SkPaint.cpp
index 2319e87..488804a 100644
--- a/docs/examples/Paint_copy_const_SkPaint.cpp
+++ b/docs/examples/Paint_copy_const_SkPaint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b99971ad0ef243d617925289d963b62d
REG_FIDDLE(Paint_copy_const_SkPaint, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_copy_operator.cpp b/docs/examples/Paint_copy_operator.cpp
index fe1b399..222a3e9 100644
--- a/docs/examples/Paint_copy_operator.cpp
+++ b/docs/examples/Paint_copy_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b476a9088f80dece176ed577807d3992
REG_FIDDLE(Paint_copy_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_countText.cpp b/docs/examples/Paint_countText.cpp
index b648b21..7da2407 100644
--- a/docs/examples/Paint_countText.cpp
+++ b/docs/examples/Paint_countText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85436c71aab5410767fc688ab0573e09
REG_FIDDLE(Paint_countText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_empty_constructor.cpp b/docs/examples/Paint_empty_constructor.cpp
index c4fc87d..1bce4b1 100644
--- a/docs/examples/Paint_empty_constructor.cpp
+++ b/docs/examples/Paint_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c4b2186d85c142a481298f7144295ffd
REG_FIDDLE(Paint_empty_constructor, 256, 1, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_equal_operator.cpp b/docs/examples/Paint_equal_operator.cpp
index 23df823..e10e3dd 100644
--- a/docs/examples/Paint_equal_operator.cpp
+++ b/docs/examples/Paint_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7481a948e34672720337a631830586dd
REG_FIDDLE(Paint_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getAlpha.cpp b/docs/examples/Paint_getAlpha.cpp
index 14f07b5..d690ae0 100644
--- a/docs/examples/Paint_getAlpha.cpp
+++ b/docs/examples/Paint_getAlpha.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9a85bb62fe3d877b18fb7f952c4fa7f7
REG_FIDDLE(Paint_getAlpha, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getBlendMode.cpp b/docs/examples/Paint_getBlendMode.cpp
index f87a4bc..9c7185e 100644
--- a/docs/examples/Paint_getBlendMode.cpp
+++ b/docs/examples/Paint_getBlendMode.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a1e059c8f6740fa2044cc64152b39dda
REG_FIDDLE(Paint_getBlendMode, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getColor.cpp b/docs/examples/Paint_getColor.cpp
index 831b4a1..05411a0 100644
--- a/docs/examples/Paint_getColor.cpp
+++ b/docs/examples/Paint_getColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=72d41f890203109a41f589a7403acae9
REG_FIDDLE(Paint_getColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getColor4f.cpp b/docs/examples/Paint_getColor4f.cpp
index c7e4fa9..dda7664 100644
--- a/docs/examples/Paint_getColor4f.cpp
+++ b/docs/examples/Paint_getColor4f.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8512ea2176f36e8f1aeef311ff228790
REG_FIDDLE(Paint_getColor4f, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getColorFilter.cpp b/docs/examples/Paint_getColorFilter.cpp
index 13d0532..d9ac5ec 100644
--- a/docs/examples/Paint_getColorFilter.cpp
+++ b/docs/examples/Paint_getColorFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=093bdc627d6b59002670fd290931f6c9
REG_FIDDLE(Paint_getColorFilter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getDrawLooper.cpp b/docs/examples/Paint_getDrawLooper.cpp
index fb578c4..ecec75a 100644
--- a/docs/examples/Paint_getDrawLooper.cpp
+++ b/docs/examples/Paint_getDrawLooper.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=af4c5acc7a91e7f23c2af48018903ad4
REG_FIDDLE(Paint_getDrawLooper, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFillPath.cpp b/docs/examples/Paint_getFillPath.cpp
index b6f6f30..a52e3f2 100644
--- a/docs/examples/Paint_getFillPath.cpp
+++ b/docs/examples/Paint_getFillPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cedd6233848198e1fca4d1e14816baaf
REG_FIDDLE(Paint_getFillPath, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFillPath_2.cpp b/docs/examples/Paint_getFillPath_2.cpp
index 093d0cf..f8434fe 100644
--- a/docs/examples/Paint_getFillPath_2.cpp
+++ b/docs/examples/Paint_getFillPath_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e6d8ca0cc17e0b475bd54dd995825468
REG_FIDDLE(Paint_getFillPath_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFilterQuality.cpp b/docs/examples/Paint_getFilterQuality.cpp
index 990ac83..dba72a0 100644
--- a/docs/examples/Paint_getFilterQuality.cpp
+++ b/docs/examples/Paint_getFilterQuality.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d4ca1f23809b6835c4ba46ea98a86900
REG_FIDDLE(Paint_getFilterQuality, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFlags.cpp b/docs/examples/Paint_getFlags.cpp
index 9929196..2f7cf06 100644
--- a/docs/examples/Paint_getFlags.cpp
+++ b/docs/examples/Paint_getFlags.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8a3f8c309533388b01aa66e1267f322d
REG_FIDDLE(Paint_getFlags, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFontMetrics.cpp b/docs/examples/Paint_getFontMetrics.cpp
index 5cf535c..b3b2cee 100644
--- a/docs/examples/Paint_getFontMetrics.cpp
+++ b/docs/examples/Paint_getFontMetrics.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=59d9b8249afa1c2af6186711250ce240
REG_FIDDLE(Paint_getFontMetrics, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getFontSpacing.cpp b/docs/examples/Paint_getFontSpacing.cpp
index d46225e..e1e306b 100644
--- a/docs/examples/Paint_getFontSpacing.cpp
+++ b/docs/examples/Paint_getFontSpacing.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=424741e26e1b174e43087d67422ce14f
REG_FIDDLE(Paint_getFontSpacing, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getHash.cpp b/docs/examples/Paint_getHash.cpp
index ccc5d6d..a23a1af 100644
--- a/docs/examples/Paint_getHash.cpp
+++ b/docs/examples/Paint_getHash.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f7e1b701361912b344f90ae6b530393
REG_FIDDLE(Paint_getHash, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getHinting.cpp b/docs/examples/Paint_getHinting.cpp
index d67a632..b61e2b4 100644
--- a/docs/examples/Paint_getHinting.cpp
+++ b/docs/examples/Paint_getHinting.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b56b70c7ea2453c41bfa58b626953bed
REG_FIDDLE(Paint_getHinting, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getImageFilter.cpp b/docs/examples/Paint_getImageFilter.cpp
index 1112d28..1489262 100644
--- a/docs/examples/Paint_getImageFilter.cpp
+++ b/docs/examples/Paint_getImageFilter.cpp
@@ -1,9 +1,9 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c11f8eaa1dd149bc18db21e23ce26904
REG_FIDDLE(Paint_getImageFilter, 256, 256, true, 0) {
-#include "SkBlurImageFilter.h"
+#include "include/effects/SkBlurImageFilter.h"
void draw(SkCanvas* canvas) {
SkPaint paint;
diff --git a/docs/examples/Paint_getMaskFilter.cpp b/docs/examples/Paint_getMaskFilter.cpp
index 97f3fef..8ec8ea5 100644
--- a/docs/examples/Paint_getMaskFilter.cpp
+++ b/docs/examples/Paint_getMaskFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5ac4b31371726da87bb7390b385e9fee
REG_FIDDLE(Paint_getMaskFilter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getPathEffect.cpp b/docs/examples/Paint_getPathEffect.cpp
index d5f1acd..1a4d432 100644
--- a/docs/examples/Paint_getPathEffect.cpp
+++ b/docs/examples/Paint_getPathEffect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=211a1b14bfa6c4332082c8eab4fbc5fd
REG_FIDDLE(Paint_getPathEffect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getPosTextPath.cpp b/docs/examples/Paint_getPosTextPath.cpp
index df7a539..a45d4fd 100644
--- a/docs/examples/Paint_getPosTextPath.cpp
+++ b/docs/examples/Paint_getPosTextPath.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f27c93472aa99a7542fb3493076f072
REG_FIDDLE(Paint_getPosTextPath, 256, 85, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getShader.cpp b/docs/examples/Paint_getShader.cpp
index 1e5f161..71da59e 100644
--- a/docs/examples/Paint_getShader.cpp
+++ b/docs/examples/Paint_getShader.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=09f15b9fd88882850da2d235eb86292f
REG_FIDDLE(Paint_getShader, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getStrokeCap.cpp b/docs/examples/Paint_getStrokeCap.cpp
index 37823b3..be60a09 100644
--- a/docs/examples/Paint_getStrokeCap.cpp
+++ b/docs/examples/Paint_getStrokeCap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aabf9baee8e026fae36fca30e955512b
REG_FIDDLE(Paint_getStrokeCap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getStrokeJoin.cpp b/docs/examples/Paint_getStrokeJoin.cpp
index 9f925f7..eedeb3b 100644
--- a/docs/examples/Paint_getStrokeJoin.cpp
+++ b/docs/examples/Paint_getStrokeJoin.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=31bf751d0a8ddf176b871810820d8199
REG_FIDDLE(Paint_getStrokeJoin, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getStrokeMiter.cpp b/docs/examples/Paint_getStrokeMiter.cpp
index 77c09bd..a554dd9 100644
--- a/docs/examples/Paint_getStrokeMiter.cpp
+++ b/docs/examples/Paint_getStrokeMiter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=50da74a43b725f07a914df588c867d36
REG_FIDDLE(Paint_getStrokeMiter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getStrokeWidth.cpp b/docs/examples/Paint_getStrokeWidth.cpp
index a8c672e..6354539 100644
--- a/docs/examples/Paint_getStrokeWidth.cpp
+++ b/docs/examples/Paint_getStrokeWidth.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=99aa73f64df8bbf06e656cd891a81b9e
REG_FIDDLE(Paint_getStrokeWidth, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getStyle.cpp b/docs/examples/Paint_getStyle.cpp
index 9fcaa43c..ca38a2f 100644
--- a/docs/examples/Paint_getStyle.cpp
+++ b/docs/examples/Paint_getStyle.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1c5e18c3c0102d2dac86a78ba8c8ce01
REG_FIDDLE(Paint_getStyle, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextEncoding.cpp b/docs/examples/Paint_getTextEncoding.cpp
index 6bae086..f2b48fb 100644
--- a/docs/examples/Paint_getTextEncoding.cpp
+++ b/docs/examples/Paint_getTextEncoding.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0d21e968e9a4c78c902ae3ef494941a0
REG_FIDDLE(Paint_getTextEncoding, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextPath.cpp b/docs/examples/Paint_getTextPath.cpp
index d03146b..6aad0dc 100644
--- a/docs/examples/Paint_getTextPath.cpp
+++ b/docs/examples/Paint_getTextPath.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7c9e6a399f898d68026c1f0865e6f73e
REG_FIDDLE(Paint_getTextPath, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextScaleX.cpp b/docs/examples/Paint_getTextScaleX.cpp
index c8b4d94..4de5a37 100644
--- a/docs/examples/Paint_getTextScaleX.cpp
+++ b/docs/examples/Paint_getTextScaleX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5dc8e58f6910cb8e4de9ed60f888188b
REG_FIDDLE(Paint_getTextScaleX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextSize.cpp b/docs/examples/Paint_getTextSize.cpp
index 9a85a17..384199f 100644
--- a/docs/examples/Paint_getTextSize.cpp
+++ b/docs/examples/Paint_getTextSize.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=983e2a71ba72d4ba8c945420040b8f1c
REG_FIDDLE(Paint_getTextSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextSkewX.cpp b/docs/examples/Paint_getTextSkewX.cpp
index 8e0b72d..a660eed 100644
--- a/docs/examples/Paint_getTextSkewX.cpp
+++ b/docs/examples/Paint_getTextSkewX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=11c10f466dae0d1639dbb9f6a0040218
REG_FIDDLE(Paint_getTextSkewX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTextWidths.cpp b/docs/examples/Paint_getTextWidths.cpp
index 43e3d15..94d10ea 100644
--- a/docs/examples/Paint_getTextWidths.cpp
+++ b/docs/examples/Paint_getTextWidths.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b9e101f49e9c2c28755c5bdcef64dfb
REG_FIDDLE(Paint_getTextWidths, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_getTypeface.cpp b/docs/examples/Paint_getTypeface.cpp
index 6491632..d1decd4 100644
--- a/docs/examples/Paint_getTypeface.cpp
+++ b/docs/examples/Paint_getTypeface.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5ce718e5a184baaac80e7098d7dad67b
REG_FIDDLE(Paint_getTypeface, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isAntiAlias.cpp b/docs/examples/Paint_isAntiAlias.cpp
index 0c9ecd7..64529ba 100644
--- a/docs/examples/Paint_isAntiAlias.cpp
+++ b/docs/examples/Paint_isAntiAlias.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d7d5f4f7da7acd5104a652f490c6f7b8
REG_FIDDLE(Paint_isAntiAlias, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isAutohinted.cpp b/docs/examples/Paint_isAutohinted.cpp
index 682e886..1052393 100644
--- a/docs/examples/Paint_isAutohinted.cpp
+++ b/docs/examples/Paint_isAutohinted.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aa4781afbe3b90e7ef56a287e5b9ce1e
REG_FIDDLE(Paint_isAutohinted, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isDither.cpp b/docs/examples/Paint_isDither.cpp
index 8de4a6c..34ad00c 100644
--- a/docs/examples/Paint_isDither.cpp
+++ b/docs/examples/Paint_isDither.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f4ce93f6c5e7335436a985377fd980c0
REG_FIDDLE(Paint_isDither, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isEmbeddedBitmapText.cpp b/docs/examples/Paint_isEmbeddedBitmapText.cpp
index 9390151..8eaaac9 100644
--- a/docs/examples/Paint_isEmbeddedBitmapText.cpp
+++ b/docs/examples/Paint_isEmbeddedBitmapText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eba10b27b790e87183ae451b3fc5c4b1
REG_FIDDLE(Paint_isEmbeddedBitmapText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isFakeBoldText.cpp b/docs/examples/Paint_isFakeBoldText.cpp
index a851e44..7c59c30 100644
--- a/docs/examples/Paint_isFakeBoldText.cpp
+++ b/docs/examples/Paint_isFakeBoldText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f54d1f85b16073b80b9eef2e1a1d151d
REG_FIDDLE(Paint_isFakeBoldText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isLCDRenderText.cpp b/docs/examples/Paint_isLCDRenderText.cpp
index a139270..be10b55 100644
--- a/docs/examples/Paint_isLCDRenderText.cpp
+++ b/docs/examples/Paint_isLCDRenderText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=68e1fd95dd2fd06a333899d2bd2396b9
REG_FIDDLE(Paint_isLCDRenderText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isLinearText.cpp b/docs/examples/Paint_isLinearText.cpp
index 25c0432..b974167 100644
--- a/docs/examples/Paint_isLinearText.cpp
+++ b/docs/examples/Paint_isLinearText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2890ad644f980637837e6fcb386fb462
REG_FIDDLE(Paint_isLinearText, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_isSubpixelText.cpp b/docs/examples/Paint_isSubpixelText.cpp
index a55546c..9db10bd 100644
--- a/docs/examples/Paint_isSubpixelText.cpp
+++ b/docs/examples/Paint_isSubpixelText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=abe9afc0932e2199324ae6cbb396e67c
REG_FIDDLE(Paint_isSubpixelText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_measureText.cpp b/docs/examples/Paint_measureText.cpp
index 73850d4..148fa62 100644
--- a/docs/examples/Paint_measureText.cpp
+++ b/docs/examples/Paint_measureText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=06084f609184470135a9cd9ebc5af149
REG_FIDDLE(Paint_measureText, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_measureText_2.cpp b/docs/examples/Paint_measureText_2.cpp
index c2b56d6..22b4442 100644
--- a/docs/examples/Paint_measureText_2.cpp
+++ b/docs/examples/Paint_measureText_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f1139a5ddd17fd47c2f45f6e642cac76
REG_FIDDLE(Paint_measureText_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_move_SkPaint.cpp b/docs/examples/Paint_move_SkPaint.cpp
index 556b28c..995892d 100644
--- a/docs/examples/Paint_move_SkPaint.cpp
+++ b/docs/examples/Paint_move_SkPaint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8ed1488a503cd5282b86a51614aa90b1
REG_FIDDLE(Paint_move_SkPaint, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_move_operator.cpp b/docs/examples/Paint_move_operator.cpp
index 4b6894f..a9d8605 100644
--- a/docs/examples/Paint_move_operator.cpp
+++ b/docs/examples/Paint_move_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9fb7459b097d713f5f1fe5675afe14f5
REG_FIDDLE(Paint_move_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_notequal_operator.cpp b/docs/examples/Paint_notequal_operator.cpp
index 73a289a..9a8b817 100644
--- a/docs/examples/Paint_notequal_operator.cpp
+++ b/docs/examples/Paint_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b6c8484b1187f555b435ad5369833be4
REG_FIDDLE(Paint_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_nothingToDraw.cpp b/docs/examples/Paint_nothingToDraw.cpp
index f20f41c..6780fb5 100644
--- a/docs/examples/Paint_nothingToDraw.cpp
+++ b/docs/examples/Paint_nothingToDraw.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2973b05bfbb6b4c29332c8ac4fcf3995
REG_FIDDLE(Paint_nothingToDraw, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refColorFilter.cpp b/docs/examples/Paint_refColorFilter.cpp
index 4e9672c..edf7193 100644
--- a/docs/examples/Paint_refColorFilter.cpp
+++ b/docs/examples/Paint_refColorFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b588c95fa4c86ddbc4b0546762f08297
REG_FIDDLE(Paint_refColorFilter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refDrawLooper.cpp b/docs/examples/Paint_refDrawLooper.cpp
index 71bf029..d162b47 100644
--- a/docs/examples/Paint_refDrawLooper.cpp
+++ b/docs/examples/Paint_refDrawLooper.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2a3782c33f04ed17a725d0e449c6f7c3
REG_FIDDLE(Paint_refDrawLooper, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refImageFilter.cpp b/docs/examples/Paint_refImageFilter.cpp
index c73aec3..b1092c2 100644
--- a/docs/examples/Paint_refImageFilter.cpp
+++ b/docs/examples/Paint_refImageFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13f09088b569251547107d14ae989dc1
REG_FIDDLE(Paint_refImageFilter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refMaskFilter.cpp b/docs/examples/Paint_refMaskFilter.cpp
index 371370b..9c6ef86 100644
--- a/docs/examples/Paint_refMaskFilter.cpp
+++ b/docs/examples/Paint_refMaskFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=084b0dc3cebd78718c651d58f257f799
REG_FIDDLE(Paint_refMaskFilter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refPathEffect.cpp b/docs/examples/Paint_refPathEffect.cpp
index 0f85d93..66ca138 100644
--- a/docs/examples/Paint_refPathEffect.cpp
+++ b/docs/examples/Paint_refPathEffect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f56039b94c702c2704c8c5100e623aca
REG_FIDDLE(Paint_refPathEffect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refShader.cpp b/docs/examples/Paint_refShader.cpp
index e57c295..26c63db 100644
--- a/docs/examples/Paint_refShader.cpp
+++ b/docs/examples/Paint_refShader.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=53da0295972a418cbc9607bbb17feaa8
REG_FIDDLE(Paint_refShader, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_refTypeface.cpp b/docs/examples/Paint_refTypeface.cpp
index 8f114ff..527bcee 100644
--- a/docs/examples/Paint_refTypeface.cpp
+++ b/docs/examples/Paint_refTypeface.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b5aa7e555a0dc31be69db7cadf471a1
REG_FIDDLE(Paint_refTypeface, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_reset.cpp b/docs/examples/Paint_reset.cpp
index c641983..e642f93 100644
--- a/docs/examples/Paint_reset.cpp
+++ b/docs/examples/Paint_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ef269937ade7e7353635121d9a64f9f7
REG_FIDDLE(Paint_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setARGB.cpp b/docs/examples/Paint_setARGB.cpp
index 703f0ff..ce15be1 100644
--- a/docs/examples/Paint_setARGB.cpp
+++ b/docs/examples/Paint_setARGB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cb62e4755789ed32f7120dc55984959d
REG_FIDDLE(Paint_setARGB, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setAlpha.cpp b/docs/examples/Paint_setAlpha.cpp
index fb4782e..432f12a 100644
--- a/docs/examples/Paint_setAlpha.cpp
+++ b/docs/examples/Paint_setAlpha.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6ddc0360512dfb9947e75c17e6a8103d
REG_FIDDLE(Paint_setAlpha, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setAntiAlias.cpp b/docs/examples/Paint_setAntiAlias.cpp
index 3519e7e..6969d15 100644
--- a/docs/examples/Paint_setAntiAlias.cpp
+++ b/docs/examples/Paint_setAntiAlias.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c2ff148374d01cbef845b223e725905c
REG_FIDDLE(Paint_setAntiAlias, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setAutohinted.cpp b/docs/examples/Paint_setAutohinted.cpp
index d55f15d..a29a3e9 100644
--- a/docs/examples/Paint_setAutohinted.cpp
+++ b/docs/examples/Paint_setAutohinted.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4e185306d7de9390fe8445eed0139309
REG_FIDDLE(Paint_setAutohinted, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setBlendMode.cpp b/docs/examples/Paint_setBlendMode.cpp
index dbaebf8..d7b7956 100644
--- a/docs/examples/Paint_setBlendMode.cpp
+++ b/docs/examples/Paint_setBlendMode.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=257c9473db7a2b3a0fb2b9e2431e59a6
REG_FIDDLE(Paint_setBlendMode, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setColor.cpp b/docs/examples/Paint_setColor.cpp
index f0d770a..a90c7c0 100644
--- a/docs/examples/Paint_setColor.cpp
+++ b/docs/examples/Paint_setColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e70f18300bd676a3c056ceb6b62f8df
REG_FIDDLE(Paint_setColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setColor4f.cpp b/docs/examples/Paint_setColor4f.cpp
index 601d3bb..0a32e11 100644
--- a/docs/examples/Paint_setColor4f.cpp
+++ b/docs/examples/Paint_setColor4f.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fa60859e3d03bdc117a05b32e093a8f1
REG_FIDDLE(Paint_setColor4f, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setColorFilter.cpp b/docs/examples/Paint_setColorFilter.cpp
index 71d22d5..57e0edf 100644
--- a/docs/examples/Paint_setColorFilter.cpp
+++ b/docs/examples/Paint_setColorFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c7b786dc9b3501cd0eaba47494b6fa31
REG_FIDDLE(Paint_setColorFilter, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setDither.cpp b/docs/examples/Paint_setDither.cpp
index 093a506..de6d82d 100644
--- a/docs/examples/Paint_setDither.cpp
+++ b/docs/examples/Paint_setDither.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=69b7162e8324d9239dd02dd9ada2bdff
REG_FIDDLE(Paint_setDither, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setDrawLooper.cpp b/docs/examples/Paint_setDrawLooper.cpp
index 612312c..75393bf 100644
--- a/docs/examples/Paint_setDrawLooper.cpp
+++ b/docs/examples/Paint_setDrawLooper.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bf10f838b330f0a3a3266d42ea68a638
REG_FIDDLE(Paint_setDrawLooper, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setEmbeddedBitmapText.cpp b/docs/examples/Paint_setEmbeddedBitmapText.cpp
index 35683b5..a1d5b97 100644
--- a/docs/examples/Paint_setEmbeddedBitmapText.cpp
+++ b/docs/examples/Paint_setEmbeddedBitmapText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=246dffdd93a484ba4ad7ecf71198a5d4
REG_FIDDLE(Paint_setEmbeddedBitmapText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setFakeBoldText.cpp b/docs/examples/Paint_setFakeBoldText.cpp
index 3015573..0f80f4e 100644
--- a/docs/examples/Paint_setFakeBoldText.cpp
+++ b/docs/examples/Paint_setFakeBoldText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=594d47858eb11028cb626515a520910a
REG_FIDDLE(Paint_setFakeBoldText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setFilterQuality.cpp b/docs/examples/Paint_setFilterQuality.cpp
index 0946595..3abeb6f 100644
--- a/docs/examples/Paint_setFilterQuality.cpp
+++ b/docs/examples/Paint_setFilterQuality.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e4288fabf24ee60b645e8bb6ea0afadf
REG_FIDDLE(Paint_setFilterQuality, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setFlags.cpp b/docs/examples/Paint_setFlags.cpp
index db4b227..50afa30 100644
--- a/docs/examples/Paint_setFlags.cpp
+++ b/docs/examples/Paint_setFlags.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=54baed3f6bc4b9c31ba664e27767fdc7
REG_FIDDLE(Paint_setFlags, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setHinting.cpp b/docs/examples/Paint_setHinting.cpp
index 0c8c521..76734a6 100644
--- a/docs/examples/Paint_setHinting.cpp
+++ b/docs/examples/Paint_setHinting.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bb179ec5698ec1398ff18f3657ab73f7
REG_FIDDLE(Paint_setHinting, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setImageFilter.cpp b/docs/examples/Paint_setImageFilter.cpp
index 5d0ce21..0022b8b 100644
--- a/docs/examples/Paint_setImageFilter.cpp
+++ b/docs/examples/Paint_setImageFilter.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6679d6e4ec632715ee03e68391bd7f9a
REG_FIDDLE(Paint_setImageFilter, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setLCDRenderText.cpp b/docs/examples/Paint_setLCDRenderText.cpp
index cbbbacf..2c68961 100644
--- a/docs/examples/Paint_setLCDRenderText.cpp
+++ b/docs/examples/Paint_setLCDRenderText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=50dedf8450159571a3edaf4f0050defe
REG_FIDDLE(Paint_setLCDRenderText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setLinearText.cpp b/docs/examples/Paint_setLinearText.cpp
index 18469fe..675fe7f 100644
--- a/docs/examples/Paint_setLinearText.cpp
+++ b/docs/examples/Paint_setLinearText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c93bb912f3bddfb4d96d3ad70ada552b
REG_FIDDLE(Paint_setLinearText, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setMaskFilter.cpp b/docs/examples/Paint_setMaskFilter.cpp
index a53bf5f..8c4c450 100644
--- a/docs/examples/Paint_setMaskFilter.cpp
+++ b/docs/examples/Paint_setMaskFilter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a993831c40f3e134f809134e3b74e4a6
REG_FIDDLE(Paint_setMaskFilter, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setPathEffect.cpp b/docs/examples/Paint_setPathEffect.cpp
index d3071c1..8c18831 100644
--- a/docs/examples/Paint_setPathEffect.cpp
+++ b/docs/examples/Paint_setPathEffect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=52dd55074ca0b7d520d04e750ca2a0d7
REG_FIDDLE(Paint_setPathEffect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setShader.cpp b/docs/examples/Paint_setShader.cpp
index 0c6f41b..da0d8fb 100644
--- a/docs/examples/Paint_setShader.cpp
+++ b/docs/examples/Paint_setShader.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=77e64d5bae9b1ba037fd99252bb4aa58
REG_FIDDLE(Paint_setShader, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStrokeCap_a.cpp b/docs/examples/Paint_setStrokeCap_a.cpp
index 385d045..89cf420 100644
--- a/docs/examples/Paint_setStrokeCap_a.cpp
+++ b/docs/examples/Paint_setStrokeCap_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=de83fbd848a4625345b4b87a6e55d98a
REG_FIDDLE(Paint_setStrokeCap_a, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStrokeCap_b.cpp b/docs/examples/Paint_setStrokeCap_b.cpp
index 8dd4c53..ccbe7b1 100644
--- a/docs/examples/Paint_setStrokeCap_b.cpp
+++ b/docs/examples/Paint_setStrokeCap_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=917c44b504d3f9308571fd3835d90a0d
REG_FIDDLE(Paint_setStrokeCap_b, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStrokeJoin.cpp b/docs/examples/Paint_setStrokeJoin.cpp
index 151239f..5f1c2d5 100644
--- a/docs/examples/Paint_setStrokeJoin.cpp
+++ b/docs/examples/Paint_setStrokeJoin.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=48d963ad4286eddf680f9c511eb6da91
REG_FIDDLE(Paint_setStrokeJoin, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStrokeMiter.cpp b/docs/examples/Paint_setStrokeMiter.cpp
index 4fed994..a93c955 100644
--- a/docs/examples/Paint_setStrokeMiter.cpp
+++ b/docs/examples/Paint_setStrokeMiter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=700b284dbc97785c6a9c9636088713ad
REG_FIDDLE(Paint_setStrokeMiter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStrokeWidth.cpp b/docs/examples/Paint_setStrokeWidth.cpp
index de99d49..ee908d9 100644
--- a/docs/examples/Paint_setStrokeWidth.cpp
+++ b/docs/examples/Paint_setStrokeWidth.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0c4446c0870b5c7b5a2efe77ff92afb8
REG_FIDDLE(Paint_setStrokeWidth, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setStyle.cpp b/docs/examples/Paint_setStyle.cpp
index 05c24a9..b720aff 100644
--- a/docs/examples/Paint_setStyle.cpp
+++ b/docs/examples/Paint_setStyle.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c7bb6248e4735b8d1a32d02fba40d344
REG_FIDDLE(Paint_setStyle, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setSubpixelText.cpp b/docs/examples/Paint_setSubpixelText.cpp
index 28e324b..ba97405 100644
--- a/docs/examples/Paint_setSubpixelText.cpp
+++ b/docs/examples/Paint_setSubpixelText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a77bbc1a4e3be9a8ab0f842f877c5ee4
REG_FIDDLE(Paint_setSubpixelText, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setTextEncoding.cpp b/docs/examples/Paint_setTextEncoding.cpp
index 0cba688..76ec89b 100644
--- a/docs/examples/Paint_setTextEncoding.cpp
+++ b/docs/examples/Paint_setTextEncoding.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a5d1ba0dbf42afb797ffdb07647b5cb9
REG_FIDDLE(Paint_setTextEncoding, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setTextScaleX.cpp b/docs/examples/Paint_setTextScaleX.cpp
index 41af1f2..b7a4693 100644
--- a/docs/examples/Paint_setTextScaleX.cpp
+++ b/docs/examples/Paint_setTextScaleX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a75bbdb8bb866b125c4c1dd5e967d470
REG_FIDDLE(Paint_setTextScaleX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setTextSize.cpp b/docs/examples/Paint_setTextSize.cpp
index 31fa3ca..2bfaa39 100644
--- a/docs/examples/Paint_setTextSize.cpp
+++ b/docs/examples/Paint_setTextSize.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6510c9e2f57b83c47e67829e7a68d493
REG_FIDDLE(Paint_setTextSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setTextSkewX.cpp b/docs/examples/Paint_setTextSkewX.cpp
index 25e5a0b..db47588 100644
--- a/docs/examples/Paint_setTextSkewX.cpp
+++ b/docs/examples/Paint_setTextSkewX.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6bd705a6e0c5f8ee24f302fe531bfabc
REG_FIDDLE(Paint_setTextSkewX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_setTypeface.cpp b/docs/examples/Paint_setTypeface.cpp
index 70ab45b..c1dfc75 100644
--- a/docs/examples/Paint_setTypeface.cpp
+++ b/docs/examples/Paint_setTypeface.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0e6fbb7773cd925b274552f4cd1abef2
REG_FIDDLE(Paint_setTypeface, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Paint_textToGlyphs.cpp b/docs/examples/Paint_textToGlyphs.cpp
index ca0bab1..861d9f3 100644
--- a/docs/examples/Paint_textToGlyphs.cpp
+++ b/docs/examples/Paint_textToGlyphs.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d11136d8a74f63009da2a7f550710823
REG_FIDDLE(Paint_textToGlyphs, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_AddPathMode.cpp b/docs/examples/Path_AddPathMode.cpp
index 4ac6c91..8ed8d24 100644
--- a/docs/examples/Path_AddPathMode.cpp
+++ b/docs/examples/Path_AddPathMode.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=801b02e74c64aafdb734f2e5cf3e5ab0
REG_FIDDLE(Path_AddPathMode, 256, 180, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_ArcSize.cpp b/docs/examples/Path_ArcSize.cpp
index 5c70ead..b99a237 100644
--- a/docs/examples/Path_ArcSize.cpp
+++ b/docs/examples/Path_ArcSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8e40c546eecd9cc213200717240898ba
REG_FIDDLE(Path_ArcSize, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_ConvertConicToQuads.cpp b/docs/examples/Path_ConvertConicToQuads.cpp
index 46f6a88..42f27db 100644
--- a/docs/examples/Path_ConvertConicToQuads.cpp
+++ b/docs/examples/Path_ConvertConicToQuads.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3ba94448a4ba48f926e643baeb5b1016
REG_FIDDLE(Path_ConvertConicToQuads, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_ConvertToNonInverseFillType.cpp b/docs/examples/Path_ConvertToNonInverseFillType.cpp
index ef98ee0..12e2d1f 100644
--- a/docs/examples/Path_ConvertToNonInverseFillType.cpp
+++ b/docs/examples/Path_ConvertToNonInverseFillType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=319f6b124458dcc0f9ce4d7bbde65810
REG_FIDDLE(Path_ConvertToNonInverseFillType, 256, 256, true, 0) {
#define nameValue(fill) { SkPath::fill, #fill }
diff --git a/docs/examples/Path_Convexity.cpp b/docs/examples/Path_Convexity.cpp
index 2c7bd7d..08d2367 100644
--- a/docs/examples/Path_Convexity.cpp
+++ b/docs/examples/Path_Convexity.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ac49e8b810bd6ed5d84b4f5a3b40a0ec
REG_FIDDLE(Path_Convexity, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Direction.cpp b/docs/examples/Path_Direction.cpp
index a6ec07d..dab6ba9 100644
--- a/docs/examples/Path_Direction.cpp
+++ b/docs/examples/Path_Direction.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4bbae00b40ed2cfcd0007921ad693a7b
REG_FIDDLE(Path_Direction, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Effect_Methods.cpp b/docs/examples/Path_Effect_Methods.cpp
index ed0b396..3633b52 100644
--- a/docs/examples/Path_Effect_Methods.cpp
+++ b/docs/examples/Path_Effect_Methods.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8cf5684b187d60f09e11c4a48993ea39
REG_FIDDLE(Path_Effect_Methods, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_FillType_a.cpp b/docs/examples/Path_FillType_a.cpp
index 08dadad..5931cab 100644
--- a/docs/examples/Path_FillType_a.cpp
+++ b/docs/examples/Path_FillType_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=71fc6c069c377d808799f2453edabaf5
REG_FIDDLE(Path_FillType_a, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_FillType_b.cpp b/docs/examples/Path_FillType_b.cpp
index f6d64b3..6064fe0 100644
--- a/docs/examples/Path_FillType_b.cpp
+++ b/docs/examples/Path_FillType_b.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d2c33dc791cd165dcc2423226ba5b095
REG_FIDDLE(Path_FillType_b, 256, 230, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_IsCubicDegenerate.cpp b/docs/examples/Path_IsCubicDegenerate.cpp
index 6393337..d924616 100644
--- a/docs/examples/Path_IsCubicDegenerate.cpp
+++ b/docs/examples/Path_IsCubicDegenerate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b97099acdae80b16df0c4241f593991
REG_FIDDLE(Path_IsCubicDegenerate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_IsInverseFillType.cpp b/docs/examples/Path_IsInverseFillType.cpp
index 087baa1..1b2cb10 100644
--- a/docs/examples/Path_IsInverseFillType.cpp
+++ b/docs/examples/Path_IsInverseFillType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1453856a9d0c73e8192bf298c4143563
REG_FIDDLE(Path_IsInverseFillType, 256, 256, true, 0) {
#define nameValue(fill) { SkPath::fill, #fill }
diff --git a/docs/examples/Path_IsLineDegenerate.cpp b/docs/examples/Path_IsLineDegenerate.cpp
index 0591b91..fc9bf70 100644
--- a/docs/examples/Path_IsLineDegenerate.cpp
+++ b/docs/examples/Path_IsLineDegenerate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=97a031f9186ade586928563840ce9116
REG_FIDDLE(Path_IsLineDegenerate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_IsQuadDegenerate.cpp b/docs/examples/Path_IsQuadDegenerate.cpp
index 9f5f070..4a6d42e 100644
--- a/docs/examples/Path_IsQuadDegenerate.cpp
+++ b/docs/examples/Path_IsQuadDegenerate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a2b255a7dac1926cc3a247d318d63c62
REG_FIDDLE(Path_IsQuadDegenerate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter.cpp b/docs/examples/Path_Iter.cpp
index 5eb9d52..2a9ba9d 100644
--- a/docs/examples/Path_Iter.cpp
+++ b/docs/examples/Path_Iter.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2f53df9201769ab7e7c0e164a1334309
REG_FIDDLE(Path_Iter, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_Iter.cpp b/docs/examples/Path_Iter_Iter.cpp
index c21e1a9..bfdeac0 100644
--- a/docs/examples/Path_Iter_Iter.cpp
+++ b/docs/examples/Path_Iter_Iter.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=01648775cb9b354b2f1836dad82a25ab
REG_FIDDLE(Path_Iter_Iter, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_conicWeight.cpp b/docs/examples/Path_Iter_conicWeight.cpp
index 72670d3..7dbb17f 100644
--- a/docs/examples/Path_Iter_conicWeight.cpp
+++ b/docs/examples/Path_Iter_conicWeight.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7cdea37741d50f0594c6244eb07fd175
REG_FIDDLE(Path_Iter_conicWeight, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_const_SkPath.cpp b/docs/examples/Path_Iter_const_SkPath.cpp
index ede39cf..05a0fe6 100644
--- a/docs/examples/Path_Iter_const_SkPath.cpp
+++ b/docs/examples/Path_Iter_const_SkPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13044dbf68885c0f15322c0633b633a3
REG_FIDDLE(Path_Iter_const_SkPath, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_isCloseLine.cpp b/docs/examples/Path_Iter_isCloseLine.cpp
index 6097cf6..c4bba7e 100644
--- a/docs/examples/Path_Iter_isCloseLine.cpp
+++ b/docs/examples/Path_Iter_isCloseLine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7000b501f49341629bfdd9f80e686103
REG_FIDDLE(Path_Iter_isCloseLine, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_isClosedContour.cpp b/docs/examples/Path_Iter_isClosedContour.cpp
index e8706b0..b07b022 100644
--- a/docs/examples/Path_Iter_isClosedContour.cpp
+++ b/docs/examples/Path_Iter_isClosedContour.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b0d48a6e949db1cb545216ae9c3c3c70
REG_FIDDLE(Path_Iter_isClosedContour, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_next.cpp b/docs/examples/Path_Iter_next.cpp
index 48e1c3a..ab1de23 100644
--- a/docs/examples/Path_Iter_next.cpp
+++ b/docs/examples/Path_Iter_next.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=00ae8984856486bdb626d0ed6587855a
REG_FIDDLE(Path_Iter_next, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Iter_setPath.cpp b/docs/examples/Path_Iter_setPath.cpp
index 1db1f3b..b9a24e0 100644
--- a/docs/examples/Path_Iter_setPath.cpp
+++ b/docs/examples/Path_Iter_setPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6c9688008cea8937ad5cc188b38ecf16
REG_FIDDLE(Path_Iter_setPath, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_RawIter_conicWeight.cpp b/docs/examples/Path_RawIter_conicWeight.cpp
index 7d8daea..6c8d0ab 100644
--- a/docs/examples/Path_RawIter_conicWeight.cpp
+++ b/docs/examples/Path_RawIter_conicWeight.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=69f360a0ba8f40c51ef4cd9f972c5893
REG_FIDDLE(Path_RawIter_conicWeight, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_RawIter_next.cpp b/docs/examples/Path_RawIter_next.cpp
index ce7f968..087df59 100644
--- a/docs/examples/Path_RawIter_next.cpp
+++ b/docs/examples/Path_RawIter_next.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=944a80c7ff8c04e1fecc4aec4a47ea60
REG_FIDDLE(Path_RawIter_next, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_RawIter_peek.cpp b/docs/examples/Path_RawIter_peek.cpp
index 57f648a..a089645 100644
--- a/docs/examples/Path_RawIter_peek.cpp
+++ b/docs/examples/Path_RawIter_peek.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb5fa5bea23059ce538e883502f828f5
REG_FIDDLE(Path_RawIter_peek, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_SegmentMask.cpp b/docs/examples/Path_SegmentMask.cpp
index 68f244f..ee470a0 100644
--- a/docs/examples/Path_SegmentMask.cpp
+++ b/docs/examples/Path_SegmentMask.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a61e5758574e28190ec4ed8c4ae7e7fa
REG_FIDDLE(Path_SegmentMask, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_Verb.cpp b/docs/examples/Path_Verb.cpp
index 2af35b5..e2f6b1a 100644
--- a/docs/examples/Path_Verb.cpp
+++ b/docs/examples/Path_Verb.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=799096fdc1298aa815934a74e76570ca
REG_FIDDLE(Path_Verb, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addArc.cpp b/docs/examples/Path_addArc.cpp
index 30801eb..6f1be3a 100644
--- a/docs/examples/Path_addArc.cpp
+++ b/docs/examples/Path_addArc.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9cf5122475624e4cf39f06c698f80b1a
REG_FIDDLE(Path_addArc, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addCircle.cpp b/docs/examples/Path_addCircle.cpp
index 2c92cdf..dbea5b7 100644
--- a/docs/examples/Path_addCircle.cpp
+++ b/docs/examples/Path_addCircle.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bd5286cb9a5e5c32cd980f72b8f400fb
REG_FIDDLE(Path_addCircle, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addOval.cpp b/docs/examples/Path_addOval.cpp
index e1e2ee6..603df27 100644
--- a/docs/examples/Path_addOval.cpp
+++ b/docs/examples/Path_addOval.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cac84cf68e63a453c2a8b64c91537704
REG_FIDDLE(Path_addOval, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addOval_2.cpp b/docs/examples/Path_addOval_2.cpp
index ae9de3f..ba07e54 100644
--- a/docs/examples/Path_addOval_2.cpp
+++ b/docs/examples/Path_addOval_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f1122d6fffddac0167e96fab4b9a862f
REG_FIDDLE(Path_addOval_2, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addPath.cpp b/docs/examples/Path_addPath.cpp
index b9a37f7..1768fb2 100644
--- a/docs/examples/Path_addPath.cpp
+++ b/docs/examples/Path_addPath.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c416bddfe286628974e1c7f0fd66f3f4
REG_FIDDLE(Path_addPath, 256, 180, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addPath_2.cpp b/docs/examples/Path_addPath_2.cpp
index 138764b..e00ff7c 100644
--- a/docs/examples/Path_addPath_2.cpp
+++ b/docs/examples/Path_addPath_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=84b2d1c0fc29f1b35e855b6fc6672f9e
REG_FIDDLE(Path_addPath_2, 256, 80, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addPath_3.cpp b/docs/examples/Path_addPath_3.cpp
index d0ebe97..2fb4761 100644
--- a/docs/examples/Path_addPath_3.cpp
+++ b/docs/examples/Path_addPath_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3a90a91030f7289d5df0671d342dbbad
REG_FIDDLE(Path_addPath_3, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addPoly.cpp b/docs/examples/Path_addPoly.cpp
index a897e28..328f141 100644
--- a/docs/examples/Path_addPoly.cpp
+++ b/docs/examples/Path_addPoly.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=182b3999772f330f3b0b891b492634ae
REG_FIDDLE(Path_addPoly, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addPoly_2.cpp b/docs/examples/Path_addPoly_2.cpp
index 3a23491..a5824e9 100644
--- a/docs/examples/Path_addPoly_2.cpp
+++ b/docs/examples/Path_addPoly_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1a6b69acad5ceafede3c5984ec6634cb
REG_FIDDLE(Path_addPoly_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRRect.cpp b/docs/examples/Path_addRRect.cpp
index eb854dc..ee8fb09 100644
--- a/docs/examples/Path_addRRect.cpp
+++ b/docs/examples/Path_addRRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d9ecd58081b5bc77a157636fcb345dc6
REG_FIDDLE(Path_addRRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRRect_2.cpp b/docs/examples/Path_addRRect_2.cpp
index ff518a8..2f14659 100644
--- a/docs/examples/Path_addRRect_2.cpp
+++ b/docs/examples/Path_addRRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=888edd4c4a91ca62ceb01bce8ab675b2
REG_FIDDLE(Path_addRRect_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRect.cpp b/docs/examples/Path_addRect.cpp
index 7b37848..e51b8ef 100644
--- a/docs/examples/Path_addRect.cpp
+++ b/docs/examples/Path_addRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0f841e4eaebb613b5069800567917c2d
REG_FIDDLE(Path_addRect, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRect_2.cpp b/docs/examples/Path_addRect_2.cpp
index 1a68fb6..39d1044 100644
--- a/docs/examples/Path_addRect_2.cpp
+++ b/docs/examples/Path_addRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9202430b3f4f5275af8eec5cc9d7baa8
REG_FIDDLE(Path_addRect_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRect_3.cpp b/docs/examples/Path_addRect_3.cpp
index 674cd7c..1022328 100644
--- a/docs/examples/Path_addRect_3.cpp
+++ b/docs/examples/Path_addRect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3837827310e8b88b8c2e128ef9fbbd65
REG_FIDDLE(Path_addRect_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRoundRect.cpp b/docs/examples/Path_addRoundRect.cpp
index 7d78cf8..0fd62e8 100644
--- a/docs/examples/Path_addRoundRect.cpp
+++ b/docs/examples/Path_addRoundRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=24736f685f265cf533f1700c042db353
REG_FIDDLE(Path_addRoundRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_addRoundRect_2.cpp b/docs/examples/Path_addRoundRect_2.cpp
index 6dcb54a..4a20735 100644
--- a/docs/examples/Path_addRoundRect_2.cpp
+++ b/docs/examples/Path_addRoundRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c43d70606b4ee464d2befbcf448c5e73
REG_FIDDLE(Path_addRoundRect_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo.cpp b/docs/examples/Path_arcTo.cpp
index c93e81d..bda523b 100644
--- a/docs/examples/Path_arcTo.cpp
+++ b/docs/examples/Path_arcTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5f02890edaa10cb5e1a4243a82b6a382
REG_FIDDLE(Path_arcTo, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo_2_a.cpp b/docs/examples/Path_arcTo_2_a.cpp
index 57163a7..12881b1 100644
--- a/docs/examples/Path_arcTo_2_a.cpp
+++ b/docs/examples/Path_arcTo_2_a.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=386000684073fccabc224d7d6dc81cd9
REG_FIDDLE(Path_arcTo_2_a, 256, 226, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo_2_b.cpp b/docs/examples/Path_arcTo_2_b.cpp
index 145bb17..70cdf60 100644
--- a/docs/examples/Path_arcTo_2_b.cpp
+++ b/docs/examples/Path_arcTo_2_b.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=78f3c65fa900610bb52518989b547095
REG_FIDDLE(Path_arcTo_2_b, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo_2_c.cpp b/docs/examples/Path_arcTo_2_c.cpp
index 2f81a2f..1115646 100644
--- a/docs/examples/Path_arcTo_2_c.cpp
+++ b/docs/examples/Path_arcTo_2_c.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=498360fa0a201cc5db04b1c27256358f
REG_FIDDLE(Path_arcTo_2_c, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo_3.cpp b/docs/examples/Path_arcTo_3.cpp
index 0816c00..d5eda9f 100644
--- a/docs/examples/Path_arcTo_3.cpp
+++ b/docs/examples/Path_arcTo_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0c056264a361579c18e5d02d3172d4d4
REG_FIDDLE(Path_arcTo_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_arcTo_4.cpp b/docs/examples/Path_arcTo_4.cpp
index 043e72a..8de4927 100644
--- a/docs/examples/Path_arcTo_4.cpp
+++ b/docs/examples/Path_arcTo_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b6ea44f659b27918f3a6fa621bf6173
REG_FIDDLE(Path_arcTo_4, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_close.cpp b/docs/examples/Path_close.cpp
index 74681ab..9a72c37 100644
--- a/docs/examples/Path_close.cpp
+++ b/docs/examples/Path_close.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9235f6309271d6420fa5c45dc28664c5
REG_FIDDLE(Path_close, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_computeTightBounds.cpp b/docs/examples/Path_computeTightBounds.cpp
index 4a54c00..4e981ec 100644
--- a/docs/examples/Path_computeTightBounds.cpp
+++ b/docs/examples/Path_computeTightBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9a39c56e95b19a657133b7ad1fe0cf03
REG_FIDDLE(Path_computeTightBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_conicTo.cpp b/docs/examples/Path_conicTo.cpp
index 901d184..26a4b71 100644
--- a/docs/examples/Path_conicTo.cpp
+++ b/docs/examples/Path_conicTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=358d9b6060b528b0923c007420f09c13
REG_FIDDLE(Path_conicTo, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_conicTo_2.cpp b/docs/examples/Path_conicTo_2.cpp
index 4c5f5fb..97d2cbe 100644
--- a/docs/examples/Path_conicTo_2.cpp
+++ b/docs/examples/Path_conicTo_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=22d25e03b19d5bae92118877e462361b
REG_FIDDLE(Path_conicTo_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_conservativelyContainsRect.cpp b/docs/examples/Path_conservativelyContainsRect.cpp
index 549f9ee..3a1fe60 100644
--- a/docs/examples/Path_conservativelyContainsRect.cpp
+++ b/docs/examples/Path_conservativelyContainsRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=41638d13e40fa449ece354dde5fb1941
REG_FIDDLE(Path_conservativelyContainsRect, 256, 140, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_contains.cpp b/docs/examples/Path_contains.cpp
index 6ef4673..8cf7c97 100644
--- a/docs/examples/Path_contains.cpp
+++ b/docs/examples/Path_contains.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c0216b3f7ebd80b9589ae5728f08fc80
REG_FIDDLE(Path_contains, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_copy_const_SkPath.cpp b/docs/examples/Path_copy_const_SkPath.cpp
index 5442aee..25d3da1 100644
--- a/docs/examples/Path_copy_const_SkPath.cpp
+++ b/docs/examples/Path_copy_const_SkPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=647312aacd946c8a6eabaca797140432
REG_FIDDLE(Path_copy_const_SkPath, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_copy_operator.cpp b/docs/examples/Path_copy_operator.cpp
index e17c609..198b87d 100644
--- a/docs/examples/Path_copy_operator.cpp
+++ b/docs/examples/Path_copy_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bba288f5f77fc8e37e89d2ec08e0ac60
REG_FIDDLE(Path_copy_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_countPoints.cpp b/docs/examples/Path_countPoints.cpp
index 2f792c5..f8ccdcd 100644
--- a/docs/examples/Path_countPoints.cpp
+++ b/docs/examples/Path_countPoints.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bca6379ccef62cb081b10db7381deb27
REG_FIDDLE(Path_countPoints, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_countVerbs.cpp b/docs/examples/Path_countVerbs.cpp
index 67af271..d43618a 100644
--- a/docs/examples/Path_countVerbs.cpp
+++ b/docs/examples/Path_countVerbs.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=af0c66aea3ef81b709664c7007f48aae
REG_FIDDLE(Path_countVerbs, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_cubicTo.cpp b/docs/examples/Path_cubicTo.cpp
index 1ac2569..799520d 100644
--- a/docs/examples/Path_cubicTo.cpp
+++ b/docs/examples/Path_cubicTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3e476378e3e0550ab134bbaf61112d98
REG_FIDDLE(Path_cubicTo, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_cubicTo_2.cpp b/docs/examples/Path_cubicTo_2.cpp
index 3ea9538..3a42615 100644
--- a/docs/examples/Path_cubicTo_2.cpp
+++ b/docs/examples/Path_cubicTo_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d38aaf12c6ff5b8d901a2201bcee5476
REG_FIDDLE(Path_cubicTo_2, 256, 84, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_destructor.cpp b/docs/examples/Path_destructor.cpp
index 5209407..4992a56 100644
--- a/docs/examples/Path_destructor.cpp
+++ b/docs/examples/Path_destructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=01ad6be9b7d15a2217daea273eb3d466
REG_FIDDLE(Path_destructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_dump.cpp b/docs/examples/Path_dump.cpp
index 1f12b4d..041f87d 100644
--- a/docs/examples/Path_dump.cpp
+++ b/docs/examples/Path_dump.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8036d764452a62f9953af50846f0f3c0
REG_FIDDLE(Path_dump, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_dumpHex.cpp b/docs/examples/Path_dumpHex.cpp
index 12d0f6a..2578ab5 100644
--- a/docs/examples/Path_dumpHex.cpp
+++ b/docs/examples/Path_dumpHex.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=72a92fe058e8b3be6c8a30fad7fd1266
REG_FIDDLE(Path_dumpHex, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_dump_2.cpp b/docs/examples/Path_dump_2.cpp
index c81618f..37defe2 100644
--- a/docs/examples/Path_dump_2.cpp
+++ b/docs/examples/Path_dump_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=92e0032f85181795d1f8b5a2c8e4e4b7
REG_FIDDLE(Path_dump_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_empty_constructor.cpp b/docs/examples/Path_empty_constructor.cpp
index 47a6a93..934945b 100644
--- a/docs/examples/Path_empty_constructor.cpp
+++ b/docs/examples/Path_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0a0026fca638d1cd75c0ab884e3ee1c6
REG_FIDDLE(Path_empty_constructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_equal_operator.cpp b/docs/examples/Path_equal_operator.cpp
index b7e59ee..89fc26f 100644
--- a/docs/examples/Path_equal_operator.cpp
+++ b/docs/examples/Path_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=31883f51bb357f2ac5990d88f8b82e02
REG_FIDDLE(Path_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getBounds.cpp b/docs/examples/Path_getBounds.cpp
index 98eb8e2..2fabab1 100644
--- a/docs/examples/Path_getBounds.cpp
+++ b/docs/examples/Path_getBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=45c0fc3acb74fab99d544b80eadd10ad
REG_FIDDLE(Path_getBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getConvexity.cpp b/docs/examples/Path_getConvexity.cpp
index b67337b..ef09116 100644
--- a/docs/examples/Path_getConvexity.cpp
+++ b/docs/examples/Path_getConvexity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a8f36f2fa90003e3691fd0da0bb0c243
REG_FIDDLE(Path_getConvexity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getConvexityOrUnknown.cpp b/docs/examples/Path_getConvexityOrUnknown.cpp
index 52bdb0c..b03c8b4 100644
--- a/docs/examples/Path_getConvexityOrUnknown.cpp
+++ b/docs/examples/Path_getConvexityOrUnknown.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=111c59e9afadb940ab8f41bdc25378a4
REG_FIDDLE(Path_getConvexityOrUnknown, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getFillType.cpp b/docs/examples/Path_getFillType.cpp
index 54d3c30..6ac58d1 100644
--- a/docs/examples/Path_getFillType.cpp
+++ b/docs/examples/Path_getFillType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=019af90e778914e8a109d6305ede4fc4
REG_FIDDLE(Path_getFillType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getGenerationID.cpp b/docs/examples/Path_getGenerationID.cpp
index a7b2d05..91ed8bd 100644
--- a/docs/examples/Path_getGenerationID.cpp
+++ b/docs/examples/Path_getGenerationID.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a0f166715d6479f91258d854e63e586d
REG_FIDDLE(Path_getGenerationID, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getLastPt.cpp b/docs/examples/Path_getLastPt.cpp
index 7ed4ce1..3a42467 100644
--- a/docs/examples/Path_getLastPt.cpp
+++ b/docs/examples/Path_getLastPt.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=df8160dd7ac8aa4b40fce7286fe49952
REG_FIDDLE(Path_getLastPt, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getPoint.cpp b/docs/examples/Path_getPoint.cpp
index 8a39cc1..d2ebe02 100644
--- a/docs/examples/Path_getPoint.cpp
+++ b/docs/examples/Path_getPoint.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=42885f1df13de109adccc5d531f62111
REG_FIDDLE(Path_getPoint, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getPoints.cpp b/docs/examples/Path_getPoints.cpp
index 74d51a2..03b660c 100644
--- a/docs/examples/Path_getPoints.cpp
+++ b/docs/examples/Path_getPoints.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9bc86efda08cbcd9c6f7c5f220294a24
REG_FIDDLE(Path_getPoints, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getSegmentMasks.cpp b/docs/examples/Path_getSegmentMasks.cpp
index 4751235..ad734b4 100644
--- a/docs/examples/Path_getSegmentMasks.cpp
+++ b/docs/examples/Path_getSegmentMasks.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=657a3f3e11acafea92b84d6bb0c13633
REG_FIDDLE(Path_getSegmentMasks, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_getVerbs.cpp b/docs/examples/Path_getVerbs.cpp
index 3e3f9a5..c38876e 100644
--- a/docs/examples/Path_getVerbs.cpp
+++ b/docs/examples/Path_getVerbs.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2ec66880966a6133ddd9331ce7323438
REG_FIDDLE(Path_getVerbs, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_incReserve.cpp b/docs/examples/Path_incReserve.cpp
index 483cb7c..ee30829 100644
--- a/docs/examples/Path_incReserve.cpp
+++ b/docs/examples/Path_incReserve.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f2260f2a170a54aef5bafe5b91c121b3
REG_FIDDLE(Path_incReserve, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_interpolate.cpp b/docs/examples/Path_interpolate.cpp
index a210601..10ba277 100644
--- a/docs/examples/Path_interpolate.cpp
+++ b/docs/examples/Path_interpolate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=404f11c5c9c9ca8a64822d484552a473
REG_FIDDLE(Path_interpolate, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isConvex.cpp b/docs/examples/Path_isConvex.cpp
index 19d7ee1..54bc96e 100644
--- a/docs/examples/Path_isConvex.cpp
+++ b/docs/examples/Path_isConvex.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d8be8b6e59de244e4cbf58ec9554557b
REG_FIDDLE(Path_isConvex, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isEmpty.cpp b/docs/examples/Path_isEmpty.cpp
index e965c0b..c68bf72 100644
--- a/docs/examples/Path_isEmpty.cpp
+++ b/docs/examples/Path_isEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0b34e6d55d11586744adeb889d2a12f4
REG_FIDDLE(Path_isEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isFinite.cpp b/docs/examples/Path_isFinite.cpp
index 2fe07b1..1816fbc 100644
--- a/docs/examples/Path_isFinite.cpp
+++ b/docs/examples/Path_isFinite.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd4e4dd2aaa8039b2430729c6b3af817
REG_FIDDLE(Path_isFinite, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isInterpolatable.cpp b/docs/examples/Path_isInterpolatable.cpp
index 9e72687..8972e53 100644
--- a/docs/examples/Path_isInterpolatable.cpp
+++ b/docs/examples/Path_isInterpolatable.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c81fc7dfaf785c3fb77209c7f2ebe5b8
REG_FIDDLE(Path_isInterpolatable, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isInverseFillType_2.cpp b/docs/examples/Path_isInverseFillType_2.cpp
index ce6af38..9ed2481 100644
--- a/docs/examples/Path_isInverseFillType_2.cpp
+++ b/docs/examples/Path_isInverseFillType_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2a2d39f5da611545caa18bbcea873ab2
REG_FIDDLE(Path_isInverseFillType_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isLastContourClosed.cpp b/docs/examples/Path_isLastContourClosed.cpp
index 7692daa..50f1853 100644
--- a/docs/examples/Path_isLastContourClosed.cpp
+++ b/docs/examples/Path_isLastContourClosed.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=03b740ab94b9017800a52e30b5e7fee7
REG_FIDDLE(Path_isLastContourClosed, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isLine.cpp b/docs/examples/Path_isLine.cpp
index 00e4fa1..38d1a7e 100644
--- a/docs/examples/Path_isLine.cpp
+++ b/docs/examples/Path_isLine.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1ad07d56e4258e041606d50cad969392
REG_FIDDLE(Path_isLine, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isNestedFillRects.cpp b/docs/examples/Path_isNestedFillRects.cpp
index c7cc163..e80edeb 100644
--- a/docs/examples/Path_isNestedFillRects.cpp
+++ b/docs/examples/Path_isNestedFillRects.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=77e4394caf9fa083c19c21c2462efe14
REG_FIDDLE(Path_isNestedFillRects, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isOval.cpp b/docs/examples/Path_isOval.cpp
index 1beeaa4..e203794 100644
--- a/docs/examples/Path_isOval.cpp
+++ b/docs/examples/Path_isOval.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a51256952b183ee0f7004f2c87cbbf5b
REG_FIDDLE(Path_isOval, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isRRect.cpp b/docs/examples/Path_isRRect.cpp
index dca8763..ecf9e0d 100644
--- a/docs/examples/Path_isRRect.cpp
+++ b/docs/examples/Path_isRRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2aa939b90d96aff436b145a96305132c
REG_FIDDLE(Path_isRRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isRect.cpp b/docs/examples/Path_isRect.cpp
index 3e954fa..9d9a621 100644
--- a/docs/examples/Path_isRect.cpp
+++ b/docs/examples/Path_isRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=81a2aac1b8f0ff3d4c8d35ccb9149b16
REG_FIDDLE(Path_isRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_isVolatile.cpp b/docs/examples/Path_isVolatile.cpp
index e1aedbb..7ab41bf 100644
--- a/docs/examples/Path_isVolatile.cpp
+++ b/docs/examples/Path_isVolatile.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c722ebe8ac991d77757799ce29e509e1
REG_FIDDLE(Path_isVolatile, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_lineTo.cpp b/docs/examples/Path_lineTo.cpp
index 2a39a5d..657f055 100644
--- a/docs/examples/Path_lineTo.cpp
+++ b/docs/examples/Path_lineTo.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e311cdd451edacec33b50cc22a4dd5dc
REG_FIDDLE(Path_lineTo, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_lineTo_2.cpp b/docs/examples/Path_lineTo_2.cpp
index 4df672b..0534d5a 100644
--- a/docs/examples/Path_lineTo_2.cpp
+++ b/docs/examples/Path_lineTo_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=41001546a7f7927d08e5a818bcc304f5
REG_FIDDLE(Path_lineTo_2, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_moveTo.cpp b/docs/examples/Path_moveTo.cpp
index 28ad8b6..277a85a 100644
--- a/docs/examples/Path_moveTo.cpp
+++ b/docs/examples/Path_moveTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=84101d341e934a535a41ad6cf42218ce
REG_FIDDLE(Path_moveTo, 140, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_moveTo_2.cpp b/docs/examples/Path_moveTo_2.cpp
index 4684ffd..8843225 100644
--- a/docs/examples/Path_moveTo_2.cpp
+++ b/docs/examples/Path_moveTo_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cb8d37990f6e7df3bcc85e7240c81274
REG_FIDDLE(Path_moveTo_2, 128, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_notequal_operator.cpp b/docs/examples/Path_notequal_operator.cpp
index f0d5c78..dfba8c2 100644
--- a/docs/examples/Path_notequal_operator.cpp
+++ b/docs/examples/Path_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bbbda1cc818d96c9c0d2a06c0c48902b
REG_FIDDLE(Path_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_offset.cpp b/docs/examples/Path_offset.cpp
index 26ae4c2..4315495 100644
--- a/docs/examples/Path_offset.cpp
+++ b/docs/examples/Path_offset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1d1892196ba5bda257df4f3351abd084
REG_FIDDLE(Path_offset, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_offset_2.cpp b/docs/examples/Path_offset_2.cpp
index 6966ed4..f15f7a7 100644
--- a/docs/examples/Path_offset_2.cpp
+++ b/docs/examples/Path_offset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5188d77585715db30bef228f2dfbcccd
REG_FIDDLE(Path_offset_2, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_quadTo.cpp b/docs/examples/Path_quadTo.cpp
index 2731218..4973f68 100644
--- a/docs/examples/Path_quadTo.cpp
+++ b/docs/examples/Path_quadTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=60ee3eb747474f5781b0f0dd3a17a866
REG_FIDDLE(Path_quadTo, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_quadTo_2.cpp b/docs/examples/Path_quadTo_2.cpp
index 5ae718c..de14f47 100644
--- a/docs/examples/Path_quadTo_2.cpp
+++ b/docs/examples/Path_quadTo_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=82621c4df8da1e589d9e627494067826
REG_FIDDLE(Path_quadTo_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rArcTo.cpp b/docs/examples/Path_rArcTo.cpp
index 89fe283..8244674 100644
--- a/docs/examples/Path_rArcTo.cpp
+++ b/docs/examples/Path_rArcTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3f76a1007416181a4848c1a87fc81dbd
REG_FIDDLE(Path_rArcTo, 256, 108, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rConicTo.cpp b/docs/examples/Path_rConicTo.cpp
index e1a36a5..e3ebb35 100644
--- a/docs/examples/Path_rConicTo.cpp
+++ b/docs/examples/Path_rConicTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3d52763e7c0e20c0b1d484a0afa622d2
REG_FIDDLE(Path_rConicTo, 256, 140, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rCubicTo.cpp b/docs/examples/Path_rCubicTo.cpp
index ae095e9..73b00b3 100644
--- a/docs/examples/Path_rCubicTo.cpp
+++ b/docs/examples/Path_rCubicTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=19f0cfc7eeba8937fe19446ec0b5f932
REG_FIDDLE(Path_rCubicTo, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rLineTo.cpp b/docs/examples/Path_rLineTo.cpp
index 2e093fe..b882b20 100644
--- a/docs/examples/Path_rLineTo.cpp
+++ b/docs/examples/Path_rLineTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e0be0766b8ca320da51640326e608b3
REG_FIDDLE(Path_rLineTo, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rMoveTo.cpp b/docs/examples/Path_rMoveTo.cpp
index c8a739e..fd4e06d 100644
--- a/docs/examples/Path_rMoveTo.cpp
+++ b/docs/examples/Path_rMoveTo.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=63e32dec4b2d8440b427f368bf8313a4
REG_FIDDLE(Path_rMoveTo, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rQuadTo.cpp b/docs/examples/Path_rQuadTo.cpp
index f686481..ca73062 100644
--- a/docs/examples/Path_rQuadTo.cpp
+++ b/docs/examples/Path_rQuadTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1c1f4cdef1c572c9aa8fdf3e461191d0
REG_FIDDLE(Path_rQuadTo, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_readFromMemory.cpp b/docs/examples/Path_readFromMemory.cpp
index 40e6a38..f576a48 100644
--- a/docs/examples/Path_readFromMemory.cpp
+++ b/docs/examples/Path_readFromMemory.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9c6edd836c573a0fd232d2b8aa11a678
REG_FIDDLE(Path_readFromMemory, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_reset.cpp b/docs/examples/Path_reset.cpp
index 75a3c97..8448db1 100644
--- a/docs/examples/Path_reset.cpp
+++ b/docs/examples/Path_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8cdca35d2964bbbecb93d79a13f71c65
REG_FIDDLE(Path_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_reverseAddPath.cpp b/docs/examples/Path_reverseAddPath.cpp
index 39ec719..34e3e8c 100644
--- a/docs/examples/Path_reverseAddPath.cpp
+++ b/docs/examples/Path_reverseAddPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5e8513f073db09acde3ff616f6426e3d
REG_FIDDLE(Path_reverseAddPath, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_rewind.cpp b/docs/examples/Path_rewind.cpp
index 9990765..6776191 100644
--- a/docs/examples/Path_rewind.cpp
+++ b/docs/examples/Path_rewind.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f1fedbb89da9c2a33a91805175663012
REG_FIDDLE(Path_rewind, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_serialize.cpp b/docs/examples/Path_serialize.cpp
index f185c2f..205ec31 100644
--- a/docs/examples/Path_serialize.cpp
+++ b/docs/examples/Path_serialize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2c6aff73608cd198659db6d1eeaaae4f
REG_FIDDLE(Path_serialize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_setConvexity.cpp b/docs/examples/Path_setConvexity.cpp
index b45a8cd..16e5c9f 100644
--- a/docs/examples/Path_setConvexity.cpp
+++ b/docs/examples/Path_setConvexity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=875e32b4b1cb48d739325705fc0fa42c
REG_FIDDLE(Path_setConvexity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_setFillType.cpp b/docs/examples/Path_setFillType.cpp
index 778921c..0bed8a8 100644
--- a/docs/examples/Path_setFillType.cpp
+++ b/docs/examples/Path_setFillType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b4a91cd7f50b2a0a0d1bec6d0ac823d2
REG_FIDDLE(Path_setFillType, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_setIsVolatile.cpp b/docs/examples/Path_setIsVolatile.cpp
index 5d02a02..44fd3c3 100644
--- a/docs/examples/Path_setIsVolatile.cpp
+++ b/docs/examples/Path_setIsVolatile.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2049ff5141f0c80aac497618622b28af
REG_FIDDLE(Path_setIsVolatile, 50, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_setLastPt.cpp b/docs/examples/Path_setLastPt.cpp
index 726e704..3570fc1 100644
--- a/docs/examples/Path_setLastPt.cpp
+++ b/docs/examples/Path_setLastPt.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=542c5afaea5f57baa11d0561dd402e18
REG_FIDDLE(Path_setLastPt, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_setLastPt_2.cpp b/docs/examples/Path_setLastPt_2.cpp
index d95e74d..00a97d4 100644
--- a/docs/examples/Path_setLastPt_2.cpp
+++ b/docs/examples/Path_setLastPt_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6fa5e8f9513b3225e106778592e27e94
REG_FIDDLE(Path_setLastPt_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_swap.cpp b/docs/examples/Path_swap.cpp
index 4c111a7..3de8810 100644
--- a/docs/examples/Path_swap.cpp
+++ b/docs/examples/Path_swap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4c5ebee2b5039e5faefa07ae63a15467
REG_FIDDLE(Path_swap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_toggleInverseFillType.cpp b/docs/examples/Path_toggleInverseFillType.cpp
index 2b747e7..bce6afe 100644
--- a/docs/examples/Path_toggleInverseFillType.cpp
+++ b/docs/examples/Path_toggleInverseFillType.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=400facce23d417bc5043c5f58404afbd
REG_FIDDLE(Path_toggleInverseFillType, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_transform.cpp b/docs/examples/Path_transform.cpp
index 1cc5fd3..09f34e8 100644
--- a/docs/examples/Path_transform.cpp
+++ b/docs/examples/Path_transform.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=99761add116ce3b0730557224c1b0105
REG_FIDDLE(Path_transform, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_transform_2.cpp b/docs/examples/Path_transform_2.cpp
index b60ecb5..82c0485 100644
--- a/docs/examples/Path_transform_2.cpp
+++ b/docs/examples/Path_transform_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c40979a3b92a30cfb7bae36abcc1d805
REG_FIDDLE(Path_transform_2, 256, 200, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_updateBoundsCache.cpp b/docs/examples/Path_updateBoundsCache.cpp
index 9ee6e90..38a7d54 100644
--- a/docs/examples/Path_updateBoundsCache.cpp
+++ b/docs/examples/Path_updateBoundsCache.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bb761cd858e6d0ca05627262cd22ff5e
REG_FIDDLE(Path_updateBoundsCache, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Path_writeToMemory.cpp b/docs/examples/Path_writeToMemory.cpp
index 7b0bc87..d35e011 100644
--- a/docs/examples/Path_writeToMemory.cpp
+++ b/docs/examples/Path_writeToMemory.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e5f16eda6a1c2d759556285f72598445
REG_FIDDLE(Path_writeToMemory, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_008.cpp b/docs/examples/Picture_008.cpp
index 822e7f8..69a6d75 100644
--- a/docs/examples/Picture_008.cpp
+++ b/docs/examples/Picture_008.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=30b9f1b310187db6aff720a5d67591e2
REG_FIDDLE(Picture_008, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_AbortCallback_abort.cpp b/docs/examples/Picture_AbortCallback_abort.cpp
index d43383b..9eef9f1 100644
--- a/docs/examples/Picture_AbortCallback_abort.cpp
+++ b/docs/examples/Picture_AbortCallback_abort.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=56ed920dadbf2b2967ac45fb5a9bded6
REG_FIDDLE(Picture_AbortCallback_abort, 256, 256, false, 0) {
class JustOneDraw : public SkPicture::AbortCallback {
diff --git a/docs/examples/Picture_MakeFromData.cpp b/docs/examples/Picture_MakeFromData.cpp
index 8eb53e8..92041e8 100644
--- a/docs/examples/Picture_MakeFromData.cpp
+++ b/docs/examples/Picture_MakeFromData.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=58b44bf47d8816782066618700afdecb
REG_FIDDLE(Picture_MakeFromData, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_MakeFromStream.cpp b/docs/examples/Picture_MakeFromStream.cpp
index 0308e0f..5508809 100644
--- a/docs/examples/Picture_MakeFromStream.cpp
+++ b/docs/examples/Picture_MakeFromStream.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=404fb42560a289c2004cad1caf3b96de
REG_FIDDLE(Picture_MakeFromStream, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_MakePlaceholder.cpp b/docs/examples/Picture_MakePlaceholder.cpp
index 8247af5..ac4d93d 100644
--- a/docs/examples/Picture_MakePlaceholder.cpp
+++ b/docs/examples/Picture_MakePlaceholder.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0d2cbf82f490ffb180e0b4531afa232c
REG_FIDDLE(Picture_MakePlaceholder, 256, 256, false, 0) {
class MyCanvas : public SkCanvas {
diff --git a/docs/examples/Picture_approximateBytesUsed.cpp b/docs/examples/Picture_approximateBytesUsed.cpp
index a54d2cd..9d53a85 100644
--- a/docs/examples/Picture_approximateBytesUsed.cpp
+++ b/docs/examples/Picture_approximateBytesUsed.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ececbda21218bd732394a305dba393a2
REG_FIDDLE(Picture_approximateBytesUsed, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_approximateOpCount.cpp b/docs/examples/Picture_approximateOpCount.cpp
index 10ad4dd..147087e 100644
--- a/docs/examples/Picture_approximateOpCount.cpp
+++ b/docs/examples/Picture_approximateOpCount.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4b3d879118ef770d1f11a23c6493b2c4
REG_FIDDLE(Picture_approximateOpCount, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_cullRect.cpp b/docs/examples/Picture_cullRect.cpp
index d56b55d..8658e0f 100644
--- a/docs/examples/Picture_cullRect.cpp
+++ b/docs/examples/Picture_cullRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=15bb9a9596b40c5e2045f76e8c1dcf8e
REG_FIDDLE(Picture_cullRect, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_playback.cpp b/docs/examples/Picture_playback.cpp
index 028b231..37b429a 100644
--- a/docs/examples/Picture_playback.cpp
+++ b/docs/examples/Picture_playback.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b0ffb03ba05f526b345dc65a1c73fe4
REG_FIDDLE(Picture_playback, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_serialize.cpp b/docs/examples/Picture_serialize.cpp
index 128ebcf..1875ba6 100644
--- a/docs/examples/Picture_serialize.cpp
+++ b/docs/examples/Picture_serialize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dacdebe1355c884ebd3c2ea038cc7a20
REG_FIDDLE(Picture_serialize, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_serialize_2.cpp b/docs/examples/Picture_serialize_2.cpp
index 829c19d..f78b130 100644
--- a/docs/examples/Picture_serialize_2.cpp
+++ b/docs/examples/Picture_serialize_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=30b9f1b310187db6aff720a5d67591e2
REG_FIDDLE(Picture_serialize_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Picture_uniqueID.cpp b/docs/examples/Picture_uniqueID.cpp
index e69a311..b85d95f 100644
--- a/docs/examples/Picture_uniqueID.cpp
+++ b/docs/examples/Picture_uniqueID.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8e4257245c988c600410fe4fd7293f07
REG_FIDDLE(Picture_uniqueID, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr.cpp b/docs/examples/Pixmap_addr.cpp
index 9c58513..171c5fb 100644
--- a/docs/examples/Pixmap_addr.cpp
+++ b/docs/examples/Pixmap_addr.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=17bcabaaee2dbb7beba562e9ca50b55e
REG_FIDDLE(Pixmap_addr, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr16.cpp b/docs/examples/Pixmap_addr16.cpp
index 954ac8a..db0a5e8 100644
--- a/docs/examples/Pixmap_addr16.cpp
+++ b/docs/examples/Pixmap_addr16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b16012d265c954c6de13f3fc960da52
REG_FIDDLE(Pixmap_addr16, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr16_2.cpp b/docs/examples/Pixmap_addr16_2.cpp
index 8ea4730..3c6caee 100644
--- a/docs/examples/Pixmap_addr16_2.cpp
+++ b/docs/examples/Pixmap_addr16_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2c0c88a546d4ef093ab63ff72dac00b9
REG_FIDDLE(Pixmap_addr16_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr32.cpp b/docs/examples/Pixmap_addr32.cpp
index 837fa48..85122ba 100644
--- a/docs/examples/Pixmap_addr32.cpp
+++ b/docs/examples/Pixmap_addr32.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6b90c7ae9f254fe4ea9ef638f893a3e6
REG_FIDDLE(Pixmap_addr32, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr32_2.cpp b/docs/examples/Pixmap_addr32_2.cpp
index 53cec5d..45189f2 100644
--- a/docs/examples/Pixmap_addr32_2.cpp
+++ b/docs/examples/Pixmap_addr32_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=12f8b5ce9fb25604f33df336677f5d62
REG_FIDDLE(Pixmap_addr32_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr64.cpp b/docs/examples/Pixmap_addr64.cpp
index 702c755..7a1cb23 100644
--- a/docs/examples/Pixmap_addr64.cpp
+++ b/docs/examples/Pixmap_addr64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0d17085a4698a8a2e2235fad9041b4b4
REG_FIDDLE(Pixmap_addr64, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr64_2.cpp b/docs/examples/Pixmap_addr64_2.cpp
index dee9270..bbab42e 100644
--- a/docs/examples/Pixmap_addr64_2.cpp
+++ b/docs/examples/Pixmap_addr64_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5449f65fd7673273b0b57807fd3117ff
REG_FIDDLE(Pixmap_addr64_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr8.cpp b/docs/examples/Pixmap_addr8.cpp
index 9fd3ea9..3ce4121 100644
--- a/docs/examples/Pixmap_addr8.cpp
+++ b/docs/examples/Pixmap_addr8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9adda80b2dd1b08ec5ccf66da7c8bd91
REG_FIDDLE(Pixmap_addr8, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr8_2.cpp b/docs/examples/Pixmap_addr8_2.cpp
index a07dac4..0ad7e20 100644
--- a/docs/examples/Pixmap_addr8_2.cpp
+++ b/docs/examples/Pixmap_addr8_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5b986272268ef2c52045c1856f8b6107
REG_FIDDLE(Pixmap_addr8_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addrF16.cpp b/docs/examples/Pixmap_addrF16.cpp
index 713b5a3..3e03882 100644
--- a/docs/examples/Pixmap_addrF16.cpp
+++ b/docs/examples/Pixmap_addrF16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=54e8525a592f05623c33b375aebc90c1
REG_FIDDLE(Pixmap_addrF16, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addrF16_2.cpp b/docs/examples/Pixmap_addrF16_2.cpp
index 65119a7..f298edf 100644
--- a/docs/examples/Pixmap_addrF16_2.cpp
+++ b/docs/examples/Pixmap_addrF16_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f6076cad455bc80af5d06eb121d3b6f2
REG_FIDDLE(Pixmap_addrF16_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_addr_2.cpp b/docs/examples/Pixmap_addr_2.cpp
index f3a8494..b8f2905 100644
--- a/docs/examples/Pixmap_addr_2.cpp
+++ b/docs/examples/Pixmap_addr_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e6e29e860eafed77308c973400cc84d
REG_FIDDLE(Pixmap_addr_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_alphaType.cpp b/docs/examples/Pixmap_alphaType.cpp
index d506d97..b7d03f1 100644
--- a/docs/examples/Pixmap_alphaType.cpp
+++ b/docs/examples/Pixmap_alphaType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=070b1a60232be499eb10c6ea62371804
REG_FIDDLE(Pixmap_alphaType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_bounds.cpp b/docs/examples/Pixmap_bounds.cpp
index 9d0bb5b..c8b8762 100644
--- a/docs/examples/Pixmap_bounds.cpp
+++ b/docs/examples/Pixmap_bounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=79750fb1d898a4e5c8c828b7bc9acec5
REG_FIDDLE(Pixmap_bounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_colorSpace.cpp b/docs/examples/Pixmap_colorSpace.cpp
index a1b3fbf..faf102d 100644
--- a/docs/examples/Pixmap_colorSpace.cpp
+++ b/docs/examples/Pixmap_colorSpace.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3421bb20a302d563832ba7bb45e0cc58
REG_FIDDLE(Pixmap_colorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_colorType.cpp b/docs/examples/Pixmap_colorType.cpp
index 3aca89a..7e6deb3 100644
--- a/docs/examples/Pixmap_colorType.cpp
+++ b/docs/examples/Pixmap_colorType.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0ab5c7af272685f2ce177cc79e6b9457
REG_FIDDLE(Pixmap_colorType, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_computeByteSize.cpp b/docs/examples/Pixmap_computeByteSize.cpp
index 447fabb..eb0e5f9 100644
--- a/docs/examples/Pixmap_computeByteSize.cpp
+++ b/docs/examples/Pixmap_computeByteSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=410d14ddc45d272598c5a4e52bb047de
REG_FIDDLE(Pixmap_computeByteSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_computeIsOpaque.cpp b/docs/examples/Pixmap_computeIsOpaque.cpp
index 7eb76be..40ce549 100644
--- a/docs/examples/Pixmap_computeIsOpaque.cpp
+++ b/docs/examples/Pixmap_computeIsOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6ef37d5be03d0bfaec992dbb5a94c66f
REG_FIDDLE(Pixmap_computeIsOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_const_SkImageInfo_const_star.cpp b/docs/examples/Pixmap_const_SkImageInfo_const_star.cpp
index b742c72..fe3f277 100644
--- a/docs/examples/Pixmap_const_SkImageInfo_const_star.cpp
+++ b/docs/examples/Pixmap_const_SkImageInfo_const_star.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9a00774be57d7308313b3a9073e6e696
REG_FIDDLE(Pixmap_const_SkImageInfo_const_star, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_empty_constructor.cpp b/docs/examples/Pixmap_empty_constructor.cpp
index 146f312..201e77a 100644
--- a/docs/examples/Pixmap_empty_constructor.cpp
+++ b/docs/examples/Pixmap_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9547e74a9d37553a667b913ffd1312dd
REG_FIDDLE(Pixmap_empty_constructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_erase.cpp b/docs/examples/Pixmap_erase.cpp
index e6299e3..876ef3c 100644
--- a/docs/examples/Pixmap_erase.cpp
+++ b/docs/examples/Pixmap_erase.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a0cdbafed4786788cc90681e7b294234
REG_FIDDLE(Pixmap_erase, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_erase_2.cpp b/docs/examples/Pixmap_erase_2.cpp
index 8c3a120..4e029ae 100644
--- a/docs/examples/Pixmap_erase_2.cpp
+++ b/docs/examples/Pixmap_erase_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=838202e0d49cad2eb3eeb495834f6d63
REG_FIDDLE(Pixmap_erase_2, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_erase_3.cpp b/docs/examples/Pixmap_erase_3.cpp
index d0fcb1e..ec2d8e0 100644
--- a/docs/examples/Pixmap_erase_3.cpp
+++ b/docs/examples/Pixmap_erase_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f884f3f46a565f052a5e252ae2f36e9b
REG_FIDDLE(Pixmap_erase_3, 256, 50, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_extractSubset.cpp b/docs/examples/Pixmap_extractSubset.cpp
index 946d110..5ca8223 100644
--- a/docs/examples/Pixmap_extractSubset.cpp
+++ b/docs/examples/Pixmap_extractSubset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=febdbfac6cf4cde69837643be2e1f6dd
REG_FIDDLE(Pixmap_extractSubset, 256, 128, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_getColor.cpp b/docs/examples/Pixmap_getColor.cpp
index e5276ef..87f2432 100644
--- a/docs/examples/Pixmap_getColor.cpp
+++ b/docs/examples/Pixmap_getColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=94ad244056dc80ecd87daae004266334
REG_FIDDLE(Pixmap_getColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_height.cpp b/docs/examples/Pixmap_height.cpp
index d436d2d..6457479 100644
--- a/docs/examples/Pixmap_height.cpp
+++ b/docs/examples/Pixmap_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4a996d32122f469d51ddd0186efb48cc
REG_FIDDLE(Pixmap_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_info.cpp b/docs/examples/Pixmap_info.cpp
index a17a520..3cdddaa 100644
--- a/docs/examples/Pixmap_info.cpp
+++ b/docs/examples/Pixmap_info.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e0f558bf7fabc655041116288559134
REG_FIDDLE(Pixmap_info, 256, 256, true, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_isOpaque.cpp b/docs/examples/Pixmap_isOpaque.cpp
index 2c399a8..6227659 100644
--- a/docs/examples/Pixmap_isOpaque.cpp
+++ b/docs/examples/Pixmap_isOpaque.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=efd083f121e888a523455ea8a49e50d1
REG_FIDDLE(Pixmap_isOpaque, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_readPixels.cpp b/docs/examples/Pixmap_readPixels.cpp
index 23c7c5e..fdbbdc5 100644
--- a/docs/examples/Pixmap_readPixels.cpp
+++ b/docs/examples/Pixmap_readPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=df4e355c4845350daede833b4fd21ec1
REG_FIDDLE(Pixmap_readPixels, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_readPixels_2.cpp b/docs/examples/Pixmap_readPixels_2.cpp
index f29f1a6..eb00616 100644
--- a/docs/examples/Pixmap_readPixels_2.cpp
+++ b/docs/examples/Pixmap_readPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=094ca0bd37588cc7be241bb387a3e17b
REG_FIDDLE(Pixmap_readPixels_2, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_readPixels_3.cpp b/docs/examples/Pixmap_readPixels_3.cpp
index 9698bde..9b8110b 100644
--- a/docs/examples/Pixmap_readPixels_3.cpp
+++ b/docs/examples/Pixmap_readPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6ec7f7b2cc163cd29f627eef6d4b061c
REG_FIDDLE(Pixmap_readPixels_3, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_readPixels_4.cpp b/docs/examples/Pixmap_readPixels_4.cpp
index d6615f1..fdbc5ff 100644
--- a/docs/examples/Pixmap_readPixels_4.cpp
+++ b/docs/examples/Pixmap_readPixels_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e18549b5ee1039cb61b0bb38c2104fc9
REG_FIDDLE(Pixmap_readPixels_4, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_reset.cpp b/docs/examples/Pixmap_reset.cpp
index 91e77f4..07ce012 100644
--- a/docs/examples/Pixmap_reset.cpp
+++ b/docs/examples/Pixmap_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d9eb583c39f4f0baea79896b89245c98
REG_FIDDLE(Pixmap_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_reset_2.cpp b/docs/examples/Pixmap_reset_2.cpp
index 4036640..fac026e 100644
--- a/docs/examples/Pixmap_reset_2.cpp
+++ b/docs/examples/Pixmap_reset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9a392b753167cfa849cebeefd5a6e07d
REG_FIDDLE(Pixmap_reset_2, 256, 64, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_rowBytes.cpp b/docs/examples/Pixmap_rowBytes.cpp
index 97cb73d..4cffbec 100644
--- a/docs/examples/Pixmap_rowBytes.cpp
+++ b/docs/examples/Pixmap_rowBytes.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=19ac8bb81854680bd408fec8cb797d5c
REG_FIDDLE(Pixmap_rowBytes, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_rowBytesAsPixels.cpp b/docs/examples/Pixmap_rowBytesAsPixels.cpp
index 89e42d5..eb0326a 100644
--- a/docs/examples/Pixmap_rowBytesAsPixels.cpp
+++ b/docs/examples/Pixmap_rowBytesAsPixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6231bb212d0c231b5bc44eac626fbcb5
REG_FIDDLE(Pixmap_rowBytesAsPixels, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_scalePixels.cpp b/docs/examples/Pixmap_scalePixels.cpp
index 5ecaba1..9e57d8e 100644
--- a/docs/examples/Pixmap_scalePixels.cpp
+++ b/docs/examples/Pixmap_scalePixels.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8e3c8a9c1d0d2e9b8bf66e24d274f792
REG_FIDDLE(Pixmap_scalePixels, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_setColorSpace.cpp b/docs/examples/Pixmap_setColorSpace.cpp
index e6822d6..3cd0a5f 100644
--- a/docs/examples/Pixmap_setColorSpace.cpp
+++ b/docs/examples/Pixmap_setColorSpace.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=30d70aec4de17c831dba71e03dc9664a
REG_FIDDLE(Pixmap_setColorSpace, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_shiftPerPixel.cpp b/docs/examples/Pixmap_shiftPerPixel.cpp
index 1538cc7..cd48ad9 100644
--- a/docs/examples/Pixmap_shiftPerPixel.cpp
+++ b/docs/examples/Pixmap_shiftPerPixel.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bf31ee140e2c163c3957276e6d4c4f0c
REG_FIDDLE(Pixmap_shiftPerPixel, 256, 256, true, 0) {
const char* color_type(SkColorType ct) {
diff --git a/docs/examples/Pixmap_width.cpp b/docs/examples/Pixmap_width.cpp
index 63f3426..a6c169e 100644
--- a/docs/examples/Pixmap_width.cpp
+++ b/docs/examples/Pixmap_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f68617b7153a20b2ed3d7f9ed5c6e5e4
REG_FIDDLE(Pixmap_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr.cpp b/docs/examples/Pixmap_writable_addr.cpp
index d0601a1..2c3b1b4 100644
--- a/docs/examples/Pixmap_writable_addr.cpp
+++ b/docs/examples/Pixmap_writable_addr.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=74ef460f89ed5904334d0f8883e781c4
REG_FIDDLE(Pixmap_writable_addr, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr16.cpp b/docs/examples/Pixmap_writable_addr16.cpp
index d44d930..29d9dcf 100644
--- a/docs/examples/Pixmap_writable_addr16.cpp
+++ b/docs/examples/Pixmap_writable_addr16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6da54774f6432b46b47ea9013c15f280
REG_FIDDLE(Pixmap_writable_addr16, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr32.cpp b/docs/examples/Pixmap_writable_addr32.cpp
index 54bde5e..73039c5 100644
--- a/docs/examples/Pixmap_writable_addr32.cpp
+++ b/docs/examples/Pixmap_writable_addr32.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=086866243bf9e4c14c3b215a2aa69ad9
REG_FIDDLE(Pixmap_writable_addr32, 256, 72, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr64.cpp b/docs/examples/Pixmap_writable_addr64.cpp
index b5e775a..779da21 100644
--- a/docs/examples/Pixmap_writable_addr64.cpp
+++ b/docs/examples/Pixmap_writable_addr64.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=de14d8d30e4a7b6462103d0e0dd96b0b
REG_FIDDLE(Pixmap_writable_addr64, 256, 40, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr8.cpp b/docs/examples/Pixmap_writable_addr8.cpp
index c2ecd52..8c7aa38 100644
--- a/docs/examples/Pixmap_writable_addr8.cpp
+++ b/docs/examples/Pixmap_writable_addr8.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=809284db136748208b3efc31cd89de29
REG_FIDDLE(Pixmap_writable_addr8, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addrF16.cpp b/docs/examples/Pixmap_writable_addrF16.cpp
index c3cf286..7962f30 100644
--- a/docs/examples/Pixmap_writable_addrF16.cpp
+++ b/docs/examples/Pixmap_writable_addrF16.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7822d78f5cacf5c04267cbbc6c6d0b80
REG_FIDDLE(Pixmap_writable_addrF16, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Pixmap_writable_addr_2.cpp b/docs/examples/Pixmap_writable_addr_2.cpp
index 13c5759..312f77e 100644
--- a/docs/examples/Pixmap_writable_addr_2.cpp
+++ b/docs/examples/Pixmap_writable_addr_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=559eaca89c765bc8466ea1ba3331d4db
REG_FIDDLE(Pixmap_writable_addr_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Plus.cpp b/docs/examples/Plus.cpp
index 9289c80..1d10fc1 100644
--- a/docs/examples/Plus.cpp
+++ b/docs/examples/Plus.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=05383441e510d54008402e128fc8ad2b
REG_FIDDLE(Plus, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_CrossProduct.cpp b/docs/examples/Point_CrossProduct.cpp
index 7ab7281..c3c95a6 100644
--- a/docs/examples/Point_CrossProduct.cpp
+++ b/docs/examples/Point_CrossProduct.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b8a4cd8a29d22bb9c5e63b70357bd65
REG_FIDDLE(Point_CrossProduct, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Distance.cpp b/docs/examples/Point_Distance.cpp
index ce8a31d..6781225 100644
--- a/docs/examples/Point_Distance.cpp
+++ b/docs/examples/Point_Distance.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9e0a2de2eb94dba4521d733e73f2bda5
REG_FIDDLE(Point_Distance, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_DotProduct.cpp b/docs/examples/Point_DotProduct.cpp
index d49e10f..b13518a 100644
--- a/docs/examples/Point_DotProduct.cpp
+++ b/docs/examples/Point_DotProduct.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=496db0131a003162faba7d7f98b30340
REG_FIDDLE(Point_DotProduct, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Length.cpp b/docs/examples/Point_Length.cpp
index 5f5d622..5788016 100644
--- a/docs/examples/Point_Length.cpp
+++ b/docs/examples/Point_Length.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c98773d8b4509969d78cb8121e4b77f6
REG_FIDDLE(Point_Length, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Make.cpp b/docs/examples/Point_Make.cpp
index 5a041b0..073d8ba 100644
--- a/docs/examples/Point_Make.cpp
+++ b/docs/examples/Point_Make.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d266e70977847001f7c42f8a2513bee7
REG_FIDDLE(Point_Make, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Normalize.cpp b/docs/examples/Point_Normalize.cpp
index 31b14d4..1b6ebe7 100644
--- a/docs/examples/Point_Normalize.cpp
+++ b/docs/examples/Point_Normalize.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=60a08f3ce75374fc815384616d114df7
REG_FIDDLE(Point_Normalize, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Offset.cpp b/docs/examples/Point_Offset.cpp
index f748144..5447cad 100644
--- a/docs/examples/Point_Offset.cpp
+++ b/docs/examples/Point_Offset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f0f24726df78a5d797bcf311e694a0a3
REG_FIDDLE(Point_Offset, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_Offset_2.cpp b/docs/examples/Point_Offset_2.cpp
index e301ea8..b497481 100644
--- a/docs/examples/Point_Offset_2.cpp
+++ b/docs/examples/Point_Offset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=532849faa838de885b86d3ebffae3712
REG_FIDDLE(Point_Offset_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_add_operator.cpp b/docs/examples/Point_add_operator.cpp
index 8b4eee0..ed5ee7e 100644
--- a/docs/examples/Point_add_operator.cpp
+++ b/docs/examples/Point_add_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=911a84253dfec4dabf94dbe3c71766f0
REG_FIDDLE(Point_add_operator, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_addto_operator.cpp b/docs/examples/Point_addto_operator.cpp
index c9ec913..4db6ed1 100644
--- a/docs/examples/Point_addto_operator.cpp
+++ b/docs/examples/Point_addto_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b4e79109e2381345258cb744881b20c
REG_FIDDLE(Point_addto_operator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_cross.cpp b/docs/examples/Point_cross.cpp
index 4dd8fd7..c9fd3a3 100644
--- a/docs/examples/Point_cross.cpp
+++ b/docs/examples/Point_cross.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0bc7b3997357e499817278b78bdfbf1d
REG_FIDDLE(Point_cross, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_distanceToOrigin.cpp b/docs/examples/Point_distanceToOrigin.cpp
index 4611095..fc9d622 100644
--- a/docs/examples/Point_distanceToOrigin.cpp
+++ b/docs/examples/Point_distanceToOrigin.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=812cf26d91b1cdcd2c6b9438a8172518
REG_FIDDLE(Point_distanceToOrigin, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_dot.cpp b/docs/examples/Point_dot.cpp
index fb436c4..f2c76a7 100644
--- a/docs/examples/Point_dot.cpp
+++ b/docs/examples/Point_dot.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=56d01ccfedd71d3c504b09afa2875d38
REG_FIDDLE(Point_dot, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_equal_operator.cpp b/docs/examples/Point_equal_operator.cpp
index 66af868..ce5fc48 100644
--- a/docs/examples/Point_equal_operator.cpp
+++ b/docs/examples/Point_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=741f793334a48a35dadf4310d7ea52cb
REG_FIDDLE(Point_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_equals.cpp b/docs/examples/Point_equals.cpp
index 1bb0220..292206b 100644
--- a/docs/examples/Point_equals.cpp
+++ b/docs/examples/Point_equals.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4cecb878c8b66beffda051f26c00f817
REG_FIDDLE(Point_equals, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_isFinite.cpp b/docs/examples/Point_isFinite.cpp
index 09e62a7..cec42ba 100644
--- a/docs/examples/Point_isFinite.cpp
+++ b/docs/examples/Point_isFinite.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=937cc166cc0e220f33fb82501141d0b3
REG_FIDDLE(Point_isFinite, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_isZero.cpp b/docs/examples/Point_isZero.cpp
index 4721014..1cedddc 100644
--- a/docs/examples/Point_isZero.cpp
+++ b/docs/examples/Point_isZero.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=81b9665110b88ef6bcbc20464aed7da1
REG_FIDDLE(Point_isZero, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_iset.cpp b/docs/examples/Point_iset.cpp
index 0076996..a216611 100644
--- a/docs/examples/Point_iset.cpp
+++ b/docs/examples/Point_iset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0d9e8ed734981b5b113f22c7bfde5357
REG_FIDDLE(Point_iset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_iset_2.cpp b/docs/examples/Point_iset_2.cpp
index acb1d00..2bc3576 100644
--- a/docs/examples/Point_iset_2.cpp
+++ b/docs/examples/Point_iset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=12b7164a769e232bb772f19c59600ee7
REG_FIDDLE(Point_iset_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_length_2.cpp b/docs/examples/Point_length_2.cpp
index 8812004..1ec708b 100644
--- a/docs/examples/Point_length_2.cpp
+++ b/docs/examples/Point_length_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8363ab179447ee4b827679e20d3d81eb
REG_FIDDLE(Point_length_2, 256, 192, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_minus_operator.cpp b/docs/examples/Point_minus_operator.cpp
index dd58a7b..03061f3 100644
--- a/docs/examples/Point_minus_operator.cpp
+++ b/docs/examples/Point_minus_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9baf247cfcd8272c0ddf6ce93f676b37
REG_FIDDLE(Point_minus_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_multiply_operator.cpp b/docs/examples/Point_multiply_operator.cpp
index e7c8bb3..cded6b8 100644
--- a/docs/examples/Point_multiply_operator.cpp
+++ b/docs/examples/Point_multiply_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=35b3bc675779de043706ae4817ee950c
REG_FIDDLE(Point_multiply_operator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_multiplyby_operator.cpp b/docs/examples/Point_multiplyby_operator.cpp
index 06866ee..e02d8b0 100644
--- a/docs/examples/Point_multiplyby_operator.cpp
+++ b/docs/examples/Point_multiplyby_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3ce3db36235d80dbac4d39504cf756da
REG_FIDDLE(Point_multiplyby_operator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_negate.cpp b/docs/examples/Point_negate.cpp
index 0d6ed75..658bb85 100644
--- a/docs/examples/Point_negate.cpp
+++ b/docs/examples/Point_negate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=312c0c8065ab5d0adfda80cccf2d11e6
REG_FIDDLE(Point_negate, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_normalize_2.cpp b/docs/examples/Point_normalize_2.cpp
index dafcd88..051aab4 100644
--- a/docs/examples/Point_normalize_2.cpp
+++ b/docs/examples/Point_normalize_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d84fce292d86c7d9ef37ae2d179c03c7
REG_FIDDLE(Point_normalize_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_notequal_operator.cpp b/docs/examples/Point_notequal_operator.cpp
index 0704fa6..64ee02e 100644
--- a/docs/examples/Point_notequal_operator.cpp
+++ b/docs/examples/Point_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8fe8572685eaa617f25a5a6767a874dc
REG_FIDDLE(Point_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_offset_3.cpp b/docs/examples/Point_offset_3.cpp
index 0a9c4e6..6c3ea10 100644
--- a/docs/examples/Point_offset_3.cpp
+++ b/docs/examples/Point_offset_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=02750ceaa874f956e6e6544ef6b858ee
REG_FIDDLE(Point_offset_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_scale.cpp b/docs/examples/Point_scale.cpp
index 8e7bbc9..4315323 100644
--- a/docs/examples/Point_scale.cpp
+++ b/docs/examples/Point_scale.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=972e4e230806281adb928e068bcd8551
REG_FIDDLE(Point_scale, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_scale_2.cpp b/docs/examples/Point_scale_2.cpp
index d857d0c..1cd18c7 100644
--- a/docs/examples/Point_scale_2.cpp
+++ b/docs/examples/Point_scale_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1060a4f27d8ef29519e6ac006ce90f2b
REG_FIDDLE(Point_scale_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_set.cpp b/docs/examples/Point_set.cpp
index d2724a7..3efe85f 100644
--- a/docs/examples/Point_set.cpp
+++ b/docs/examples/Point_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d08d1e7dafcad4342d1619fdbb2f5781
REG_FIDDLE(Point_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_setAbs.cpp b/docs/examples/Point_setAbs.cpp
index 893f919..297cca0 100644
--- a/docs/examples/Point_setAbs.cpp
+++ b/docs/examples/Point_setAbs.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7f70860e820b67a347cff03c00488426
REG_FIDDLE(Point_setAbs, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_setLength.cpp b/docs/examples/Point_setLength.cpp
index 2fb4517..c36ceb7 100644
--- a/docs/examples/Point_setLength.cpp
+++ b/docs/examples/Point_setLength.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cbe7db206ece825aa3b9b7c3256aeaf0
REG_FIDDLE(Point_setLength, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_setLength_2.cpp b/docs/examples/Point_setLength_2.cpp
index d17bb18..4ea9a5e 100644
--- a/docs/examples/Point_setLength_2.cpp
+++ b/docs/examples/Point_setLength_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3cc0662b6fbbee1fe3442a0acfece22c
REG_FIDDLE(Point_setLength_2, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_setNormalize.cpp b/docs/examples/Point_setNormalize.cpp
index abb42fd..39b6ab1 100644
--- a/docs/examples/Point_setNormalize.cpp
+++ b/docs/examples/Point_setNormalize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3e4f147d143a388802484bf0d26534c2
REG_FIDDLE(Point_setNormalize, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_subtract_operator.cpp b/docs/examples/Point_subtract_operator.cpp
index 1685e6a..65c6a28 100644
--- a/docs/examples/Point_subtract_operator.cpp
+++ b/docs/examples/Point_subtract_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b6c4943ecd0b2dccf9d220b8944009e0
REG_FIDDLE(Point_subtract_operator, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_subtractfrom_operator.cpp b/docs/examples/Point_subtractfrom_operator.cpp
index 22d40dd..822da86 100644
--- a/docs/examples/Point_subtractfrom_operator.cpp
+++ b/docs/examples/Point_subtractfrom_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=86c0399704d8dff4091bf87b8d87d40b
REG_FIDDLE(Point_subtractfrom_operator, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_x.cpp b/docs/examples/Point_x.cpp
index 1ae5251..03637a7 100644
--- a/docs/examples/Point_x.cpp
+++ b/docs/examples/Point_x.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9f3fe446b800ae1d940785d438634941
REG_FIDDLE(Point_x, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Point_y.cpp b/docs/examples/Point_y.cpp
index 60675f3..63c6765 100644
--- a/docs/examples/Point_y.cpp
+++ b/docs/examples/Point_y.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4c962850c2dbea4d2325df469400680e
REG_FIDDLE(Point_y, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/PreMultiplyARGB.cpp b/docs/examples/PreMultiplyARGB.cpp
index 8462943..4ec3fb8 100644
--- a/docs/examples/PreMultiplyARGB.cpp
+++ b/docs/examples/PreMultiplyARGB.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=756345484fd48ca0ea7b6cec350f73b8
REG_FIDDLE(PreMultiplyARGB, 300, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/PreMultiplyColor.cpp b/docs/examples/PreMultiplyColor.cpp
index 000ff6f..0e906b0 100644
--- a/docs/examples/PreMultiplyColor.cpp
+++ b/docs/examples/PreMultiplyColor.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0bcc0f86a2aefc899f3500503dce6968
REG_FIDDLE(PreMultiplyColor, 300, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Quad_a.cpp b/docs/examples/Quad_a.cpp
index 2aef63d..d7cdc9f 100644
--- a/docs/examples/Quad_a.cpp
+++ b/docs/examples/Quad_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=78ad51fa1cd33eb84a6f99061e56e067
REG_FIDDLE(Quad_a, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Quad_b.cpp b/docs/examples/Quad_b.cpp
index 8c7e317..2def264 100644
--- a/docs/examples/Quad_b.cpp
+++ b/docs/examples/Quad_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4082f66a42df11bb20462b232b156bb6
REG_FIDDLE(Quad_b, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_FromColor.cpp b/docs/examples/RGBA4f_FromColor.cpp
index 412c19e..7807aaf 100644
--- a/docs/examples/RGBA4f_FromColor.cpp
+++ b/docs/examples/RGBA4f_FromColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=33b029064e8d1928e42a587c953d0e4e
REG_FIDDLE(RGBA4f_FromColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_equal1_operator.cpp b/docs/examples/RGBA4f_equal1_operator.cpp
index 46d4d13..e6af9dd 100644
--- a/docs/examples/RGBA4f_equal1_operator.cpp
+++ b/docs/examples/RGBA4f_equal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e5b34bcb7f80f2ed890cdacaa059db0d
REG_FIDDLE(RGBA4f_equal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_notequal1_operator.cpp b/docs/examples/RGBA4f_notequal1_operator.cpp
index 311ddec..cf9e36f 100644
--- a/docs/examples/RGBA4f_notequal1_operator.cpp
+++ b/docs/examples/RGBA4f_notequal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=82f1a9b4c2b27aa547061786d1f33dab
REG_FIDDLE(RGBA4f_notequal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_toSkColor.cpp b/docs/examples/RGBA4f_toSkColor.cpp
index b78b323..63d389b 100644
--- a/docs/examples/RGBA4f_toSkColor.cpp
+++ b/docs/examples/RGBA4f_toSkColor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=edc5fd18d961f7607d2bcbf7f7d427e5
REG_FIDDLE(RGBA4f_toSkColor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_vec.cpp b/docs/examples/RGBA4f_vec.cpp
index 28d66fa..9490f37 100644
--- a/docs/examples/RGBA4f_vec.cpp
+++ b/docs/examples/RGBA4f_vec.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=229057023515224358a36acf15508cf6
REG_FIDDLE(RGBA4f_vec, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBA4f_vec_2.cpp b/docs/examples/RGBA4f_vec_2.cpp
index 366e262..3f1d228 100644
--- a/docs/examples/RGBA4f_vec_2.cpp
+++ b/docs/examples/RGBA4f_vec_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7420bf0a7cae5c6577c4c4a4613e7e7e
REG_FIDDLE(RGBA4f_vec_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RGBToHSV.cpp b/docs/examples/RGBToHSV.cpp
index f081c0d..d6341f8 100644
--- a/docs/examples/RGBToHSV.cpp
+++ b/docs/examples/RGBToHSV.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4fb2da4a3d9b14ca4ac24eefb0f5126a
REG_FIDDLE(RGBToHSV, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_Corner.cpp b/docs/examples/RRect_Corner.cpp
index 91805e8..e377541 100644
--- a/docs/examples/RRect_Corner.cpp
+++ b/docs/examples/RRect_Corner.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9205393f30b156e1507e88aa27f1dd91
REG_FIDDLE(RRect_Corner, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_MakeEmpty.cpp b/docs/examples/RRect_MakeEmpty.cpp
index 479349f..d5e196b 100644
--- a/docs/examples/RRect_MakeEmpty.cpp
+++ b/docs/examples/RRect_MakeEmpty.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c6c6be3b3c137226adbb5b5af9203d27
REG_FIDDLE(RRect_MakeEmpty, 256, 90, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_MakeOval.cpp b/docs/examples/RRect_MakeOval.cpp
index 039e8f7..7ef66c5 100644
--- a/docs/examples/RRect_MakeOval.cpp
+++ b/docs/examples/RRect_MakeOval.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0b99ee38fd154f769f6031242e02fa7a
REG_FIDDLE(RRect_MakeOval, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_MakeRect.cpp b/docs/examples/RRect_MakeRect.cpp
index 0fbc081..fe530d0 100644
--- a/docs/examples/RRect_MakeRect.cpp
+++ b/docs/examples/RRect_MakeRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5295b07fe4d2cdcd077979a9e19854d9
REG_FIDDLE(RRect_MakeRect, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_MakeRectXY.cpp b/docs/examples/RRect_MakeRectXY.cpp
index 22e6fad..e656f0c 100644
--- a/docs/examples/RRect_MakeRectXY.cpp
+++ b/docs/examples/RRect_MakeRectXY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2b24a1247637cbc94f8b3c77d37ed3e2
REG_FIDDLE(RRect_MakeRectXY, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_Type.cpp b/docs/examples/RRect_Type.cpp
index 10c6611..12ff7cd 100644
--- a/docs/examples/RRect_Type.cpp
+++ b/docs/examples/RRect_Type.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a4233634c75b72fc7a2815ddb69bd669
REG_FIDDLE(RRect_Type, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_contains.cpp b/docs/examples/RRect_contains.cpp
index 20f9be3..8046200 100644
--- a/docs/examples/RRect_contains.cpp
+++ b/docs/examples/RRect_contains.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0bb057140e4119234bdd2e8dd2f0fa19
REG_FIDDLE(RRect_contains, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_copy_const_SkRRect.cpp b/docs/examples/RRect_copy_const_SkRRect.cpp
index 9d85a1c..32eb527 100644
--- a/docs/examples/RRect_copy_const_SkRRect.cpp
+++ b/docs/examples/RRect_copy_const_SkRRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ad8f5d49edfcee60eddfe2a955b6c5f5
REG_FIDDLE(RRect_copy_const_SkRRect, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_copy_operator.cpp b/docs/examples/RRect_copy_operator.cpp
index 96d882a..770481e 100644
--- a/docs/examples/RRect_copy_operator.cpp
+++ b/docs/examples/RRect_copy_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=52926c98c1cca00606d3ea99f23fea3d
REG_FIDDLE(RRect_copy_operator, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_dump.cpp b/docs/examples/RRect_dump.cpp
index 29eb737..69e8eb8 100644
--- a/docs/examples/RRect_dump.cpp
+++ b/docs/examples/RRect_dump.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=265b8d23288dc8026ff788e809360af7
REG_FIDDLE(RRect_dump, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_dumpHex.cpp b/docs/examples/RRect_dumpHex.cpp
index 1044d26..83518d8 100644
--- a/docs/examples/RRect_dumpHex.cpp
+++ b/docs/examples/RRect_dumpHex.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c73f5e2644d949b859f05bd367883454
REG_FIDDLE(RRect_dumpHex, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_dump_2.cpp b/docs/examples/RRect_dump_2.cpp
index 366f87a..3db3a46 100644
--- a/docs/examples/RRect_dump_2.cpp
+++ b/docs/examples/RRect_dump_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f850423c7c0c4f803d479ecd92221059
REG_FIDDLE(RRect_dump_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_empty_constructor.cpp b/docs/examples/RRect_empty_constructor.cpp
index b42ba63..c89a2ac 100644
--- a/docs/examples/RRect_empty_constructor.cpp
+++ b/docs/examples/RRect_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=471e7aad0feaf9ec3a21757a317a64f5
REG_FIDDLE(RRect_empty_constructor, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_equal_operator.cpp b/docs/examples/RRect_equal_operator.cpp
index e967053..96bd280 100644
--- a/docs/examples/RRect_equal_operator.cpp
+++ b/docs/examples/RRect_equal_operator.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=df181af37f1d2b06f0f45af73df7b47d
REG_FIDDLE(RRect_equal_operator, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_getBounds.cpp b/docs/examples/RRect_getBounds.cpp
index 40c5cab..2e255d5 100644
--- a/docs/examples/RRect_getBounds.cpp
+++ b/docs/examples/RRect_getBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4577e2dcb086b241bb43d8b89ee0b0dd
REG_FIDDLE(RRect_getBounds, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_getSimpleRadii.cpp b/docs/examples/RRect_getSimpleRadii.cpp
index 2236d2c..411480e 100644
--- a/docs/examples/RRect_getSimpleRadii.cpp
+++ b/docs/examples/RRect_getSimpleRadii.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=81345f7619a072bb2b0cf59810fe86d0
REG_FIDDLE(RRect_getSimpleRadii, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_getType.cpp b/docs/examples/RRect_getType.cpp
index 20403b9..edce32c 100644
--- a/docs/examples/RRect_getType.cpp
+++ b/docs/examples/RRect_getType.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ace8f4aebf90527d43e4b7291375c9ad
REG_FIDDLE(RRect_getType, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_height.cpp b/docs/examples/RRect_height.cpp
index 8673a10..960faac 100644
--- a/docs/examples/RRect_height.cpp
+++ b/docs/examples/RRect_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5a3eb1755164a7becec33cec6e6eca31
REG_FIDDLE(RRect_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_inset.cpp b/docs/examples/RRect_inset.cpp
index 53a125c..3dcfefe 100644
--- a/docs/examples/RRect_inset.cpp
+++ b/docs/examples/RRect_inset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f02f0110d5605dac6d14dcb8d1d8cb6e
REG_FIDDLE(RRect_inset, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_inset_2.cpp b/docs/examples/RRect_inset_2.cpp
index 0b497b7..1503b9f 100644
--- a/docs/examples/RRect_inset_2.cpp
+++ b/docs/examples/RRect_inset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=da61054322550a2d5ac15114da23bd23
REG_FIDDLE(RRect_inset_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isComplex.cpp b/docs/examples/RRect_isComplex.cpp
index 2a4e477..6ac3498 100644
--- a/docs/examples/RRect_isComplex.cpp
+++ b/docs/examples/RRect_isComplex.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b62c183dc435d1fc091111fb2f3c3f8e
REG_FIDDLE(RRect_isComplex, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isEmpty.cpp b/docs/examples/RRect_isEmpty.cpp
index 489c684..0994f22 100644
--- a/docs/examples/RRect_isEmpty.cpp
+++ b/docs/examples/RRect_isEmpty.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=099d79ecfbdfb0a19c10deb7201859c3
REG_FIDDLE(RRect_isEmpty, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isNinePatch.cpp b/docs/examples/RRect_isNinePatch.cpp
index dae70a9..54f1197 100644
--- a/docs/examples/RRect_isNinePatch.cpp
+++ b/docs/examples/RRect_isNinePatch.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=429f6dfd4cf6287df3c3c77fa7681c99
REG_FIDDLE(RRect_isNinePatch, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isOval.cpp b/docs/examples/RRect_isOval.cpp
index b377cd6..0a28b1c 100644
--- a/docs/examples/RRect_isOval.cpp
+++ b/docs/examples/RRect_isOval.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4dfdb28d8343958425f2c1323fe8170d
REG_FIDDLE(RRect_isOval, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isRect.cpp b/docs/examples/RRect_isRect.cpp
index 8d54f95..e9fb858 100644
--- a/docs/examples/RRect_isRect.cpp
+++ b/docs/examples/RRect_isRect.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bc931c9a6eb8ffe7ea8d3fb47e07a475
REG_FIDDLE(RRect_isRect, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isSimple.cpp b/docs/examples/RRect_isSimple.cpp
index da8443c..18d72fb 100644
--- a/docs/examples/RRect_isSimple.cpp
+++ b/docs/examples/RRect_isSimple.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f6959ea422a7c6e98ddfad216a52c707
REG_FIDDLE(RRect_isSimple, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_isValid.cpp b/docs/examples/RRect_isValid.cpp
index c8d3833..8193aad 100644
--- a/docs/examples/RRect_isValid.cpp
+++ b/docs/examples/RRect_isValid.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8cc1f21c98c0416f7724ad218f557a00
REG_FIDDLE(RRect_isValid, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_makeOffset.cpp b/docs/examples/RRect_makeOffset.cpp
index 0fb62d4..42dce45 100644
--- a/docs/examples/RRect_makeOffset.cpp
+++ b/docs/examples/RRect_makeOffset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c433aa41eaf5e419e3349fb970a08151
REG_FIDDLE(RRect_makeOffset, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_notequal_operator.cpp b/docs/examples/RRect_notequal_operator.cpp
index 8af064d..1d24d89 100644
--- a/docs/examples/RRect_notequal_operator.cpp
+++ b/docs/examples/RRect_notequal_operator.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=505e47b3e6474ebdecdc04c3c2af2c34
REG_FIDDLE(RRect_notequal_operator, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_offset.cpp b/docs/examples/RRect_offset.cpp
index fb27e38..d9ffdfd 100644
--- a/docs/examples/RRect_offset.cpp
+++ b/docs/examples/RRect_offset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a45cdd46ef2fe0df62d84d41713e82e2
REG_FIDDLE(RRect_offset, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_outset.cpp b/docs/examples/RRect_outset.cpp
index 34b8437..0fb5c29 100644
--- a/docs/examples/RRect_outset.cpp
+++ b/docs/examples/RRect_outset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4d69b6d9c7726c47c42827d79fc7899c
REG_FIDDLE(RRect_outset, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_outset_2.cpp b/docs/examples/RRect_outset_2.cpp
index cb8593b..9aa519c 100644
--- a/docs/examples/RRect_outset_2.cpp
+++ b/docs/examples/RRect_outset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4391cced86653dcd0f84439a5c0bb3f2
REG_FIDDLE(RRect_outset_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_radii.cpp b/docs/examples/RRect_radii.cpp
index 8bd8006..8f8f808 100644
--- a/docs/examples/RRect_radii.cpp
+++ b/docs/examples/RRect_radii.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8d5c88478528584913867ada423e0d59
REG_FIDDLE(RRect_radii, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_readFromMemory.cpp b/docs/examples/RRect_readFromMemory.cpp
index b8038df..a1bb549 100644
--- a/docs/examples/RRect_readFromMemory.cpp
+++ b/docs/examples/RRect_readFromMemory.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=50969745cf2b23544362f4cff5592b75
REG_FIDDLE(RRect_readFromMemory, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_rect.cpp b/docs/examples/RRect_rect.cpp
index 0156465..e6fd312 100644
--- a/docs/examples/RRect_rect.cpp
+++ b/docs/examples/RRect_rect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6831adf4c536047f4709c686feb10c48
REG_FIDDLE(RRect_rect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setEmpty.cpp b/docs/examples/RRect_setEmpty.cpp
index f013d57..61b2a40 100644
--- a/docs/examples/RRect_setEmpty.cpp
+++ b/docs/examples/RRect_setEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=44e9a9c2c5ef1af2a616086ff46a9037
REG_FIDDLE(RRect_setEmpty, 256, 80, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setNinePatch.cpp b/docs/examples/RRect_setNinePatch.cpp
index acd850a..0f80eee 100644
--- a/docs/examples/RRect_setNinePatch.cpp
+++ b/docs/examples/RRect_setNinePatch.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c4620df2eaba447b581688d3100053b1
REG_FIDDLE(RRect_setNinePatch, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setOval.cpp b/docs/examples/RRect_setOval.cpp
index 9072602..b54f8e7 100644
--- a/docs/examples/RRect_setOval.cpp
+++ b/docs/examples/RRect_setOval.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cf418af29cbab6243ac16aacd1217ffe
REG_FIDDLE(RRect_setOval, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setRect.cpp b/docs/examples/RRect_setRect.cpp
index 94e57fc..ceadd42 100644
--- a/docs/examples/RRect_setRect.cpp
+++ b/docs/examples/RRect_setRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3afc3ac9bebd1d7387822cc608571e82
REG_FIDDLE(RRect_setRect, 256, 90, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setRectRadii.cpp b/docs/examples/RRect_setRectRadii.cpp
index 1dab17d..2004e5f 100644
--- a/docs/examples/RRect_setRectRadii.cpp
+++ b/docs/examples/RRect_setRectRadii.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=340d6c51efaa1f7f3d0dcaf8b0e90696
REG_FIDDLE(RRect_setRectRadii, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_setRectXY.cpp b/docs/examples/RRect_setRectXY.cpp
index ebe1d53..9175a84 100644
--- a/docs/examples/RRect_setRectXY.cpp
+++ b/docs/examples/RRect_setRectXY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6ac569e40fb68c758319e85428b9ae95
REG_FIDDLE(RRect_setRectXY, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_transform.cpp b/docs/examples/RRect_transform.cpp
index d666de8..1098fe4 100644
--- a/docs/examples/RRect_transform.cpp
+++ b/docs/examples/RRect_transform.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=68a5d24f22e2d798608fce8a20e47fd0
REG_FIDDLE(RRect_transform, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_type_2.cpp b/docs/examples/RRect_type_2.cpp
index 1e913dd..7b5b8cf 100644
--- a/docs/examples/RRect_type_2.cpp
+++ b/docs/examples/RRect_type_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1080805c8449406a4e26d694bc56d2dc
REG_FIDDLE(RRect_type_2, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_width.cpp b/docs/examples/RRect_width.cpp
index 032da29..bbbb54a 100644
--- a/docs/examples/RRect_width.cpp
+++ b/docs/examples/RRect_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c675a480b41dee157f84fa2550a2a53c
REG_FIDDLE(RRect_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/RRect_writeToMemory.cpp b/docs/examples/RRect_writeToMemory.cpp
index 582affc..fd1d950 100644
--- a/docs/examples/RRect_writeToMemory.cpp
+++ b/docs/examples/RRect_writeToMemory.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d6f5a3d21727ddc15e10ef4d5103ff91
REG_FIDDLE(RRect_writeToMemory, 256, 110, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_Intersects.cpp b/docs/examples/Rect_Intersects.cpp
index 6c4350e..a2991de 100644
--- a/docs/examples/Rect_Intersects.cpp
+++ b/docs/examples/Rect_Intersects.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=795061764b10c9e05efb466c9cb60644
REG_FIDDLE(Rect_Intersects, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_Make.cpp b/docs/examples/Rect_Make.cpp
index 702d8b4..dcc3335 100644
--- a/docs/examples/Rect_Make.cpp
+++ b/docs/examples/Rect_Make.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e866f5e4f6ac52e89acadf48e54ac8e0
REG_FIDDLE(Rect_Make, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeEmpty.cpp b/docs/examples/Rect_MakeEmpty.cpp
index e39e1f1..8145f93 100644
--- a/docs/examples/Rect_MakeEmpty.cpp
+++ b/docs/examples/Rect_MakeEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2e262d0ac4b8ef51695e0525fc3ecdf6
REG_FIDDLE(Rect_MakeEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeIWH.cpp b/docs/examples/Rect_MakeIWH.cpp
index cd1b826..8c935ce 100644
--- a/docs/examples/Rect_MakeIWH.cpp
+++ b/docs/examples/Rect_MakeIWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=faa660ac19eaddc3f3eab57a0bddfdcb
REG_FIDDLE(Rect_MakeIWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeLTRB.cpp b/docs/examples/Rect_MakeLTRB.cpp
index af37ee9..d0c2305 100644
--- a/docs/examples/Rect_MakeLTRB.cpp
+++ b/docs/examples/Rect_MakeLTRB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=158b8dd9d02d65a5ae5ab7d1595a5b4c
REG_FIDDLE(Rect_MakeLTRB, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeSize.cpp b/docs/examples/Rect_MakeSize.cpp
index 25c1271..53f384f 100644
--- a/docs/examples/Rect_MakeSize.cpp
+++ b/docs/examples/Rect_MakeSize.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ab2c1a55016c8de9172b77fdf69e00a2
REG_FIDDLE(Rect_MakeSize, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeWH.cpp b/docs/examples/Rect_MakeWH.cpp
index 3c89c1c..53af4fd 100644
--- a/docs/examples/Rect_MakeWH.cpp
+++ b/docs/examples/Rect_MakeWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8009d30f431e01f8aea4808e9017d9bf
REG_FIDDLE(Rect_MakeWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_MakeXYWH.cpp b/docs/examples/Rect_MakeXYWH.cpp
index 3fc0588..e7b9f83 100644
--- a/docs/examples/Rect_MakeXYWH.cpp
+++ b/docs/examples/Rect_MakeXYWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=38e464dba13be11ac21e210fbf3b5afc
REG_FIDDLE(Rect_MakeXYWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_Make_2.cpp b/docs/examples/Rect_Make_2.cpp
index d1fbda1..3bd9492 100644
--- a/docs/examples/Rect_Make_2.cpp
+++ b/docs/examples/Rect_Make_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd801faa1e60a0fe9e0657674461e063
REG_FIDDLE(Rect_Make_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_asScalars.cpp b/docs/examples/Rect_asScalars.cpp
index 8ede918..fac6987 100644
--- a/docs/examples/Rect_asScalars.cpp
+++ b/docs/examples/Rect_asScalars.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e1ea5f949d80276f3637931eae93a07c
REG_FIDDLE(Rect_asScalars, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_bottom.cpp b/docs/examples/Rect_bottom.cpp
index 0f562bf..43cdfe6 100644
--- a/docs/examples/Rect_bottom.cpp
+++ b/docs/examples/Rect_bottom.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a98993a66616ae406d8bdc54adfb1411
REG_FIDDLE(Rect_bottom, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_centerX.cpp b/docs/examples/Rect_centerX.cpp
index bd7f9e1..8bbe415 100644
--- a/docs/examples/Rect_centerX.cpp
+++ b/docs/examples/Rect_centerX.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d8439ba8d23a424fa032fb97147fd2d2
REG_FIDDLE(Rect_centerX, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_centerY.cpp b/docs/examples/Rect_centerY.cpp
index 18ab4f8..d3854d0 100644
--- a/docs/examples/Rect_centerY.cpp
+++ b/docs/examples/Rect_centerY.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ebeeafafeb8fe39d5ffc9115b02c2340
REG_FIDDLE(Rect_centerY, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_contains.cpp b/docs/examples/Rect_contains.cpp
index 2d9348b..5536ddb 100644
--- a/docs/examples/Rect_contains.cpp
+++ b/docs/examples/Rect_contains.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=85be528a78945a6dc4f7dccb80a80746
REG_FIDDLE(Rect_contains, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_contains_2.cpp b/docs/examples/Rect_contains_2.cpp
index d61d8b4..db53872 100644
--- a/docs/examples/Rect_contains_2.cpp
+++ b/docs/examples/Rect_contains_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=92f9e6aa5bb76791139a24cf7d8df99e
REG_FIDDLE(Rect_contains_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_contains_3.cpp b/docs/examples/Rect_contains_3.cpp
index 423b68a..8490a06 100644
--- a/docs/examples/Rect_contains_3.cpp
+++ b/docs/examples/Rect_contains_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dd58b699551dd44026a2c6386be27d88
REG_FIDDLE(Rect_contains_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_dump.cpp b/docs/examples/Rect_dump.cpp
index 30d4f04..ccb8149 100644
--- a/docs/examples/Rect_dump.cpp
+++ b/docs/examples/Rect_dump.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cea049ffff702a5923da41fe0ae0763b
REG_FIDDLE(Rect_dump, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_dumpHex.cpp b/docs/examples/Rect_dumpHex.cpp
index 771c32d..baceda1 100644
--- a/docs/examples/Rect_dumpHex.cpp
+++ b/docs/examples/Rect_dumpHex.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=824b5a3fcfd46a7e1c5f9e3c16e6bb39
REG_FIDDLE(Rect_dumpHex, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_dump_2.cpp b/docs/examples/Rect_dump_2.cpp
index 220736e..b37f01c 100644
--- a/docs/examples/Rect_dump_2.cpp
+++ b/docs/examples/Rect_dump_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9fb76971b1a104a2a59816e0392267a7
REG_FIDDLE(Rect_dump_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_equal_operator.cpp b/docs/examples/Rect_equal_operator.cpp
index 16b4b86..d44dddc 100644
--- a/docs/examples/Rect_equal_operator.cpp
+++ b/docs/examples/Rect_equal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c6c5b40cad7c3a839fdf576b380391a6
REG_FIDDLE(Rect_equal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_height.cpp b/docs/examples/Rect_height.cpp
index d0827ec..5ade27f 100644
--- a/docs/examples/Rect_height.cpp
+++ b/docs/examples/Rect_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=39429e45f05240218ecd511443ab3e44
REG_FIDDLE(Rect_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_inset.cpp b/docs/examples/Rect_inset.cpp
index 964d81e..2db6e6c 100644
--- a/docs/examples/Rect_inset.cpp
+++ b/docs/examples/Rect_inset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=dae21340941dc6e4d048816dfd9f204c
REG_FIDDLE(Rect_inset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_intersect.cpp b/docs/examples/Rect_intersect.cpp
index e9d7f91..eb490bb 100644
--- a/docs/examples/Rect_intersect.cpp
+++ b/docs/examples/Rect_intersect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5d0b12e0ef6f1c181dddded4274230ca
REG_FIDDLE(Rect_intersect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_intersect_2.cpp b/docs/examples/Rect_intersect_2.cpp
index e79b33a..fe02b1b 100644
--- a/docs/examples/Rect_intersect_2.cpp
+++ b/docs/examples/Rect_intersect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5002f65a72def2787086a33131933e70
REG_FIDDLE(Rect_intersect_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_intersect_3.cpp b/docs/examples/Rect_intersect_3.cpp
index 76751b0..f41306f 100644
--- a/docs/examples/Rect_intersect_3.cpp
+++ b/docs/examples/Rect_intersect_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d610437a65dd3e952719efe605cbd0c7
REG_FIDDLE(Rect_intersect_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_intersects_2.cpp b/docs/examples/Rect_intersects_2.cpp
index 3e629ff..b5d29b9 100644
--- a/docs/examples/Rect_intersects_2.cpp
+++ b/docs/examples/Rect_intersects_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ca37b4231b21eb8296cb19ba9e0c781b
REG_FIDDLE(Rect_intersects_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_intersects_3.cpp b/docs/examples/Rect_intersects_3.cpp
index e845bff..51ead19 100644
--- a/docs/examples/Rect_intersects_3.cpp
+++ b/docs/examples/Rect_intersects_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=7145dc17ebce4f54e892102f6c98e811
REG_FIDDLE(Rect_intersects_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_isEmpty.cpp b/docs/examples/Rect_isEmpty.cpp
index 863911c..0bcf71d 100644
--- a/docs/examples/Rect_isEmpty.cpp
+++ b/docs/examples/Rect_isEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1d7b924d6ca2a6aef09684a8a632439c
REG_FIDDLE(Rect_isEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_isFinite.cpp b/docs/examples/Rect_isFinite.cpp
index 266857d..1cb05b9 100644
--- a/docs/examples/Rect_isFinite.cpp
+++ b/docs/examples/Rect_isFinite.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=443fe5f8296d4cdb19cc9862a9cf77a4
REG_FIDDLE(Rect_isFinite, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_isSorted.cpp b/docs/examples/Rect_isSorted.cpp
index 4438f07..03db09b 100644
--- a/docs/examples/Rect_isSorted.cpp
+++ b/docs/examples/Rect_isSorted.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c7065a83b220a96f903dbbb65906fe7b
REG_FIDDLE(Rect_isSorted, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_iset.cpp b/docs/examples/Rect_iset.cpp
index 932bec1..28e6d79 100644
--- a/docs/examples/Rect_iset.cpp
+++ b/docs/examples/Rect_iset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=18532f1aa90b76364fb8d7ea072f1892
REG_FIDDLE(Rect_iset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_isetWH.cpp b/docs/examples/Rect_isetWH.cpp
index 366533a..19a23f9 100644
--- a/docs/examples/Rect_isetWH.cpp
+++ b/docs/examples/Rect_isetWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ee6000080fc7123214ea404018cf9176
REG_FIDDLE(Rect_isetWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_join.cpp b/docs/examples/Rect_join.cpp
index d6750f2..341e381 100644
--- a/docs/examples/Rect_join.cpp
+++ b/docs/examples/Rect_join.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=afa9c6b4d05bb669db07fe0b7b97e6aa
REG_FIDDLE(Rect_join, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_joinNonEmptyArg.cpp b/docs/examples/Rect_joinNonEmptyArg.cpp
index 443d1ed..aed8cdf 100644
--- a/docs/examples/Rect_joinNonEmptyArg.cpp
+++ b/docs/examples/Rect_joinNonEmptyArg.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=88439de2aa0911262c60c0eb506396cb
REG_FIDDLE(Rect_joinNonEmptyArg, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_joinPossiblyEmptyRect.cpp b/docs/examples/Rect_joinPossiblyEmptyRect.cpp
index 1ca5b13..b1e2e36 100644
--- a/docs/examples/Rect_joinPossiblyEmptyRect.cpp
+++ b/docs/examples/Rect_joinPossiblyEmptyRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a476548d0001296afd8e58c1eba1b70b
REG_FIDDLE(Rect_joinPossiblyEmptyRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_join_2.cpp b/docs/examples/Rect_join_2.cpp
index 8052701..98c3e87 100644
--- a/docs/examples/Rect_join_2.cpp
+++ b/docs/examples/Rect_join_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=26500032494cf93c5fa3423110fe82af
REG_FIDDLE(Rect_join_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_left.cpp b/docs/examples/Rect_left.cpp
index 27a2408..b66cbcb 100644
--- a/docs/examples/Rect_left.cpp
+++ b/docs/examples/Rect_left.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=900dc96c3549795a87036d6458c4fde6
REG_FIDDLE(Rect_left, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_makeInset.cpp b/docs/examples/Rect_makeInset.cpp
index c2a0065..2cc6b22 100644
--- a/docs/examples/Rect_makeInset.cpp
+++ b/docs/examples/Rect_makeInset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b8d32ab2f7ea3d4d5fb5a4ea2156f1c5
REG_FIDDLE(Rect_makeInset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_makeOffset.cpp b/docs/examples/Rect_makeOffset.cpp
index 6160828..f7f0cef 100644
--- a/docs/examples/Rect_makeOffset.cpp
+++ b/docs/examples/Rect_makeOffset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=98841ab0a932f99cccd8e6a34d94ba05
REG_FIDDLE(Rect_makeOffset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_makeOutset.cpp b/docs/examples/Rect_makeOutset.cpp
index 41c4d67..ff985cf 100644
--- a/docs/examples/Rect_makeOutset.cpp
+++ b/docs/examples/Rect_makeOutset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=87176fc60914cbca9c6a20998a033c24
REG_FIDDLE(Rect_makeOutset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_makeSorted.cpp b/docs/examples/Rect_makeSorted.cpp
index 891c4fa..47539e4 100644
--- a/docs/examples/Rect_makeSorted.cpp
+++ b/docs/examples/Rect_makeSorted.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f59567042b87f6b26f9bfeeb04468032
REG_FIDDLE(Rect_makeSorted, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_notequal_operator.cpp b/docs/examples/Rect_notequal_operator.cpp
index 2c0e454..295fe8a 100644
--- a/docs/examples/Rect_notequal_operator.cpp
+++ b/docs/examples/Rect_notequal_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=286072f8c27ff15be9eb945fa38dc9f7
REG_FIDDLE(Rect_notequal_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_offset.cpp b/docs/examples/Rect_offset.cpp
index 06fdcd8..fc75962 100644
--- a/docs/examples/Rect_offset.cpp
+++ b/docs/examples/Rect_offset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=04eb33f0fd376f2942ca5f1c7f6cbcfc
REG_FIDDLE(Rect_offset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_offsetTo.cpp b/docs/examples/Rect_offsetTo.cpp
index 21e1f24..61366ae 100644
--- a/docs/examples/Rect_offsetTo.cpp
+++ b/docs/examples/Rect_offsetTo.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bedb04b7b3e1af3e8039f9cffe66989e
REG_FIDDLE(Rect_offsetTo, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_offset_2.cpp b/docs/examples/Rect_offset_2.cpp
index 4f9c783..15cda68 100644
--- a/docs/examples/Rect_offset_2.cpp
+++ b/docs/examples/Rect_offset_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b24cf65561c98c1858a06c39f10fb797
REG_FIDDLE(Rect_offset_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_outset.cpp b/docs/examples/Rect_outset.cpp
index 46da1c4..886a696 100644
--- a/docs/examples/Rect_outset.cpp
+++ b/docs/examples/Rect_outset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=861f873ba660af8c8bf8b0b83d829cf4
REG_FIDDLE(Rect_outset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_right.cpp b/docs/examples/Rect_right.cpp
index 96c37ba..bc38d54 100644
--- a/docs/examples/Rect_right.cpp
+++ b/docs/examples/Rect_right.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ca3de7e5e292b3ad3633b1c39a31d3ab
REG_FIDDLE(Rect_right, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_round.cpp b/docs/examples/Rect_round.cpp
index 7d41206..6e1f988 100644
--- a/docs/examples/Rect_round.cpp
+++ b/docs/examples/Rect_round.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8b9e5a9af0a9b878f76919534d88f41e
REG_FIDDLE(Rect_round, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_roundIn.cpp b/docs/examples/Rect_roundIn.cpp
index 3eca5fa..193fe85 100644
--- a/docs/examples/Rect_roundIn.cpp
+++ b/docs/examples/Rect_roundIn.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=abb337da8fc1891f016c61258681c64c
REG_FIDDLE(Rect_roundIn, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_roundOut.cpp b/docs/examples/Rect_roundOut.cpp
index cb03091..154e471 100644
--- a/docs/examples/Rect_roundOut.cpp
+++ b/docs/examples/Rect_roundOut.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0bd13d7e6426ae7a3befa2ab151ac5fc
REG_FIDDLE(Rect_roundOut, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_roundOut_2.cpp b/docs/examples/Rect_roundOut_2.cpp
index 515e695..c4f4d16 100644
--- a/docs/examples/Rect_roundOut_2.cpp
+++ b/docs/examples/Rect_roundOut_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e09a6a12869a8ac21e9c2af98a5bb686
REG_FIDDLE(Rect_roundOut_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_roundOut_3.cpp b/docs/examples/Rect_roundOut_3.cpp
index 3a9aab7..43affa2 100644
--- a/docs/examples/Rect_roundOut_3.cpp
+++ b/docs/examples/Rect_roundOut_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=05f0f65ae148f192656cd87df90f1d57
REG_FIDDLE(Rect_roundOut_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_round_2.cpp b/docs/examples/Rect_round_2.cpp
index 2c27c9a..2429983 100644
--- a/docs/examples/Rect_round_2.cpp
+++ b/docs/examples/Rect_round_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ef7ae1dd522c235b0afe41b55a624f46
REG_FIDDLE(Rect_round_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_set.cpp b/docs/examples/Rect_set.cpp
index 241fcff..a78f297 100644
--- a/docs/examples/Rect_set.cpp
+++ b/docs/examples/Rect_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a10ad8d97062bc3f40942f47e5108917
REG_FIDDLE(Rect_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setBounds.cpp b/docs/examples/Rect_setBounds.cpp
index 95bdec4..74aa2d3 100644
--- a/docs/examples/Rect_setBounds.cpp
+++ b/docs/examples/Rect_setBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=cf0da15f48aa54fd1889e7f913601710
REG_FIDDLE(Rect_setBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setBoundsCheck.cpp b/docs/examples/Rect_setBoundsCheck.cpp
index 6c15913..7945caf 100644
--- a/docs/examples/Rect_setBoundsCheck.cpp
+++ b/docs/examples/Rect_setBoundsCheck.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=83d879b92683b15f9daaf0c9e71c5b35
REG_FIDDLE(Rect_setBoundsCheck, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setBoundsNoCheck.cpp b/docs/examples/Rect_setBoundsNoCheck.cpp
index 1a36e80..247a731 100644
--- a/docs/examples/Rect_setBoundsNoCheck.cpp
+++ b/docs/examples/Rect_setBoundsNoCheck.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=be10cb1411dbcf7e38e0198e8a9b8b0e
REG_FIDDLE(Rect_setBoundsNoCheck, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setEmpty.cpp b/docs/examples/Rect_setEmpty.cpp
index 48a6013..938c85f 100644
--- a/docs/examples/Rect_setEmpty.cpp
+++ b/docs/examples/Rect_setEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2cf67542d45ef5d7a7efb673b651ff54
REG_FIDDLE(Rect_setEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setLTRB.cpp b/docs/examples/Rect_setLTRB.cpp
index ee9a668..1dc8c02 100644
--- a/docs/examples/Rect_setLTRB.cpp
+++ b/docs/examples/Rect_setLTRB.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=70692838793454c8e045d6eaf7edcbff
REG_FIDDLE(Rect_setLTRB, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setWH.cpp b/docs/examples/Rect_setWH.cpp
index 9eac42f..3bb7cc5 100644
--- a/docs/examples/Rect_setWH.cpp
+++ b/docs/examples/Rect_setWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9cb5fee17802fa49341f3707bdf5d235
REG_FIDDLE(Rect_setWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_setXYWH.cpp b/docs/examples/Rect_setXYWH.cpp
index c6c7137..0fc1937 100644
--- a/docs/examples/Rect_setXYWH.cpp
+++ b/docs/examples/Rect_setXYWH.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=373cce4c61b9da0384b735b838765163
REG_FIDDLE(Rect_setXYWH, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_set_2.cpp b/docs/examples/Rect_set_2.cpp
index 80a47c7..0179a3e 100644
--- a/docs/examples/Rect_set_2.cpp
+++ b/docs/examples/Rect_set_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9b29ea460d69b4d47323fd9e3e17721e
REG_FIDDLE(Rect_set_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_set_3.cpp b/docs/examples/Rect_set_3.cpp
index 24351b9..0a78941 100644
--- a/docs/examples/Rect_set_3.cpp
+++ b/docs/examples/Rect_set_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=94295fa5197e21256171b99b4023dd48
REG_FIDDLE(Rect_set_3, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_set_4.cpp b/docs/examples/Rect_set_4.cpp
index 228df0f..b849ab1 100644
--- a/docs/examples/Rect_set_4.cpp
+++ b/docs/examples/Rect_set_4.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ee72450381f768f3869153cdbeccdc3e
REG_FIDDLE(Rect_set_4, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_sort.cpp b/docs/examples/Rect_sort.cpp
index 8b19973..cc46f87 100644
--- a/docs/examples/Rect_sort.cpp
+++ b/docs/examples/Rect_sort.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e624fe398e3d770b573c09fc74c0c400
REG_FIDDLE(Rect_sort, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_toQuad.cpp b/docs/examples/Rect_toQuad.cpp
index bfc98b6..970a9a6 100644
--- a/docs/examples/Rect_toQuad.cpp
+++ b/docs/examples/Rect_toQuad.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=59a6e7d202ac17ab80ec21b233e51f59
REG_FIDDLE(Rect_toQuad, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_top.cpp b/docs/examples/Rect_top.cpp
index 2ac0be3..98899c2 100644
--- a/docs/examples/Rect_top.cpp
+++ b/docs/examples/Rect_top.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3cfc24b011aef1ca8ccb57c05711620c
REG_FIDDLE(Rect_top, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_width.cpp b/docs/examples/Rect_width.cpp
index 90c2e35..967911a 100644
--- a/docs/examples/Rect_width.cpp
+++ b/docs/examples/Rect_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=11f8f0efe6291019fee0ac17844f6c1a
REG_FIDDLE(Rect_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_x.cpp b/docs/examples/Rect_x.cpp
index d73b058..65c34cc 100644
--- a/docs/examples/Rect_x.cpp
+++ b/docs/examples/Rect_x.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=23c77a35ac54a439a2989f840aa5cb99
REG_FIDDLE(Rect_x, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Rect_y.cpp b/docs/examples/Rect_y.cpp
index adf2cfb..ece9a5b 100644
--- a/docs/examples/Rect_y.cpp
+++ b/docs/examples/Rect_y.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c653d9017983d2a047b1fee6a481d82b
REG_FIDDLE(Rect_y, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Cliperator_const_SkRegion_const_SkIRect.cpp b/docs/examples/Region_Cliperator_const_SkRegion_const_SkIRect.cpp
index a29d8bd..c1e453d 100644
--- a/docs/examples/Region_Cliperator_const_SkRegion_const_SkIRect.cpp
+++ b/docs/examples/Region_Cliperator_const_SkRegion_const_SkIRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3831fb6006a7e0ad5d140c266c22be78
REG_FIDDLE(Region_Cliperator_const_SkRegion_const_SkIRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Cliperator_done.cpp b/docs/examples/Region_Cliperator_done.cpp
index 9a0897e..906aea1 100644
--- a/docs/examples/Region_Cliperator_done.cpp
+++ b/docs/examples/Region_Cliperator_done.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6cca7b96836266800d852664a1366453
REG_FIDDLE(Region_Cliperator_done, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Cliperator_next.cpp b/docs/examples/Region_Cliperator_next.cpp
index fd744f6..c621fcd 100644
--- a/docs/examples/Region_Cliperator_next.cpp
+++ b/docs/examples/Region_Cliperator_next.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3bbcc7eec19c808a8167bbcc987199f8
REG_FIDDLE(Region_Cliperator_next, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Cliperator_rect.cpp b/docs/examples/Region_Cliperator_rect.cpp
index 28cf7e2..638ad49 100644
--- a/docs/examples/Region_Cliperator_rect.cpp
+++ b/docs/examples/Region_Cliperator_rect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=05791751f00b4c2426093fa143b43bc7
REG_FIDDLE(Region_Cliperator_rect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_Iterator.cpp b/docs/examples/Region_Iterator_Iterator.cpp
index 94fd808..4ec7dd5 100644
--- a/docs/examples/Region_Iterator_Iterator.cpp
+++ b/docs/examples/Region_Iterator_Iterator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a2db43ee3cbf6893e9b23927fb44298a
REG_FIDDLE(Region_Iterator_Iterator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_copy_const_SkRegion.cpp b/docs/examples/Region_Iterator_copy_const_SkRegion.cpp
index 9574357..cec957d 100644
--- a/docs/examples/Region_Iterator_copy_const_SkRegion.cpp
+++ b/docs/examples/Region_Iterator_copy_const_SkRegion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e317ceca48a6a7504219af58f35d2c95
REG_FIDDLE(Region_Iterator_copy_const_SkRegion, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_done.cpp b/docs/examples/Region_Iterator_done.cpp
index f7b7448..d2de42b 100644
--- a/docs/examples/Region_Iterator_done.cpp
+++ b/docs/examples/Region_Iterator_done.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=814efa7d7f4ae52dfc861a937c1b5c25
REG_FIDDLE(Region_Iterator_done, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_next.cpp b/docs/examples/Region_Iterator_next.cpp
index cbb1772..3faba5a 100644
--- a/docs/examples/Region_Iterator_next.cpp
+++ b/docs/examples/Region_Iterator_next.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=771236c2eadfc2fcd02a3e61a0875d39
REG_FIDDLE(Region_Iterator_next, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_rect.cpp b/docs/examples/Region_Iterator_rect.cpp
index 5c86b67..ca28752 100644
--- a/docs/examples/Region_Iterator_rect.cpp
+++ b/docs/examples/Region_Iterator_rect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0e7c58ab5d3bcfb36b1f8464cf6c7d89
REG_FIDDLE(Region_Iterator_rect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_reset.cpp b/docs/examples/Region_Iterator_reset.cpp
index 506f58b..a1f58ac 100644
--- a/docs/examples/Region_Iterator_reset.cpp
+++ b/docs/examples/Region_Iterator_reset.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d153f87bd518a4ab947b7e407ea1db79
REG_FIDDLE(Region_Iterator_reset, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_rewind.cpp b/docs/examples/Region_Iterator_rewind.cpp
index 3c7e9ca..71c827e 100644
--- a/docs/examples/Region_Iterator_rewind.cpp
+++ b/docs/examples/Region_Iterator_rewind.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=32d51e959d6cc720a74ec4822511e2cd
REG_FIDDLE(Region_Iterator_rewind, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Iterator_rgn.cpp b/docs/examples/Region_Iterator_rgn.cpp
index b2ef13c..81b2933 100644
--- a/docs/examples/Region_Iterator_rgn.cpp
+++ b/docs/examples/Region_Iterator_rgn.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bbc3c454a21186e2a16e843a5b061c44
REG_FIDDLE(Region_Iterator_rgn, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Op.cpp b/docs/examples/Region_Op.cpp
index eed0861..96212cb 100644
--- a/docs/examples/Region_Op.cpp
+++ b/docs/examples/Region_Op.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=026dd8b180fe8e43f477fce43e9217b3
REG_FIDDLE(Region_Op, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Spanerator_const_SkRegion_int_int_int.cpp b/docs/examples/Region_Spanerator_const_SkRegion_int_int_int.cpp
index 0b0cf03..340fc24 100644
--- a/docs/examples/Region_Spanerator_const_SkRegion_int_int_int.cpp
+++ b/docs/examples/Region_Spanerator_const_SkRegion_int_int_int.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3073b3f8ea7252871b6156ff674dc385
REG_FIDDLE(Region_Spanerator_const_SkRegion_int_int_int, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_Spanerator_next.cpp b/docs/examples/Region_Spanerator_next.cpp
index f7405c7..4c734b0 100644
--- a/docs/examples/Region_Spanerator_next.cpp
+++ b/docs/examples/Region_Spanerator_next.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=03d02180fee5f64ec4a3347e118fb2ec
REG_FIDDLE(Region_Spanerator_next, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_computeRegionComplexity.cpp b/docs/examples/Region_computeRegionComplexity.cpp
index 419ce6b..4ea0e40 100644
--- a/docs/examples/Region_computeRegionComplexity.cpp
+++ b/docs/examples/Region_computeRegionComplexity.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c4984fefdcecdd1090be160f80939d87
REG_FIDDLE(Region_computeRegionComplexity, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_contains.cpp b/docs/examples/Region_contains.cpp
index 20fb879..e13a83a 100644
--- a/docs/examples/Region_contains.cpp
+++ b/docs/examples/Region_contains.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e3899c2715c332bfc7648d5f2b9eefc6
REG_FIDDLE(Region_contains, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_contains_2.cpp b/docs/examples/Region_contains_2.cpp
index a7700f3..1ca6f70 100644
--- a/docs/examples/Region_contains_2.cpp
+++ b/docs/examples/Region_contains_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=100b4cbd5dd7406804e40035833a433c
REG_FIDDLE(Region_contains_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_contains_3.cpp b/docs/examples/Region_contains_3.cpp
index 05785e7..94eea97 100644
--- a/docs/examples/Region_contains_3.cpp
+++ b/docs/examples/Region_contains_3.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=46de22da2f3e08a8d7f064634fc1c7b5
REG_FIDDLE(Region_contains_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_copy_const_SkIRect.cpp b/docs/examples/Region_copy_const_SkIRect.cpp
index e8660b3..59a2a08 100644
--- a/docs/examples/Region_copy_const_SkIRect.cpp
+++ b/docs/examples/Region_copy_const_SkIRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5253910233f7961c30b4c18ab911e917
REG_FIDDLE(Region_copy_const_SkIRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_copy_const_SkRegion.cpp b/docs/examples/Region_copy_const_SkRegion.cpp
index c1277b1..0ce4316 100644
--- a/docs/examples/Region_copy_const_SkRegion.cpp
+++ b/docs/examples/Region_copy_const_SkRegion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3daa83fca809b9ec6560d2ef9e2da5e6
REG_FIDDLE(Region_copy_const_SkRegion, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_copy_operator.cpp b/docs/examples/Region_copy_operator.cpp
index 474a40b..1ae6c27 100644
--- a/docs/examples/Region_copy_operator.cpp
+++ b/docs/examples/Region_copy_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e8513f6394c24efaa301d41921c5241a
REG_FIDDLE(Region_copy_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_destructor.cpp b/docs/examples/Region_destructor.cpp
index ac27b42..7fc992a 100644
--- a/docs/examples/Region_destructor.cpp
+++ b/docs/examples/Region_destructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=985ff654a6b67288d322c748132a088e
REG_FIDDLE(Region_destructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_empty_constructor.cpp b/docs/examples/Region_empty_constructor.cpp
index 5fd6cad..8c7b23d 100644
--- a/docs/examples/Region_empty_constructor.cpp
+++ b/docs/examples/Region_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4549dcda3e0f9a41b3daee0ed37deca8
REG_FIDDLE(Region_empty_constructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_equal1_operator.cpp b/docs/examples/Region_equal1_operator.cpp
index 3aa6d8a..60cc9ac 100644
--- a/docs/examples/Region_equal1_operator.cpp
+++ b/docs/examples/Region_equal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d7f4fdc8bc63ca8410ed166ecef0aef3
REG_FIDDLE(Region_equal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_getBoundaryPath.cpp b/docs/examples/Region_getBoundaryPath.cpp
index bb29500..d49c58e 100644
--- a/docs/examples/Region_getBoundaryPath.cpp
+++ b/docs/examples/Region_getBoundaryPath.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6631d36406efa3b3e27960c876421a7f
REG_FIDDLE(Region_getBoundaryPath, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_getBounds.cpp b/docs/examples/Region_getBounds.cpp
index 034b505..5495ffc 100644
--- a/docs/examples/Region_getBounds.cpp
+++ b/docs/examples/Region_getBounds.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=651632582d385d2531e7aa551c31e331
REG_FIDDLE(Region_getBounds, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_intersects.cpp b/docs/examples/Region_intersects.cpp
index d3964e8..3e7ab8e 100644
--- a/docs/examples/Region_intersects.cpp
+++ b/docs/examples/Region_intersects.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=42bde0ef8c2ee372751428cd6e21c1ca
REG_FIDDLE(Region_intersects, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_intersects_2.cpp b/docs/examples/Region_intersects_2.cpp
index 7df98c2..b29e956 100644
--- a/docs/examples/Region_intersects_2.cpp
+++ b/docs/examples/Region_intersects_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4263d79ac0e7df02e90948fdde9fa965
REG_FIDDLE(Region_intersects_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_isComplex.cpp b/docs/examples/Region_isComplex.cpp
index b17d47f..5b3263e 100644
--- a/docs/examples/Region_isComplex.cpp
+++ b/docs/examples/Region_isComplex.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1fbd76d75ca2d280e81856311de4e54e
REG_FIDDLE(Region_isComplex, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_isEmpty.cpp b/docs/examples/Region_isEmpty.cpp
index dc02155..fc0ab7d 100644
--- a/docs/examples/Region_isEmpty.cpp
+++ b/docs/examples/Region_isEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=10ef0de39e8553dd97cf8668ce185070
REG_FIDDLE(Region_isEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_isRect.cpp b/docs/examples/Region_isRect.cpp
index 571598e..4da6518 100644
--- a/docs/examples/Region_isRect.cpp
+++ b/docs/examples/Region_isRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b6adbdddf7fe45a1098121c4e5fd57ea
REG_FIDDLE(Region_isRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_notequal1_operator.cpp b/docs/examples/Region_notequal1_operator.cpp
index a0602d6..048e4f5 100644
--- a/docs/examples/Region_notequal1_operator.cpp
+++ b/docs/examples/Region_notequal1_operator.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3357caa9d8d810f200cbccb668182496
REG_FIDDLE(Region_notequal1_operator, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_1.cpp b/docs/examples/Region_op_1.cpp
index b5c56b6..72a1c78 100644
--- a/docs/examples/Region_op_1.cpp
+++ b/docs/examples/Region_op_1.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1790b2e054c536a54601138365700ac3
REG_FIDDLE(Region_op_1, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_2.cpp b/docs/examples/Region_op_2.cpp
index 3cca6f6..cad0895 100644
--- a/docs/examples/Region_op_2.cpp
+++ b/docs/examples/Region_op_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2e3497890d523235f96680716c321098
REG_FIDDLE(Region_op_2, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_3.cpp b/docs/examples/Region_op_3.cpp
index 48ccba6..e14fb40 100644
--- a/docs/examples/Region_op_3.cpp
+++ b/docs/examples/Region_op_3.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=65f4eccea3514ed7e37b5067e15efddb
REG_FIDDLE(Region_op_3, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_4.cpp b/docs/examples/Region_op_4.cpp
index e69b77f..bc88fe9 100644
--- a/docs/examples/Region_op_4.cpp
+++ b/docs/examples/Region_op_4.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3f964be1e1fd2fbb977b655d3a928f0a
REG_FIDDLE(Region_op_4, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_5.cpp b/docs/examples/Region_op_5.cpp
index 4188927..ded9807 100644
--- a/docs/examples/Region_op_5.cpp
+++ b/docs/examples/Region_op_5.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e623208dd44f0b24499ac5f1593d1b39
REG_FIDDLE(Region_op_5, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_op_6.cpp b/docs/examples/Region_op_6.cpp
index 3e5cee5..13c9205 100644
--- a/docs/examples/Region_op_6.cpp
+++ b/docs/examples/Region_op_6.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13de1a6fcb2302a2a30278cb88d3e17d
REG_FIDDLE(Region_op_6, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_quickContains.cpp b/docs/examples/Region_quickContains.cpp
index 9168fb4..52f5395 100644
--- a/docs/examples/Region_quickContains.cpp
+++ b/docs/examples/Region_quickContains.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d8e5eac373e2e7cfc1b8cd0229647ba6
REG_FIDDLE(Region_quickContains, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_quickContains_2.cpp b/docs/examples/Region_quickContains_2.cpp
index b3e033f..f3ae2b60 100644
--- a/docs/examples/Region_quickContains_2.cpp
+++ b/docs/examples/Region_quickContains_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=eb6d290887e1a3a0b051b4d7b012f5e1
REG_FIDDLE(Region_quickContains_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_quickReject.cpp b/docs/examples/Region_quickReject.cpp
index 0f52ea7..3842478 100644
--- a/docs/examples/Region_quickReject.cpp
+++ b/docs/examples/Region_quickReject.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=71ac24b7d91ac5ca7c14b43930d5f85d
REG_FIDDLE(Region_quickReject, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_quickReject_2.cpp b/docs/examples/Region_quickReject_2.cpp
index d1a23d2..9d06ae6 100644
--- a/docs/examples/Region_quickReject_2.cpp
+++ b/docs/examples/Region_quickReject_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=def7dba38947c33b203e4f9db6c88be3
REG_FIDDLE(Region_quickReject_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_readFromMemory.cpp b/docs/examples/Region_readFromMemory.cpp
index c043b7e..5324075 100644
--- a/docs/examples/Region_readFromMemory.cpp
+++ b/docs/examples/Region_readFromMemory.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1ede346c430ef23df0eaaf0773dd6a15
REG_FIDDLE(Region_readFromMemory, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_set.cpp b/docs/examples/Region_set.cpp
index 8270db0..99359c4 100644
--- a/docs/examples/Region_set.cpp
+++ b/docs/examples/Region_set.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b3538117c7ae2cb7de3b42ca45fe1b13
REG_FIDDLE(Region_set, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setEmpty.cpp b/docs/examples/Region_setEmpty.cpp
index 08cc4ca..3a4c8ef 100644
--- a/docs/examples/Region_setEmpty.cpp
+++ b/docs/examples/Region_setEmpty.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1314f7250963775c5ee89cc5981eee24
REG_FIDDLE(Region_setEmpty, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setPath.cpp b/docs/examples/Region_setPath.cpp
index b9342b5..e675448 100644
--- a/docs/examples/Region_setPath.cpp
+++ b/docs/examples/Region_setPath.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=45b9ea2247b9ca7f10aa22ea29a426f4
REG_FIDDLE(Region_setPath, 256, 120, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setRect.cpp b/docs/examples/Region_setRect.cpp
index b25e03f..590ea34 100644
--- a/docs/examples/Region_setRect.cpp
+++ b/docs/examples/Region_setRect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e12575ffcd262f2364e0e6bece98a825
REG_FIDDLE(Region_setRect, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setRect_2.cpp b/docs/examples/Region_setRect_2.cpp
index c16548b..7c9c973 100644
--- a/docs/examples/Region_setRect_2.cpp
+++ b/docs/examples/Region_setRect_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5b31a1b077818a8150ad50f3b19e7bfe
REG_FIDDLE(Region_setRect_2, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setRects.cpp b/docs/examples/Region_setRects.cpp
index 2ba2cdf..2ea7330 100644
--- a/docs/examples/Region_setRects.cpp
+++ b/docs/examples/Region_setRects.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fc793a14ed76c096a68a755c963c1ee0
REG_FIDDLE(Region_setRects, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_setRegion.cpp b/docs/examples/Region_setRegion.cpp
index ae90894..49d0904 100644
--- a/docs/examples/Region_setRegion.cpp
+++ b/docs/examples/Region_setRegion.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5d75d22bd155576838155762ab040751
REG_FIDDLE(Region_setRegion, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_swap.cpp b/docs/examples/Region_swap.cpp
index 668814c..f8fa47f 100644
--- a/docs/examples/Region_swap.cpp
+++ b/docs/examples/Region_swap.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ae67b7b4c198b46c58e48f5af061c8f1
REG_FIDDLE(Region_swap, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_translate.cpp b/docs/examples/Region_translate.cpp
index d2e97a1..000c5bd 100644
--- a/docs/examples/Region_translate.cpp
+++ b/docs/examples/Region_translate.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=4e5b9e53aa1b200fed3ee6596ca01f0e
REG_FIDDLE(Region_translate, 256, 90, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_translate_2.cpp b/docs/examples/Region_translate_2.cpp
index 8151d3d..afa5eb5 100644
--- a/docs/examples/Region_translate_2.cpp
+++ b/docs/examples/Region_translate_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=024200960eb52fee1f471514607e6001
REG_FIDDLE(Region_translate_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Region_writeToMemory.cpp b/docs/examples/Region_writeToMemory.cpp
index 1fe05d2..0d502fd 100644
--- a/docs/examples/Region_writeToMemory.cpp
+++ b/docs/examples/Region_writeToMemory.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1419d2a8c22c355ab46240865d056ee5
REG_FIDDLE(Region_writeToMemory, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Saturation.cpp b/docs/examples/Saturation.cpp
index c3bbf8c..cd71f35 100644
--- a/docs/examples/Saturation.cpp
+++ b/docs/examples/Saturation.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a48698975d236573cef512f94a7e360b
REG_FIDDLE(Saturation, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Screen.cpp b/docs/examples/Screen.cpp
index edbb97d..63c04d5 100644
--- a/docs/examples/Screen.cpp
+++ b/docs/examples/Screen.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b7b42965927788d853f449f08ddf46de
REG_FIDDLE(Screen, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Shader_Methods_a.cpp b/docs/examples/Shader_Methods_a.cpp
index 70ee642..8a2a39c 100644
--- a/docs/examples/Shader_Methods_a.cpp
+++ b/docs/examples/Shader_Methods_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c015dc2010c15e1c00b4f7330232b0f7
REG_FIDDLE(Shader_Methods_a, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Shader_Methods_b.cpp b/docs/examples/Shader_Methods_b.cpp
index f04ed31..1b63493 100644
--- a/docs/examples/Shader_Methods_b.cpp
+++ b/docs/examples/Shader_Methods_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fe80fd80b98a20823db7fb9a077243c7
REG_FIDDLE(Shader_Methods_b, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Soft_Light.cpp b/docs/examples/Soft_Light.cpp
index a97b75a..62c978f 100644
--- a/docs/examples/Soft_Light.cpp
+++ b/docs/examples/Soft_Light.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ac93f30dff13f8a8bb31398de370863b
REG_FIDDLE(Soft_Light, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Src.cpp b/docs/examples/Src.cpp
index 50d26f3..f697895 100644
--- a/docs/examples/Src.cpp
+++ b/docs/examples/Src.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0fc85dd916cc1a5896d36c80b9847391
REG_FIDDLE(Src, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Src_Atop.cpp b/docs/examples/Src_Atop.cpp
index 4560f95..e88d480 100644
--- a/docs/examples/Src_Atop.cpp
+++ b/docs/examples/Src_Atop.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a13148977bfc985934a92752c83a2041
REG_FIDDLE(Src_Atop, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Src_In.cpp b/docs/examples/Src_In.cpp
index 2dbbe79..c3a2906 100644
--- a/docs/examples/Src_In.cpp
+++ b/docs/examples/Src_In.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b0833c18fe8b0eeaab9bd6d2160d272f
REG_FIDDLE(Src_In, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Src_Out.cpp b/docs/examples/Src_Out.cpp
index f7cdb0a..772c751 100644
--- a/docs/examples/Src_Out.cpp
+++ b/docs/examples/Src_Out.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=ccc1e74226e0c9eacbc21f1eed017b84
REG_FIDDLE(Src_Out, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Src_Over.cpp b/docs/examples/Src_Over.cpp
index e0c9fb3..f320cea 100644
--- a/docs/examples/Src_Over.cpp
+++ b/docs/examples/Src_Over.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2ea9c149964a06cdb4929158cb4f15f8
REG_FIDDLE(Src_Over, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/State_Stack_a.cpp b/docs/examples/State_Stack_a.cpp
index f1be0f6..7750c08 100644
--- a/docs/examples/State_Stack_a.cpp
+++ b/docs/examples/State_Stack_a.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bb1dbfdca3aedf716beb6f07e2aab065
REG_FIDDLE(State_Stack_a, 256, 160, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/State_Stack_b.cpp b/docs/examples/State_Stack_b.cpp
index 83710fa..56d73bf 100644
--- a/docs/examples/State_Stack_b.cpp
+++ b/docs/examples/State_Stack_b.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9f563a2d60aa31d4b26742e5aa17aa4e
REG_FIDDLE(State_Stack_b, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Stroke_Width.cpp b/docs/examples/Stroke_Width.cpp
index f16d343..cc2928b 100644
--- a/docs/examples/Stroke_Width.cpp
+++ b/docs/examples/Stroke_Width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5112c7209a19e035c61cef33a624a652
REG_FIDDLE(Stroke_Width, 256, 170, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeFromBackendTexture.cpp b/docs/examples/Surface_MakeFromBackendTexture.cpp
index 7a841dd..4abf0df 100644
--- a/docs/examples/Surface_MakeFromBackendTexture.cpp
+++ b/docs/examples/Surface_MakeFromBackendTexture.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d3aec071998f871809f515e58abb1b0e
REG_FIDDLE(Surface_MakeFromBackendTexture, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeFromBackendTextureAsRenderTarget.cpp b/docs/examples/Surface_MakeFromBackendTextureAsRenderTarget.cpp
index 9f22e1f..f9f1942 100644
--- a/docs/examples/Surface_MakeFromBackendTextureAsRenderTarget.cpp
+++ b/docs/examples/Surface_MakeFromBackendTextureAsRenderTarget.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5e87093b9cbe95124ae14cbe77091eb7
REG_FIDDLE(Surface_MakeFromBackendTextureAsRenderTarget, 256, 256, false, 3) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeNull.cpp b/docs/examples/Surface_MakeNull.cpp
index 1052240..0d08d40 100644
--- a/docs/examples/Surface_MakeNull.cpp
+++ b/docs/examples/Surface_MakeNull.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=99a54b814ccab7d2b1143c88581649ff
REG_FIDDLE(Surface_MakeNull, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeRaster.cpp b/docs/examples/Surface_MakeRaster.cpp
index 34b3906..b580c93 100644
--- a/docs/examples/Surface_MakeRaster.cpp
+++ b/docs/examples/Surface_MakeRaster.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a803910ada4f8733f0b62456afead55f
REG_FIDDLE(Surface_MakeRaster, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Surface_MakeRasterDirect.cpp b/docs/examples/Surface_MakeRasterDirect.cpp
index 484c275..fea837b 100644
--- a/docs/examples/Surface_MakeRasterDirect.cpp
+++ b/docs/examples/Surface_MakeRasterDirect.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=3f5aeb870104187643197354a7f1d27a
REG_FIDDLE(Surface_MakeRasterDirect, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Surface_MakeRasterDirectReleaseProc.cpp b/docs/examples/Surface_MakeRasterDirectReleaseProc.cpp
index d6f5223..6d4c2bc 100644
--- a/docs/examples/Surface_MakeRasterDirectReleaseProc.cpp
+++ b/docs/examples/Surface_MakeRasterDirectReleaseProc.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8e6530b26ab4096a9a91cfaadda1c568
REG_FIDDLE(Surface_MakeRasterDirectReleaseProc, 256, 256, true, 0) {
static void release_direct_surface_storage(void* pixels, void* context) {
diff --git a/docs/examples/Surface_MakeRasterN32Premul.cpp b/docs/examples/Surface_MakeRasterN32Premul.cpp
index 9361cf1..3de585b 100644
--- a/docs/examples/Surface_MakeRasterN32Premul.cpp
+++ b/docs/examples/Surface_MakeRasterN32Premul.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b932a2bd68455fb0af2e7a1ed19e36b3
REG_FIDDLE(Surface_MakeRasterN32Premul, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Surface_MakeRaster_2.cpp b/docs/examples/Surface_MakeRaster_2.cpp
index 704dc04..b9d32cb 100644
--- a/docs/examples/Surface_MakeRaster_2.cpp
+++ b/docs/examples/Surface_MakeRaster_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c6197d204ef9e4ccfb583242651fb2a7
REG_FIDDLE(Surface_MakeRaster_2, 256, 256, true, 0) {
void draw(SkCanvas* ) {
diff --git a/docs/examples/Surface_MakeRenderTarget.cpp b/docs/examples/Surface_MakeRenderTarget.cpp
index 0404e63..4ee09f9 100644
--- a/docs/examples/Surface_MakeRenderTarget.cpp
+++ b/docs/examples/Surface_MakeRenderTarget.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=67b6609471a3f1ed0f4b1657004cdecb
REG_FIDDLE(Surface_MakeRenderTarget, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeRenderTarget_2.cpp b/docs/examples/Surface_MakeRenderTarget_2.cpp
index a200639..b7718ae 100644
--- a/docs/examples/Surface_MakeRenderTarget_2.cpp
+++ b/docs/examples/Surface_MakeRenderTarget_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=640321e8ecfb3f9329f3bc6e1f02485f
REG_FIDDLE(Surface_MakeRenderTarget_2, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_MakeRenderTarget_3.cpp b/docs/examples/Surface_MakeRenderTarget_3.cpp
index e6096c7..62b94eb 100644
--- a/docs/examples/Surface_MakeRenderTarget_3.cpp
+++ b/docs/examples/Surface_MakeRenderTarget_3.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=5c7629c15e9ac93f098335e72560fa2e
REG_FIDDLE(Surface_MakeRenderTarget_3, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_characterize.cpp b/docs/examples/Surface_characterize.cpp
index 5b9a267..bdec9d6 100644
--- a/docs/examples/Surface_characterize.cpp
+++ b/docs/examples/Surface_characterize.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6de6f3ef699a72ff26da1b26b23a3316
REG_FIDDLE(Surface_characterize, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_draw.cpp b/docs/examples/Surface_draw.cpp
index ce6dd8f..d4e9d71 100644
--- a/docs/examples/Surface_draw.cpp
+++ b/docs/examples/Surface_draw.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=0de693f4d8dd898a60be8cfba23952be
REG_FIDDLE(Surface_draw, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_draw_2.cpp b/docs/examples/Surface_draw_2.cpp
index 5a2bb18..827f4ff 100644
--- a/docs/examples/Surface_draw_2.cpp
+++ b/docs/examples/Surface_draw_2.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=46d9bacf593deaaeabd74ff42f2571a0
REG_FIDDLE(Surface_draw_2, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_getCanvas.cpp b/docs/examples/Surface_getCanvas.cpp
index 65b8cc4..781a401 100644
--- a/docs/examples/Surface_getCanvas.cpp
+++ b/docs/examples/Surface_getCanvas.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=33d0c5ad5a4810e533ae1010e29f8b75
REG_FIDDLE(Surface_getCanvas, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_height.cpp b/docs/examples/Surface_height.cpp
index 5fed7b3..89fcbd1 100644
--- a/docs/examples/Surface_height.cpp
+++ b/docs/examples/Surface_height.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=20571cc23e3146deaa09046b64cc0aef
REG_FIDDLE(Surface_height, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_makeImageSnapshot.cpp b/docs/examples/Surface_makeImageSnapshot.cpp
index 5b1a31d..9d40184 100644
--- a/docs/examples/Surface_makeImageSnapshot.cpp
+++ b/docs/examples/Surface_makeImageSnapshot.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=46f1fa0d95e590a64bed0140407ce5f7
REG_FIDDLE(Surface_makeImageSnapshot, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_makeImageSnapshot_2.cpp b/docs/examples/Surface_makeImageSnapshot_2.cpp
index e762a4a..225d0be 100644
--- a/docs/examples/Surface_makeImageSnapshot_2.cpp
+++ b/docs/examples/Surface_makeImageSnapshot_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=b18b8ab693b09eb70a1d22ab63790cc7
REG_FIDDLE(Surface_makeImageSnapshot_2, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_makeSurface.cpp b/docs/examples/Surface_makeSurface.cpp
index f60a0f6..8b994b6 100644
--- a/docs/examples/Surface_makeSurface.cpp
+++ b/docs/examples/Surface_makeSurface.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a9889b519a26896b900da0444e423c61
REG_FIDDLE(Surface_makeSurface, 256, 96, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_notifyContentWillChange.cpp b/docs/examples/Surface_notifyContentWillChange.cpp
index c4ff78e..b2fde72 100644
--- a/docs/examples/Surface_notifyContentWillChange.cpp
+++ b/docs/examples/Surface_notifyContentWillChange.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=be9574c4a14f891e1abb4ec2b1e51d6c
REG_FIDDLE(Surface_notifyContentWillChange, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_peekPixels.cpp b/docs/examples/Surface_peekPixels.cpp
index a771339..539c456 100644
--- a/docs/examples/Surface_peekPixels.cpp
+++ b/docs/examples/Surface_peekPixels.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=8c6184f22cfe068f021704cf92a147a1
REG_FIDDLE(Surface_peekPixels, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_props.cpp b/docs/examples/Surface_props.cpp
index 799c8d9..e6fc5e8 100644
--- a/docs/examples/Surface_props.cpp
+++ b/docs/examples/Surface_props.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=13cf9e7b2894ae6e98c1fd719040bf01
REG_FIDDLE(Surface_props, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_readPixels.cpp b/docs/examples/Surface_readPixels.cpp
index 0e876b0..9481cdb 100644
--- a/docs/examples/Surface_readPixels.cpp
+++ b/docs/examples/Surface_readPixels.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=9f454fb93bca6482598d198b4121f0a6
REG_FIDDLE(Surface_readPixels, 256, 32, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_readPixels_2.cpp b/docs/examples/Surface_readPixels_2.cpp
index 37ca8d3..fd6acba 100644
--- a/docs/examples/Surface_readPixels_2.cpp
+++ b/docs/examples/Surface_readPixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=484d60dab5d846bf28c7a4d48892324a
REG_FIDDLE(Surface_readPixels_2, 256, 64, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_readPixels_3.cpp b/docs/examples/Surface_readPixels_3.cpp
index f22f3fd..5876978 100644
--- a/docs/examples/Surface_readPixels_3.cpp
+++ b/docs/examples/Surface_readPixels_3.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=2d991a231e49d1de13eeb2ba9b440e01
REG_FIDDLE(Surface_readPixels_3, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_width.cpp b/docs/examples/Surface_width.cpp
index 442f3e1..64599c8 100644
--- a/docs/examples/Surface_width.cpp
+++ b/docs/examples/Surface_width.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=df066b56dd97c7c589fd2bb6a2539de8
REG_FIDDLE(Surface_width, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_writePixels.cpp b/docs/examples/Surface_writePixels.cpp
index 7bc325c..2705371 100644
--- a/docs/examples/Surface_writePixels.cpp
+++ b/docs/examples/Surface_writePixels.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=760793bcf0ef193fa61ea03e6e8fc825
REG_FIDDLE(Surface_writePixels, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Surface_writePixels_2.cpp b/docs/examples/Surface_writePixels_2.cpp
index e13297a..1736b39 100644
--- a/docs/examples/Surface_writePixels_2.cpp
+++ b/docs/examples/Surface_writePixels_2.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d77790dd3bc9f678fa4f582347fb8fba
REG_FIDDLE(Surface_writePixels_2, 256, 96, false, 4) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlobBuilder_allocRun.cpp b/docs/examples/TextBlobBuilder_allocRun.cpp
index 2cf581e..65ebd2f 100644
--- a/docs/examples/TextBlobBuilder_allocRun.cpp
+++ b/docs/examples/TextBlobBuilder_allocRun.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=f0e584aec20eaee7a5bfed62aa885eee
REG_FIDDLE(TextBlobBuilder_allocRun, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlobBuilder_allocRunPos.cpp b/docs/examples/TextBlobBuilder_allocRunPos.cpp
index ca166d7..b3b1a8b 100644
--- a/docs/examples/TextBlobBuilder_allocRunPos.cpp
+++ b/docs/examples/TextBlobBuilder_allocRunPos.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=da4fcb4a972b500996be9aff6c6c40e1
REG_FIDDLE(TextBlobBuilder_allocRunPos, 256, 90, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlobBuilder_allocRunPosH.cpp b/docs/examples/TextBlobBuilder_allocRunPosH.cpp
index e73c2d9..624f2a2 100644
--- a/docs/examples/TextBlobBuilder_allocRunPosH.cpp
+++ b/docs/examples/TextBlobBuilder_allocRunPosH.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=c77ac50f506106fdfef94d20bc1a6934
REG_FIDDLE(TextBlobBuilder_allocRunPosH, 256, 60, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlobBuilder_empty_constructor.cpp b/docs/examples/TextBlobBuilder_empty_constructor.cpp
index f387a91..f9bf045 100644
--- a/docs/examples/TextBlobBuilder_empty_constructor.cpp
+++ b/docs/examples/TextBlobBuilder_empty_constructor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d9dbabfe24aad92ee3c8144513e90d81
REG_FIDDLE(TextBlobBuilder_empty_constructor, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlobBuilder_make.cpp b/docs/examples/TextBlobBuilder_make.cpp
index 1f27cf0..60c9081 100644
--- a/docs/examples/TextBlobBuilder_make.cpp
+++ b/docs/examples/TextBlobBuilder_make.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=34c37c0212cc0aef670d96945d08fe24
REG_FIDDLE(TextBlobBuilder_make, 256, 256, true, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlob_Deserialize.cpp b/docs/examples/TextBlob_Deserialize.cpp
index 72a4dda..0342e8d 100644
--- a/docs/examples/TextBlob_Deserialize.cpp
+++ b/docs/examples/TextBlob_Deserialize.cpp
@@ -1,10 +1,10 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=68b6d0208eb0b4de67fc152381af7a58
REG_FIDDLE(TextBlob_Deserialize, 256, 24, false, 0) {
-#include "SkSerialProcs.h"
+#include "include/core/SkSerialProcs.h"
void draw(SkCanvas* canvas) {
SkFont blobFont;
diff --git a/docs/examples/TextBlob_MakeFromString.cpp b/docs/examples/TextBlob_MakeFromString.cpp
index 66ba3eb..98518f5 100644
--- a/docs/examples/TextBlob_MakeFromString.cpp
+++ b/docs/examples/TextBlob_MakeFromString.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=a5af182e793eed3f2bb3b0efc2cf4852
REG_FIDDLE(TextBlob_MakeFromString, 256, 24, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlob_MakeFromText.cpp b/docs/examples/TextBlob_MakeFromText.cpp
index 51ebd7e..da2e08c 100644
--- a/docs/examples/TextBlob_MakeFromText.cpp
+++ b/docs/examples/TextBlob_MakeFromText.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=bec2252bc36dc8fd023015629d60c405
REG_FIDDLE(TextBlob_MakeFromText, 256, 24, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlob_bounds.cpp b/docs/examples/TextBlob_bounds.cpp
index 5723a0e..3588fe5 100644
--- a/docs/examples/TextBlob_bounds.cpp
+++ b/docs/examples/TextBlob_bounds.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=fb8b2502bbe52d2029aecdf569dd9fdb
REG_FIDDLE(TextBlob_bounds, 256, 70, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlob_getIntercepts.cpp b/docs/examples/TextBlob_getIntercepts.cpp
index 293c58b..4b8da0b 100644
--- a/docs/examples/TextBlob_getIntercepts.cpp
+++ b/docs/examples/TextBlob_getIntercepts.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=e9d4eb8ece521b1329e7433d4b243fdf
REG_FIDDLE(TextBlob_getIntercepts, 256, 143, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/TextBlob_serialize.cpp b/docs/examples/TextBlob_serialize.cpp
index c0b2d08..9566373 100644
--- a/docs/examples/TextBlob_serialize.cpp
+++ b/docs/examples/TextBlob_serialize.cpp
@@ -1,10 +1,10 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=90ce8c327d407b1faac73baa2ebd0378
REG_FIDDLE(TextBlob_serialize, 256, 64, false, 0) {
-#include "SkSerialProcs.h"
+#include "include/core/SkSerialProcs.h"
void draw(SkCanvas* canvas) {
SkFont blobFont;
diff --git a/docs/examples/TextBlob_serialize_2.cpp b/docs/examples/TextBlob_serialize_2.cpp
index 459a06a..825b95b 100644
--- a/docs/examples/TextBlob_serialize_2.cpp
+++ b/docs/examples/TextBlob_serialize_2.cpp
@@ -1,9 +1,9 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=464201a828f7e94fc01cd57facfcd2f4
REG_FIDDLE(TextBlob_serialize_2, 256, 24, false, 0) {
-#include "SkSerialProcs.h"
+#include "include/core/SkSerialProcs.h"
void draw(SkCanvas* canvas) {
SkFont blobFont;
diff --git a/docs/examples/TextBlob_uniqueID.cpp b/docs/examples/TextBlob_uniqueID.cpp
index 7489067..d9152ec 100644
--- a/docs/examples/TextBlob_uniqueID.cpp
+++ b/docs/examples/TextBlob_uniqueID.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=6e12cceca981ddabc0fc18c380543f34
REG_FIDDLE(TextBlob_uniqueID, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Text_Encoding.cpp b/docs/examples/Text_Encoding.cpp
index ef4b438..930c7d4 100644
--- a/docs/examples/Text_Encoding.cpp
+++ b/docs/examples/Text_Encoding.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=767fa4e7b6300e16a419f9881f0f9d3d
REG_FIDDLE(Text_Encoding, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Text_Scale_X.cpp b/docs/examples/Text_Scale_X.cpp
index b103bc4..37ff708 100644
--- a/docs/examples/Text_Scale_X.cpp
+++ b/docs/examples/Text_Scale_X.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=d13d787c1e36f515319fc998411c1d91
REG_FIDDLE(Text_Scale_X, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Text_Size.cpp b/docs/examples/Text_Size.cpp
index 4fa50ac..e4f4dff 100644
--- a/docs/examples/Text_Size.cpp
+++ b/docs/examples/Text_Size.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=91c9a3e498bb9412e4522a95d076ed5f
REG_FIDDLE(Text_Size, 256, 135, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Text_Skew_X.cpp b/docs/examples/Text_Skew_X.cpp
index a16ab1a..a7c1409 100644
--- a/docs/examples/Text_Skew_X.cpp
+++ b/docs/examples/Text_Skew_X.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=aff208b0aab265f273045b27e683c17c
REG_FIDDLE(Text_Skew_X, 256, 128, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Typeface_Methods.cpp b/docs/examples/Typeface_Methods.cpp
index 7ec9530..5c228a9 100644
--- a/docs/examples/Typeface_Methods.cpp
+++ b/docs/examples/Typeface_Methods.cpp
@@ -1,7 +1,7 @@
#if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=1a7a5062725139760962582f599f1b97
REG_FIDDLE(Typeface_Methods, 256, 100, false, 0) {
void draw(SkCanvas* canvas) {
diff --git a/docs/examples/Xor.cpp b/docs/examples/Xor.cpp
index 9a9af87..72efa99 100644
--- a/docs/examples/Xor.cpp
+++ b/docs/examples/Xor.cpp
@@ -1,6 +1,6 @@
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
-#include "fiddle/examples.h"
+#include "tools/fiddle/examples.h"
// HASH=29db2c7493d9098b8a086ddbe30dd6d6
REG_FIDDLE(Xor, 256, 256, false, 0) {
void draw(SkCanvas* canvas) {