Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp171 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext
175 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
DGrRecordingContextPriv.h59 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
DGrContextPriv.h62 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
/external/skqp/src/gpu/
DGrContextPriv.h207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache() function