Searched defs:ShapedLine (Results 1 – 2 of 2) sorted by relevance
517 struct ShapedLine { struct518 SkTArray<ShapedRun> runs;519 SkVector fAdvance = { 0, 0 };
682 export interface ShapedLine { interface