Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DCaps.h175 bool supportBilerpFromGlyphAtlas() const { return fSupportBilerpFromGlyphAtlas; } in supportBilerpFromGlyphAtlas() function
/external/skia/src/gpu/graphite/text/
DAtlasManager.cpp29 , fSupportBilerpAtlas{recorder->priv().caps()->supportBilerpFromGlyphAtlas()} in AtlasManager()