From ab5c9af442382fd05215a09f1814686710108880 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 12 Jul 2018 16:24:53 -0400 Subject: fix include generation Over zealous requirement to have periods at end of every sentence relaxed. Removed ancient comments from SkRRect.h. Add support for understanding " = default". TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=141120 Bug: skia:6818 Change-Id: I184533539803238ed386863f9029cb68a27e1d6a Reviewed-on: https://skia-review.googlesource.com/141120 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- site/user/api/SkBitmap_Reference.md | 12 ----- site/user/api/SkCanvas_Reference.md | 10 ---- site/user/api/SkMatrix_Reference.md | 94 ------------------------------------ site/user/api/SkSurface_Reference.md | 6 --- 4 files changed, 122 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 625fdfbadf..8273397001 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -2058,8 +2058,6 @@ Calls reset and returns false if: -. - ### Parameters @@ -3400,8 +3398,6 @@ Input is not validated. Triggers an assert() if built with SK_DEBUG defined and:
imageInfo
-. - ### Parameters @@ -3456,8 +3452,6 @@ Input is not validated. Triggers an assert() if built with SK_DEBUG defined and:
x
-. - ### Parameters @@ -3512,8 +3506,6 @@ Input is not validated. Triggers an assert() if built with SK_DEBUG defined and:
x
-. - ### Parameters @@ -3573,8 +3565,6 @@ Return false if:
x
-. - ### Parameters @@ -3643,8 +3633,6 @@ row to the next. Returns true if pixels are copied. Returns false if:
dst
-. - Pixels are copied only if pixel conversion is possible. If Bitmap colorType is kGray_8_SkColorType, or kAlpha_8_SkColorType; dstInfo.colorType must match. If Bitmap colorType is kGray_8_SkColorType, dstInfo.colorSpace must match. diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index c418c50897..75bf7645f8 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -1497,8 +1497,6 @@ Does not copy, and returns false if: -. - ### Parameters @@ -1595,8 +1593,6 @@ Does not copy, and returns false if:
dstInfo
-. - ### Parameters @@ -1677,8 +1673,6 @@ Does not copy, and returns false if:
pixmap
-. - ### Parameters @@ -1758,8 +1752,6 @@ Does not copy, and returns false if:
bitmap
-. - ### Parameters @@ -1836,8 +1828,6 @@ Does not copy, and returns false if:
info
-. - ### Parameters diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index 617ccc8915..b780eb27e1 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -680,8 +680,6 @@ Sets Matrix to scale by ( | 0 0 1 | -. - ### Parameters
bitmap
@@ -720,8 +718,6 @@ Sets Matrix to scale | 0 0 1 | -. - ### Parameters
sx
@@ -758,8 +754,6 @@ Sets Matrix to translate by (dx @@ -801,8 +795,6 @@ Sets Matrix to: | pers0 pers1 pers2 | -. - ### Parameters
scale
@@ -1084,8 +1076,6 @@ Returns true if Matrix is identity. Identity matrix is: | 0 0 1 | -. - ### Return Value true if Matrix has no effect @@ -1125,8 +1115,6 @@ contain only scale elements, only translate elements, or both. -. - ### Return Value true if Matrix is identity; or scales, translates, or both @@ -1167,8 +1155,6 @@ Returns true if Matrix is identity, or translates. -. - ### Return Value true if Matrix is identity, or translates @@ -2486,8 +2472,6 @@ Sets all values from parameters. Sets matrix to: | persp0 persp1 persp2 | -. - ### Parameters
scaleX
@@ -2586,8 +2570,6 @@ Sets matrix to: | buffer[6] buffer[7] buffer[8] | -. - In the future, set9 followed by get9 may not return the same values. Since Matrix maps non-homogeneous coordinates, scaling all nine values produces an equivalent transformation, possibly improving precision. @@ -2624,8 +2606,6 @@ Sets Matrix to identity; which has no effect on mapped -. - Also called setIdentity; use the one that provides better inline documentation. @@ -2662,8 +2642,6 @@ Sets Matrix to identity; which has no effect on mapped -. - Also called reset; use the one that provides better inline documentation. @@ -3059,8 +3037,6 @@ a * b = | D E F | * | M N O | = | DJ+EM+FP DK+EN+FQ DL+EO+FR | | G H I | | P Q R | | GJ+HM+IP GK+HN+IQ GL+HO+IR | -. - ### Parameters
scaleX
@@ -3109,8 +3085,6 @@ Matrix * T(dx, dy) = | D E F | | 0 1 dy | = | D E D*dx+E*dy+F | | G H I | | 0 0 1 | | G H G*dx+H*dy+I | -. - ### Parameters
a
@@ -3165,8 +3139,6 @@ Matrix * S(sx, sy, px, py) = | D E F | | 0 sy dy | = | D*sx E*sy D*dx+E*dy+F | | G H I | | 0 0 1 | | G*sx H*sy G*dx+H*dy+I | -. - ### Parameters
dx
@@ -3219,8 +3191,6 @@ Matrix * S(sx, sy) = | D E F | | 0 sy 0 | = | D*sx E*sy F | | G H I | | 0 0 1 | | G*sx H*sy I | -. - ### Parameters
sx
@@ -3279,8 +3249,6 @@ Matrix * R(degrees, px, py) = | D E F | | s c dy | = | Dc+Es -Ds+Ec D*dx+E*dy+F | G H I | | 0 0 1 | | Gc+Hs -Gs+Hc G*dx+H*dy+I | -. - ### Parameters
sx
@@ -3339,8 +3307,6 @@ Matrix * R(degrees, px, py) = | D E F | | s c 0 | = | Dc+Es -Ds+Ec F | | G H I | | 0 0 1 | | Gc+Hs -Gs+Hc I | -. - ### Parameters
degrees
@@ -3392,8 +3358,6 @@ Matrix * K(kx, ky, px, py) = | D E F | | ky 1 dy | = | D+E*ky D*kx+E D*dx+E*dy+ | G H I | | 0 0 1 | | G+H*ky G*kx+H G*dx+H*dy+I | -. - ### Parameters
degrees
@@ -3446,8 +3410,6 @@ Matrix * K(kx, ky) = | D E F | | ky 1 0 | = | D+E*ky D*kx+E F | | G H I | | 0 0 1 | | G+H*ky G*kx+H I | -. - ### Parameters
kx
@@ -3494,8 +3456,6 @@ Matrix * other = | D E F | * | M N O | = | DJ+EM+FP DK+EN+FQ DL+EO+FR | | G H I | | P Q R | | GJ+HM+IP GK+HN+IQ GL+HO+IR | -. - ### Parameters
kx
@@ -3541,8 +3501,6 @@ T(dx, dy) * Matrix = | 0 1 dy | | M N O | = | M+dy*P N+dy*Q O+dy*R | | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
other
@@ -3598,8 +3556,6 @@ S(sx, sy, px, py) * Matrix = | 0 sy dy | | M N O | = | sy*M+dy*P sy*N+dy*Q sy*O | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
dx
@@ -3652,8 +3608,6 @@ S(sx, sy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O | | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
sx
@@ -3709,8 +3663,6 @@ I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O | | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
sx
@@ -3773,8 +3725,6 @@ R(degrees, px, py) * Matrix = |s c dy| |M N O| = |sJ+cM+dy*P sK+cN+dy*Q sL+cO+d |0 0 1| |P Q R| | P Q R| -. - ### Parameters
divx
@@ -3833,8 +3783,6 @@ R(degrees, px, py) * Matrix = | s c dy | | M N O | = | sJ+cM sK+cN sL+cO | | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
degrees
@@ -3886,8 +3834,6 @@ K(kx, ky, px, py) * Matrix = |ky 1 dy| |M N O| = |ky*J+M+dy*P ky*K+N+dy*Q ky*L+ | 0 0 1| |P Q R| | P Q R| -. - ### Parameters
degrees
@@ -3940,8 +3886,6 @@ K(kx, ky) * Matrix = | ky 1 0 | | M N O | = | ky*J+M ky*K+N ky*L+O | | 0 0 1 | | P Q R | | P Q R | -. - ### Parameters
kx
@@ -3988,8 +3932,6 @@ other * Matrix = | D E F | * | M N O | = | DJ+EM+FP DK+EN+FQ DL+EO+FR | | G H I | | P Q R | | GJ+HM+IP GK+HN+IQ GL+HO+IR | -. - ### Parameters
kx
@@ -4093,8 +4035,6 @@ Returns true if dst is empty, and sets | 0 0 1 | -. - ### Parameters
other
@@ -4156,8 +4096,6 @@ empty, returns Matrix set to: | 0 0 1 | -. - ### Parameters
src
@@ -4291,8 +4229,6 @@ Sets affine to: | 0 1 0 | -. - Affine 3x2 matrices in column major order are used by OpenGL and XPS. ### Parameters @@ -4334,8 +4270,6 @@ Fills affine in column major order. Sets | skew-y scale-y translate-y | -. - If Matrix contains perspective, returns false and leaves affine unchanged. ### Parameters @@ -4390,8 +4324,6 @@ column, then row, as: | 0 0 1 | -. - ### Parameters
src
@@ -4539,8 +4471,6 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - src and dst may point to the same storage. ### Parameters @@ -4598,8 +4528,6 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - ### Parameters
affine
@@ -4644,8 +4572,6 @@ Matrix * src = |D E F| |y| = |Ax+By+Cz Dx+Ey+Fz Gx+Hy+Iz| |G H I| |z| -. - ### Parameters
pts
@@ -4692,8 +4618,6 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - ### Parameters
dst
@@ -4739,8 +4663,6 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - ### Parameters
x
@@ -4856,8 +4778,6 @@ Matrix * vec = |D E 0| |y| = |Ax+By Dx+Ey Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - ### Parameters
x
@@ -4902,8 +4822,6 @@ Matrix * vec = |D E 0| |dy| = |A*dx+B*dy D*dx+E*dy G*dx+H*dy+I| = ----------- , |G H I| | 1| G*dx+H*dy+I G*dx+*dHy+I -. - ### Parameters
vecs
@@ -4950,8 +4868,6 @@ Matrix * vec = |D E 0| |dy| = |A*dx+B*dy D*dx+E*dy G*dx+H*dy+I| = ----------- , |G H I| | 1| G*dx+H*dy+I G*dx+*dHy+I -. - ### Parameters
dx
@@ -5106,8 +5022,6 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- |G H I| |1| Gx+Hy+I Gx+Hy+I -. - ### Parameters
dx
@@ -5629,8 +5543,6 @@ Returns reference to const identity Matrix. Returned -. - ### Return Value const identity Matrix @@ -5670,8 +5582,6 @@ to: | SK_ScalarMax SK_ScalarMax SK_ScalarMax | -. - ### Return Value const invalid Matrix @@ -5719,8 +5629,6 @@ a * b = | D E F | * | M N O | = | DJ+EM+FP DK+EN+FQ DL+EO+FR | | G H I | | P Q R | | GJ+HM+IP GK+HN+IQ GL+HO+IR | -. - ### Parameters
dst
@@ -5793,8 +5701,6 @@ Initializes Matrix with scale and translate elements. | 0 0 1 | -. - ### Parameters
a
diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md index c1fbe929dc..387c6cbae6 100644 --- a/site/user/api/SkSurface_Reference.md +++ b/site/user/api/SkSurface_Reference.md @@ -1627,8 +1627,6 @@ Does not copy, and returns false if:
sx
-. - ### Parameters @@ -1690,8 +1688,6 @@ Does not copy, and returns false if:
dst
-. - ### Parameters @@ -1764,8 +1760,6 @@ Does not copy, and returns false if:
dstInfo
-. - ### Parameters -- cgit v1.2.3
dst