diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-21 21:46:56 +0200 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-22 13:47:46 +0000 |
commit | 0150a5455829ede62017bc24ed9c4bcdc1cafef2 (patch) | |
tree | 27e595f415590d75af16bdcb6531c05cd6b01d93 /fpdfsdk/fpdfview_c_api_test.c | |
parent | 09b5ce623fc47bc3d19d60aa2a219c838971dd4b (diff) | |
download | pdfium-0150a5455829ede62017bc24ed9c4bcdc1cafef2.tar.xz |
API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()
This was the last place talking about "point objects".
Change-Id: Ib5f5d5b8efdd674ca5902ff82c2bd4d9f2db8bb1
Reviewed-on: https://pdfium-review.googlesource.com/14651
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfview_c_api_test.c')
-rw-r--r-- | fpdfsdk/fpdfview_c_api_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c index b3fe303eac..cc5d6c995d 100644 --- a/fpdfsdk/fpdfview_c_api_test.c +++ b/fpdfsdk/fpdfview_c_api_test.c @@ -148,7 +148,7 @@ int CheckPDFiumCApi() { CHK(FPDFPath_SetStrokeWidth); CHK(FPDFPath_SetFillColor); CHK(FPDFPath_GetFillColor); - CHK(FPDFPath_CountPoint); + CHK(FPDFPath_CountSegments); CHK(FPDFPath_GetPathSegment); CHK(FPDFPathSegment_GetPoint); CHK(FPDFPathSegment_GetType); |