Home
last modified time | relevance | path

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

/trunk/main/canvas/source/null/ !
H A Dnull_canvasfont.cxx54 … sal_Int64 nRandomSeed ) in createTextLayout() argument
58 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
H A Dnull_canvasfont.hxx71 …st ::com::sun::star::rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed );
H A Dnull_textlayout.hxx56 sal_Int64 nRandomSeed,
/trunk/main/canvas/source/directx/ !
H A Ddx_canvasfont.cxx90 … sal_Int64 nRandomSeed ) in createTextLayout() argument
94 return new TextLayout( aText, nDirection, nRandomSeed, ImplRef( this ) ); in createTextLayout()
H A Ddx_canvasfont.hxx74 …st ::com::sun::star::rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed );
H A Ddx_textlayout.hxx59 sal_Int64 nRandomSeed,
/trunk/main/canvas/source/cairo/ !
H A Dcairo_canvasfont.cxx122 …eateTextLayout( const rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed ) in createTextLayout() argument
131 nRandomSeed, in createTextLayout()
H A Dcairo_canvasfont.hxx71 …st ::com::sun::star::rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed );
H A Dcairo_textlayout.hxx57 sal_Int64 nRandomSeed,
/trunk/main/canvas/source/vcl/ !
H A Dcanvasfont.cxx102 …eateTextLayout( const rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed ) in createTextLayout() argument
111 nRandomSeed, in createTextLayout()
H A Dtextlayout.cxx85 sal_Int64 nRandomSeed, in TextLayout() argument
97 (void)nRandomSeed; in TextLayout()
H A Dcanvasfont.hxx74 …st ::com::sun::star::rendering::StringContext& aText, sal_Int8 nDirection, sal_Int64 nRandomSeed );
H A Dtextlayout.hxx56 sal_Int64 nRandomSeed,
/trunk/main/offapi/com/sun/star/rendering/ !
H A DXCanvasFont.idl83 @param nRandomSeed
86 … createTextLayout( [in] StringContext aText, [in] byte nDirection, [in] hyper nRandomSeed );