Home
last modified time | relevance | path

Searched refs:ImplLayoutRuns (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6095 ImplLayoutRuns aLayoutRuns = rLayoutArgs.maRuns; in ImplGlyphFallbackLayout()
H A Dsallayout.cxx416 bool ImplLayoutRuns::AddPos( int nCharPos, bool bRTL ) in AddPos()
446 bool ImplLayoutRuns::AddRun( int nCharPos0, int nCharPos1, bool bRTL ) in AddRun()
467 bool ImplLayoutRuns::PosIsInRun( int nCharPos ) const in PosIsInRun()
488 bool ImplLayoutRuns::PosIsInAnyRun( int nCharPos ) const in PosIsInAnyRun()
493 ImplLayoutRuns *pThis = const_cast<ImplLayoutRuns*>(this); in PosIsInAnyRun()
511 bool ImplLayoutRuns::GetNextPos( int* nCharPos, bool* bRightToLeft ) in GetNextPos()
557 bool ImplLayoutRuns::GetRun( int* nMinRunPos, int* nEndRunPos, bool* bRightToLeft ) const in GetRun()
712 ImplLayoutRuns aNewRuns; in PrepareFallback()
1684 maFallbackRuns[mnLevel-1] = ImplLayoutRuns(); in SetInComplete()
1698 ImplLayoutRuns& rFallbackRuns, const ImplFontData* pFallbackFont ) in AddFallback()
/trunk/main/vcl/inc/
H A Dsallayout.hxx68 class VCL_PLUGIN_PUBLIC ImplLayoutRuns class
75 ImplLayoutRuns() { mnRunIndex = 0; maRuns.reserve(8); } in ImplLayoutRuns() function in ImplLayoutRuns
108 ImplLayoutRuns maRuns;
109 ImplLayoutRuns maReruns;
248 ImplLayoutRuns&, const ImplFontData* pFallbackFont );
273 ImplLayoutRuns maFallbackRuns[ MAX_FALLBACK ];

Completed in 66 milliseconds