Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/gdi/
H A Doutdev3.cxx5957 aLayoutArgs.SetOrientation( nOrientation ); in ImplPrepareLayoutArgs()
5959 aLayoutArgs.SetLayoutWidth( nPixelWidth ); in ImplPrepareLayoutArgs()
5960 aLayoutArgs.SetDXArray( pDXArray ); in ImplPrepareLayoutArgs()
5962 return aLayoutArgs; in ImplPrepareLayoutArgs()
6052 pSalLayout = mpGraphics->GetTextLayout( aLayoutArgs, 0 ); in ImplLayout()
6055 if( pSalLayout && !pSalLayout->LayoutText( aLayoutArgs ) ) in ImplLayout()
6066 if( aLayoutArgs.NeedFallback() ) in ImplLayout()
6068 pSalLayout = ImplGlyphFallbackLayout( pSalLayout, aLayoutArgs ); in ImplLayout()
6071 pSalLayout->AdjustLayout( aLayoutArgs ); in ImplLayout()
6074 if( aLayoutArgs.mnFlags & SAL_LAYOUT_RIGHT_ALIGN ) in ImplLayout()
[all …]

Completed in 286 milliseconds