Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGlyphMap.h100 static inline bool compareGlyphPriority(const SVGGlyph& first, const SVGGlyph& second) in compareGlyphPriority() function
120 std::sort(glyphs.begin(), glyphs.end(), compareGlyphPriority); in collectGlyphsForString()