Home | History | Annotate | Download | only in native

Lines Matching defs:SkPdfAllocator

88 /** \class SkPdfAllocator
95 class SkPdfAllocator {
97 SkPdfAllocator() {
103 ~SkPdfAllocator();
105 // Allocates an object. It will be reset automatically when ~SkPdfAllocator() is called.
108 // Allocates a buffer. It will be freed automatically when ~SkPdfAllocator() is called.
161 SkPdfAllocator* allocator, SkPdfNativeDoc* doc);
163 SkPdfAllocator* allocator, SkPdfNativeDoc* doc);
185 SkPdfAllocator* fAllocator;
198 SkPdfAllocator* allocator,