Searched defs:ShapedLine (Results 1 – 2 of 2) sorted by relevance
539 struct ShapedLine { struct540 SkTArray<ShapedRun> runs;541 SkVector fAdvance = { 0, 0 };
757 export interface ShapedLine { interface