Searched defs:IDOrPath (Results 1 – 1 of 1) sorted by relevance
97 union IDOrPath { union98 IDOrPath() {} in IDOrPath() function99 IDOrPath(SkGlyphID glyphID) : fGlyphID{glyphID} {} in IDOrPath() function