Expose DashingArray and Phase in the public API
Access to dashing info was available in the original Foxit API, but
not publicly accessible in pdfium. This provides getters and setters
for them in fpdf_edit.h. Additionally, CFX_GraphState was extended to
enable access. In contrast with the Foxit API, the dashing array getter
copies to an array directly instead of passing in an index, like in
FPDFPath_GetPathSegment(), to reduce the need for copying.
R=tsepez@chromium.org
Bug: pdfium:1187
Change-Id: If4b376e164dc8c8a97268ff380683b5d6a9f4be4
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/82030
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/AUTHORS b/AUTHORS
index 02fab7d..f37b91e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,6 +24,7 @@
Miklos Vajna <vmiklos@vmiklos.hu>
Minh Trần <myoki.crystal@gmail.com>
Ralf Sippl <ralf.sippl@gmail.com>
+Robert Collyer <rcollyer99@gmail.com>
Ryan Wiley <wileyrr@gmail.com>
Tibor Dusnoki <tdusnoki@inf.u-szeged.hu>
Wang Qing <wangqing-hf@loongson.cn>