OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
346
,
fController
(SkRef(controller))
429
fController
->unalloc((void*)found);
489
// We have to delay fWriteBuffer's initialization until its first use;
fController
might not
496
SkASSERT(
fController
->getBitmapHeap() != NULL);
497
fWriteBuffer.setBitmapHeap(
fController
->getBitmapHeap());
498
fWriteBuffer.setTypefaceRecorder(
fController
->getTypefaceSet());
499
fWriteBuffer.setNamedFactoryRecorder(
fController
->getNamedFactorySet());
500
fWriteBuffer.setFlags(
fController
->getWriteBufferFlags());
547
// This result is owned by
fController
and lives as long as it does (unless unalloc'd).
553
SkFlatData* detached = (SkFlatData*)
fController
->allocThrow(paddedSize)
[
all
...]
/external/skia/src/core/
SkPictureFlat.h
346
,
fController
(SkRef(controller))
429
fController
->unalloc((void*)found);
489
// We have to delay fWriteBuffer's initialization until its first use;
fController
might not
496
SkASSERT(
fController
->getBitmapHeap() != NULL);
497
fWriteBuffer.setBitmapHeap(
fController
->getBitmapHeap());
498
fWriteBuffer.setTypefaceRecorder(
fController
->getTypefaceSet());
499
fWriteBuffer.setNamedFactoryRecorder(
fController
->getNamedFactorySet());
500
fWriteBuffer.setFlags(
fController
->getWriteBufferFlags());
547
// This result is owned by
fController
and lives as long as it does (unless unalloc'd).
553
SkFlatData* detached = (SkFlatData*)
fController
->allocThrow(paddedSize)
[
all
...]
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
305
SkGPipeController*
fController
;
330
fController
->notifyWritten(bytes);
438
fController
= controller;
489
void* block =
fController
->requestBlock(blockSize, &fBlockSize);
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
305
SkGPipeController*
fController
;
330
fController
->notifyWritten(bytes);
438
fController
= controller;
489
void* block =
fController
->requestBlock(blockSize, &fBlockSize);
[
all
...]
Completed in 28 milliseconds