Searched defs:ShapedLine (Results 1 – 2 of 2) sorted by relevance
514 struct ShapedLine { struct515 SkTArray<ShapedRun> runs;516 SkVector fAdvance = { 0, 0 };
683 export interface ShapedLine { interface