Searched refs:fController (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h368 : fController(SkRef(controller))
441 fController->unalloc((void*)found);
487 // We have to delay fScratch's initialization until its first use; fController might not
495 SkASSERT(fController->getBitmapHeap() != NULL);
496 fScratch.setBitmapHeap(fController->getBitmapHeap());
497 fScratch.setTypefaceRecorder(fController->getTypefaceSet());
498 fScratch.setNamedFactoryRecorder(fController->getNamedFactorySet());
536 // This result is owned by fController and lives as long as it does (unless unalloc'd).
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten());
548 // We can now reuse fScratch, and detached will live until fController die
559 SkAutoTUnref<SkFlatController> fController; member in class:SkFlatDictionary
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h368 : fController(SkRef(controller))
441 fController->unalloc((void*)found);
487 // We have to delay fScratch's initialization until its first use; fController might not
495 SkASSERT(fController->getBitmapHeap() != NULL);
496 fScratch.setBitmapHeap(fController->getBitmapHeap());
497 fScratch.setTypefaceRecorder(fController->getTypefaceSet());
498 fScratch.setNamedFactoryRecorder(fController->getNamedFactorySet());
536 // This result is owned by fController and lives as long as it does (unless unalloc'd).
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten());
548 // We can now reuse fScratch, and detached will live until fController die
559 SkAutoTUnref<SkFlatController> fController; member in class:SkFlatDictionary
[all...]
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp304 SkGPipeController* fController; member in class:SkGPipeCanvas
329 fController->notifyWritten(bytes);
439 fController = controller;
484 void* block = fController->requestBlock(needed, &fBlockSize);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp304 SkGPipeController* fController; member in class:SkGPipeCanvas
329 fController->notifyWritten(bytes);
439 fController = controller;
484 void* block = fController->requestBlock(needed, &fBlockSize);

Completed in 191 milliseconds