Home
last modified time | relevance | path

Searched refs:ShapedLine (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts683 export interface ShapedLine { interface
863 getShapedLines(): ShapedLine[];
3046 ShapeText(text: string, runs: FontBlock[], width?: number): ShapedLine[];
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp514 struct ShapedLine { struct
552 void emit(const ShapedLine& line, SkShaper::RunHandler* handler) { in emit()
865 ShapedLine line; in wrap()