Home
last modified time | relevance | path

Searched defs:getTextBlobCache (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrContextThreadSafeProxyPriv.h37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
DGrRecordingContext.cpp147 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext
151 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
DGrRecordingContextPriv.h56 GrTextBlobCache* getTextBlobCache() { return this->context()->getTextBlobCache(); } in getTextBlobCache() function