OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBatchFontCache
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextContext.cpp
126
RegenerateTextBlob(cacheBlob, context->
getBatchFontCache
(),
139
RegenerateTextBlob(sanityBlob, context->
getBatchFontCache
(),
152
RegenerateTextBlob(cacheBlob, context->
getBatchFontCache
(),
314
CreateDrawTextBlob(context->getTextBlobCache(), context->
getBatchFontCache
(),
343
context->
getBatchFontCache
(),
405
context->
getBatchFontCache
(),
413
context->
getBatchFontCache
());
GrBatchFontCache.h
31
GrBatchFontCache*
getBatchFontCache
() const { return fBatchFontCache; }
GrAtlasTextBlob.cpp
428
distanceAdjustTable, context->
getBatchFontCache
());
450
distanceAdjustTable, context->
getBatchFontCache
());
/external/skia/include/gpu/
GrContext.h
318
GrBatchFontCache*
getBatchFontCache
() { return fBatchFontCache; }
/external/skia/src/gpu/
GrTest.cpp
149
GrBatchFontCache* cache = this->
getBatchFontCache
();
Completed in 679 milliseconds