Home
last modified time | relevance | path

Searched defs:getTextBlobCache (Results 1 – 4 of 4) 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
/third_party/skia/m133/src/gpu/ganesh/
DGrRecordingContextPriv.h93 sktext::gpu::TextBlobRedrawCoordinator* getTextBlobCache() { in getTextBlobCache() function