Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-ot-color-sbix-table.hh154 bool has_glyphs = false; in subset() local
168 has_glyphs = true; in subset()
176 if (has_glyphs) in subset()
180 return_trace (has_glyphs); in subset()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-sbix-table.hh154 bool has_glyphs = false; in subset() local
168 has_glyphs = true; in subset()
176 if (has_glyphs) in subset()
180 return_trace (has_glyphs); in subset()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp788 bool has_glyphs = false; in readStrikeData() local
789 if (!deserializer.read<bool>(&has_glyphs)) READ_FAILURE in readStrikeData()
791 if (!has_glyphs) continue; in readStrikeData()