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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 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->getTypefaceSet());
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
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 311 SkGPipeController* fController;
336 fController->notifyWritten(bytes);
450 fController = controller;
497 void* block = fController->requestBlock(needed, &fBlockSize);
    [all...]

Completed in 32 milliseconds