Home | History | Annotate | Download | only in core

Lines Matching refs:fController

370     : fController(SkRef(controller))
443 fController->unalloc((void*)found);
473 // We have to delay fScratch's initialization until its first use; fController might not
481 SkASSERT(fController->getBitmapHeap() != NULL);
482 fScratch.setBitmapHeap(fController->getBitmapHeap());
483 fScratch.setTypefaceRecorder(fController->getTypefaceSet());
484 fScratch.setNamedFactoryRecorder(fController->getNamedFactorySet());
522 // This result is owned by fController and lives as long as it does (unless unalloc'd).
527 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten());
534 // We can now reuse fScratch, and detached will live until fController dies.
540 fController->getBitmapHeap(),
541 fController->getTypefacePlayback());
545 SkAutoTUnref<SkFlatController> fController;