[PDF] Move most of the headers to be private.
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 22 Mar 2012 20:45:15 +0000 (20:45 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 22 Mar 2012 20:45:15 +0000 (20:45 +0000)
commit7d6c8f997f8fe2c222f9d6d31f984c2e7cf16cc5
tree95d8dc5cf623018c83ef2154f10b618c8990b4a0
parent7c9594259bbf007bf6dab857544586f2327ea66e
[PDF] Move most of the headers to be private.

Compute font stats in SkPDFDocument in order to make more of the headers private.

Previous review: https://codereview.appspot.com/5868049/

Review URL: https://codereview.appspot.com/5875049

git-svn-id: http://skia.googlecode.com/svn/trunk@3470 2bbb7eff-a529-9590-31e7-b0007b416f81
14 files changed:
gyp/pdf.gyp
gyp/tests.gyp
include/pdf/SkPDFDocument.h
src/pdf/SkPDFCatalog.h [moved from include/pdf/SkPDFCatalog.h with 99% similarity]
src/pdf/SkPDFDocument.cpp
src/pdf/SkPDFFont.h [moved from include/pdf/SkPDFFont.h with 92% similarity]
src/pdf/SkPDFFormXObject.h [moved from include/pdf/SkPDFFormXObject.h with 100% similarity]
src/pdf/SkPDFGraphicState.h [moved from include/pdf/SkPDFGraphicState.h with 100% similarity]
src/pdf/SkPDFImage.h [moved from include/pdf/SkPDFImage.h with 100% similarity]
src/pdf/SkPDFPage.h [moved from include/pdf/SkPDFPage.h with 98% similarity]
src/pdf/SkPDFShader.h [moved from include/pdf/SkPDFShader.h with 100% similarity]
src/pdf/SkPDFStream.h [moved from include/pdf/SkPDFStream.h with 100% similarity]
src/pdf/SkPDFTypes.h [moved from include/pdf/SkPDFTypes.h with 100% similarity]
src/pdf/SkPDFUtils.h [moved from include/pdf/SkPDFUtils.h with 100% similarity]