Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx375 double fFontRotation, in getVclFontFromFontAttribute() argument
413 if(!basegfx::fTools::equalZero(fFontRotation)) in getVclFontFromFontAttribute()
415 sal_Int16 aRotate10th(static_cast<sal_Int16>(fFontRotation * (-1800.0/F_PI))); in getVclFontFromFontAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx346 double fFontScaleX, double fFontScaleY, double fFontRotation, in getVclFontFromFontAttribute() argument
397 if (!basegfx::fTools::equalZero(fFontRotation)) in getVclFontFromFontAttribute()
399 sal_Int16 aRotate10th(static_cast<sal_Int16>(fFontRotation * (-1800.0 / F_PI))); in getVclFontFromFontAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/primitive2d/
H A Dtextlayoutdevice.hxx131 double fFontRotation,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/primitive2d/
H A Dtextlayoutdevice.hxx115 double fFontRotation, const css::lang::Locale& rLocale);