Searched defs:getTextBlobCache (Results 1 – 3 of 3) sorted by relevance
37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
147 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext151 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
56 GrTextBlobCache* getTextBlobCache() { return this->context()->getTextBlobCache(); } in getTextBlobCache() function