Searched refs:SkPdfAllocator (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.h88 /** \class SkPdfAllocator
95 class SkPdfAllocator { class
97 SkPdfAllocator() { function in class: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* allocato
[all...]
H A DSkPdfNativeDoc.h16 class SkPdfAllocator;
106 SkPdfAllocator* allocator() const;
148 SkPdfAllocator* fAllocator;
H A DSkPdfNativeTokenizer.cpp79 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
249 SkPdfNativeObject* str, SkPdfAllocator* allocator) {
398 static const unsigned char* readHexString(const unsigned char* start, const unsigned char* end, SkPdfNativeObject* str, SkPdfAllocator* allocator) {
526 SkPdfNativeObject* name, SkPdfAllocator* allocator) {
688 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set.
772 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
857 SkPdfNativeObject* SkPdfAllocator::allocBlock() {
862 SkPdfAllocator::~SkPdfAllocator() {
[all...]
H A DSkPdfNativeDoc.cpp74 : fAllocator(new SkPdfAllocator())
87 : fAllocator(new SkPdfAllocator())
528 SkPdfAllocator* SkPdfNativeDoc::allocator() const {
H A DSkPdfNativeObject.h26 class SkPdfAllocator;
38 * SkPdfAllocator will allocate them in chunks and will free them in destructor.
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.h88 /** \class SkPdfAllocator
95 class SkPdfAllocator { class
97 SkPdfAllocator() { function in class: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* allocato
[all...]
H A DSkPdfNativeDoc.h16 class SkPdfAllocator;
106 SkPdfAllocator* allocator() const;
148 SkPdfAllocator* fAllocator;
H A DSkPdfNativeTokenizer.cpp79 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
249 SkPdfNativeObject* str, SkPdfAllocator* allocator) {
398 static const unsigned char* readHexString(const unsigned char* start, const unsigned char* end, SkPdfNativeObject* str, SkPdfAllocator* allocator) {
526 SkPdfNativeObject* name, SkPdfAllocator* allocator) {
688 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set.
772 SkPdfAllocator* allocator, SkPdfNativeDoc* doc) {
857 SkPdfNativeObject* SkPdfAllocator::allocBlock() {
862 SkPdfAllocator::~SkPdfAllocator() {
[all...]
H A DSkPdfNativeDoc.cpp74 : fAllocator(new SkPdfAllocator())
87 : fAllocator(new SkPdfAllocator())
528 SkPdfAllocator* SkPdfNativeDoc::allocator() const {
H A DSkPdfNativeObject.h26 class SkPdfAllocator;
38 * SkPdfAllocator will allocate them in chunks and will free them in destructor.
/external/chromium_org/third_party/skia/experimental/PdfViewer/inc/
H A DSkPdfContext.h46 SkPdfAllocator fTmpPageAllocator;
/external/skia/experimental/PdfViewer/inc/
H A DSkPdfContext.h46 SkPdfAllocator fTmpPageAllocator;

Completed in 687 milliseconds