Home
last modified time | relevance | path

Searched refs:has_glyphs (Results 1 – 2 of 2) 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()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp702 bool has_glyphs = false; in readStrikeData() local
703 if (!deserializer.read<bool>(&has_glyphs)) READ_FAILURE in readStrikeData()
705 if (!has_glyphs) continue; in readStrikeData()