Home
last modified time | relevance | path

Searched refs:fFontScalerKey (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBatchFontCache.h32 const GrFontDescKey* getFontScalerKey() const { return fFontScalerKey; } in getFontScalerKey()
56 return *(ts.fFontScalerKey); in GetKey()
64 SkAutoTUnref<const GrFontDescKey> fFontScalerKey; variable
DGrBatchFontCache.cpp121 fontCache->fCache.remove(*(strike->fFontScalerKey)); in HandleEviction()
158 : fFontScalerKey(SkRef(key)) in GrBatchTextStrike()