Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp877 struct TextProps { in wrap() struct
882 std::unique_ptr<TextProps[]> modelText; in wrap()
896 modelText = std::make_unique<TextProps[]>(utf8runLength + 1); in wrap()
936 ShapedRun candidate = [&](const TextProps& props){ in wrap()