Home
last modified time | relevance | path

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

/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp565 bool hasNonBMP = false; in exportTtxCommon() local
569 fCMap.foreach([&out, &hasNonBMP](const SkUnichar& c, const SkGlyphID& g) { in exportTtxCommon()
571 hasNonBMP = true; in exportTtxCommon()
581 if (hasNonBMP) { in exportTtxCommon()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp629 bool hasNonBMP = false; in exportTtxCommon() local
633 fCMap.foreach ([&out, &hasNonBMP](const SkUnichar& c, const SkGlyphID& g) { in exportTtxCommon()
635 hasNonBMP = true; in exportTtxCommon()
645 if (hasNonBMP) { in exportTtxCommon()