Home | History | Annotate | Download | only in native

Lines Matching refs:fAllocator

74         : fAllocator(new SkPdfAllocator())
87 : fAllocator(new SkPdfAllocator())
194 SkPdfNativeObject* obj = fAllocator->allocObject();
195 current = nextObject(current, end, obj, fAllocator, this);
238 delete fAllocator;
336 current = nextObject(current, trailerEnd, &token, fAllocator, NULL);
382 SkPdfNativeTokenizer tokenizer(current, (int) (end - current), fAllocator, this);
387 SkPdfNativeObject* dict = fAllocator->allocObject();
428 current = nextObject(current, end, dict, fAllocator, this);
508 SkPdfNativeObject* obj = fAllocator->allocObject();
515 SkPdfNativeObject* obj = fAllocator->allocObject();
522 SkPdfNativeObject* obj = fAllocator->allocObject();
529 return fAllocator;
577 return fAllocator->bytesUsed() +