Home | History | Annotate | Download | only in core

Lines Matching refs:fController

368     : 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 dies.
554 fController->getBitmapHeap(),
555 fController->getTypefacePlayback());
559 SkAutoTUnref<SkFlatController> fController;