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