Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRemoteGlyphCache.cpp632 bool has_glyphs = false; in readStrikeData() local
633 if (!deserializer.read<bool>(&has_glyphs)) READ_FAILURE in readStrikeData()
635 if (!has_glyphs) continue; in readStrikeData()