Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc732 IDWriteTextAnalyzer1* analyzer1; in _hb_directwrite_shape_full() local
733 analyzer->QueryInterface (&analyzer1); in _hb_directwrite_shape_full()
735 if (analyzer1 && lineWidth) in _hb_directwrite_shape_full()
741 hr = analyzer1->GetJustificationOpportunities (fontFace, fontEmSize, in _hb_directwrite_shape_full()
755 hr = analyzer1->JustifyGlyphAdvances (lineWidth, glyphCount, justificationOpportunities, in _hb_directwrite_shape_full()
765 hr = analyzer1->GetScriptProperties (runHead->mScript, &scriptProperties); in _hb_directwrite_shape_full()
783 hr = analyzer1->GetJustifiedGlyphs (fontFace, fontEmSize, runHead->mScript, in _hb_directwrite_shape_full()