HomeSort by relevance Sort by last modified time
    Searched refs:fController (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPictureFlat.h 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
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 301 SkGPipeController* fController;
326 fController->notifyWritten(bytes);
440 fController = controller;
494 void* block = fController->requestBlock(needed, &fBlockSize);
    [all...]

Completed in 32 milliseconds