Home | History | Annotate | Download | only in native

Lines Matching defs:SkPdfStream

25 class SkPdfStream;
824 const SkPdfStream* getStream() const {
827 return hasStream() ? (const SkPdfStream*)this : NULL;
831 SkPdfStream* getStream() {
834 return hasStream() ? (SkPdfStream*)this : NULL;
1308 class SkPdfStream : public SkPdfNativeObject {};