Searched refs:pReqFont (Results 1 – 3 of 3) sorted by relevance
87 const ImplFontSelectData* const pReqFont = &rFSD; in CTTextStyle() local89 double fScaledFontHeight = pReqFont->mfExactHeight; in CTTextStyle()100 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in CTTextStyle()105 if( (pReqFont->mnWidth != 0) && (pReqFont->mnWidth != pReqFont->mnHeight) ) in CTTextStyle()107 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in CTTextStyle()113 if( ((pReqFont->meItalic == ITALIC_NORMAL) || (pReqFont->meItalic == ITALIC_OBLIQUE)) in CTTextStyle()135 CFBooleanRef pCFVertBool = pReqFont->mbVertical ? kCFBooleanTrue : kCFBooleanFalse; in CTTextStyle()147 if( (pReqFont->meWeight > WEIGHT_MEDIUM) in CTTextStyle()151 const int nBoldFactor = -lrint( (3.5F * pReqFont->meWeight) / mpFontData->meWeight); in CTTextStyle()
145 const ImplFontSelectData* const pReqFont = &rFSD; in AtsTextStyle() local150 double fScaledFontHeight = pReqFont->mfExactHeight; in AtsTextStyle()159 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in AtsTextStyle()162 if( (pReqFont->mnWidth != 0) && (pReqFont->mnWidth != pReqFont->mnHeight) ) in AtsTextStyle()164 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in AtsTextStyle()
1807 sal_uInt16 AquaSalGraphics::SetFont( ImplFontSelectData* pReqFont, int /*nFallbackLevel*/ ) in SetFont() argument1814 if( !pReqFont ) in SetFont()1821 mpMacFontData = static_cast<const ImplMacFontData*>( pReqFont->mpFontData ); in SetFont()1822 mpMacTextStyle = mpMacFontData->CreateMacTextStyle( *pReqFont ); in SetFont()1832 pReqFont->GetWeight(), in SetFont()1833 pReqFont->GetSlant(), in SetFont()1834 pReqFont->mnHeight, in SetFont()1835 pReqFont->mnWidth, in SetFont()1836 pReqFont->mnOrientation); in SetFont()
Completed in 43 milliseconds