HomeSort by relevance Sort by last modified time
    Searched refs:fController (Results 1 - 4 of 4) 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/skia/src/core/
SkPictureFlat.h 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
    [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...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 304 SkGPipeController* fController;
329 fController->notifyWritten(bytes);
439 fController = controller;
484 void* block = fController->requestBlock(needed, &fBlockSize);
    [all...]

Completed in 67 milliseconds