Home
last modified time | relevance | path

Searched defs:IDOrPath (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/text/
H A DStrikeForGPU.h97 union IDOrPath { union
98 IDOrPath() {} in IDOrPath() function
99 IDOrPath(SkGlyphID glyphID) : fGlyphID{glyphID} {} in IDOrPath() function