Home | History | Annotate | Download | only in core

Lines Matching refs:fController

371     : fController(SkRef(controller))
444 fController->unalloc((void*)found);
490 // We have to delay fScratch's initialization until its first use; fController might not
498 SkASSERT(fController->getBitmapHeap() != NULL);
499 fScratch.setBitmapHeap(fController->getBitmapHeap());
500 fScratch.setTypefaceRecorder(fController
501 fScratch.setNamedFactoryRecorder(fController->getNamedFactorySet());
539 // This result is owned by fController and lives as long as it does (unless unalloc'd).
544 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten());
551 // We can now reuse fScratch, and detached will live until fController dies.
557 fController->getBitmapHeap(),
558 fController->getTypefacePlayback());
562 SkAutoTUnref<SkFlatController> fController;