Home
last modified time | relevance | path

Searched refs:setupKey (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlobCache.h46 cacheBlob->setupKey(key, blurRec, paint); in makeCachedBlob()
DGrTextBlob.h96 void setupKey(const GrTextBlob::Key& key, in setupKey() function
/external/skia/src/gpu/text/
DGrTextBlobCache.h58 cacheBlob->setupKey(key, blurRec, glyphRunList.paint()); in makeCachedBlob()
DGrTextBlob.h114 void setupKey(const GrTextBlob::Key& key,
DGrTextBlob.cpp329 void GrTextBlob::setupKey(const GrTextBlob::Key& key, const SkMaskFilterBase::BlurRec& blurRec, in setupKey() function in GrTextBlob
/external/skqp/src/core/
DSkGlyphRunPainter.cpp575 sanityBlob->setupKey(key, blurRec, listPaint); in drawGlyphRunList()