Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp627 bool hasNonBMP = false; in exportTtxCommon() local
631 fCMap.foreach ([&out, &hasNonBMP](const SkUnichar& c, const SkGlyphID& g) { in exportTtxCommon()
633 hasNonBMP = true; in exportTtxCommon()
643 if (hasNonBMP) { in exportTtxCommon()