Lines Matching refs:nLevel

606         UBiDiLevel nLevel = UBIDI_DEFAULT_LTR;  in ImplLayoutArgs()  local
608 nLevel = UBIDI_DEFAULT_RTL; in ImplLayoutArgs()
616 …ubidi_setPara( pParaBidi, reinterpret_cast<const UChar *>(mpStr), mnLength, nLevel, NULL, &rcI18n … in ImplLayoutArgs()
1816 int nLevel = 0, n; in AdjustLayout() local
1840 nStartNew[ nLevel ] = nStartOld[ nLevel ] = 0; in AdjustLayout()
1841 nValid[ nLevel ] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1842 nStartNew[ nLevel ], &nGlyphAdv[ nLevel ], &nCharPos[ nLevel ] ); in AdjustLayout()
1844nLevel]) fprintf(mslLog(), "layout[%d]->GetNextGlyphs %d,%d x%d a%d c%d %x\n", n, nStartOld[nLevel in AdjustLayout()
1845 rArgs.mpStr[nCharPos[nLevel]]); in AdjustLayout()
1847 if( (n > 0) && !nValid[ nLevel ] ) in AdjustLayout()
1855 if( nLevel != n ) in AdjustLayout()
1857 mpLayouts[ nLevel ] = mpLayouts[ n ]; in AdjustLayout()
1858 mpFallbackFonts[ nLevel ] = mpFallbackFonts[ n ]; in AdjustLayout()
1859 maFallbackRuns[ nLevel ] = maFallbackRuns[ n ]; in AdjustLayout()
1861 ++nLevel; in AdjustLayout()
1864 mnLevel = nLevel; in AdjustLayout()
1869 for( n = 0; n < nLevel; ++n ) in AdjustLayout()
1886 while( nValid[0] && (nLevel > 0)) in AdjustLayout()
1889 for( n = 0; n < nLevel; ++n ) in AdjustLayout()
1895 if( n < nLevel ) in AdjustLayout()
1931 bool bKeepNotDef = (nFBLevel >= nLevel); in AdjustLayout()
1948 if( n >= nLevel-1 ) in AdjustLayout()
1949 --nLevel; in AdjustLayout()
1956 if ((n+1 < nLevel) && (nCharPos[n] != nOrigCharPos)) in AdjustLayout()
1982 if( !maFallbackRuns[ nLevel-1 ].PosIsInRun( nCharPos[0] ) ) in AdjustLayout()
2254 int nLevel = static_cast<unsigned>(nStart) >> GF_FONTSHIFT; in GetNextGlyphs() local
2256 for(; nLevel < mnLevel; ++nLevel, nStart=0 ) in GetNextGlyphs()
2258 SalLayout& rLayout = *mpLayouts[ nLevel ]; in GetNextGlyphs()
2264 int nFontTag = nLevel << GF_FONTSHIFT; in GetNextGlyphs()
2267 fUnitMul /= mpLayouts[nLevel]->GetUnitsPerPixel(); in GetNextGlyphs()