HomeSort by relevance Sort by last modified time
    Searched full:analyzer1 (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-directwrite.cc 730 IDWriteTextAnalyzer1* analyzer1; local
731 analyzer->QueryInterface (&analyzer1);
733 if (analyzer1 && lineWidth)
739 hr = analyzer1->GetJustificationOpportunities (fontFace, fontEmSize,
753 hr = analyzer1->JustifyGlyphAdvances (lineWidth, glyphCount, justificationOpportunities,
763 hr = analyzer1->GetScriptProperties (runHead->mScript, &scriptProperties);
781 hr = analyzer1->GetJustifiedGlyphs (fontFace, fontEmSize, runHead->mScript,

Completed in 51 milliseconds