Searched defs:ShapedLine (Results 1 – 2 of 2) sorted by relevance
670 struct ShapedLine { struct671 SkTArray<ShapedRun> runs;672 SkVector fAdvance = { 0, 0 };
678 export interface ShapedLine { interface