PDF Type3 Support.


git-svn-id: http://skia.googlecode.com/svn/trunk@892 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
index 3e1edb7..3879706 100644
--- a/include/pdf/SkPDFDevice.h
+++ b/include/pdf/SkPDFDevice.h
@@ -176,18 +176,8 @@
 
     void updateGSFromPaint(const SkPaint& newPaint, bool forText);
     void updateFont(const SkPaint& paint, uint16_t glyphID);
-    int getFontResourceIndex(uint32_t fontID, uint16_t glyphID);
+    int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID);
 
-    void moveTo(SkScalar x, SkScalar y);
-    void appendLine(SkScalar x, SkScalar y);
-    void appendCubic(SkScalar ctl1X, SkScalar ctl1Y,
-                     SkScalar ctl2X, SkScalar ctl2Y,
-                     SkScalar dstX, SkScalar dstY);
-    void appendRectangle(SkScalar x, SkScalar y, SkScalar w, SkScalar h);
-    void emitPath(const SkPath& path);
-    void closePath();
-    void paintPath(SkPaint::Style style, SkPath::FillType fill);
-    void strokePath();
     void pushGS();
     void popGS();
     void setTextTransform(SkScalar x, SkScalar y, SkScalar textSkewX);