Searched defs:SkPdfAllocator (Results 1 - 4 of 4) 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 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...]
/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 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...]

Completed in 1564 milliseconds