Searched refs:aFace (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 181 FT_Face aFace = reinterpret_cast<FT_FaceRec_*>(aFtFont.GetFtFace()); in IsGraphiteEnabledFont() local 182 SilfMap::iterator i = sSilfMap.find(reinterpret_cast<long>(aFace)); in IsGraphiteEnabledFont() 192 sSilfMap[reinterpret_cast<long>(aFace)] = bHasSilf; in IsGraphiteEnabledFont() 290 FT_Face aFace = reinterpret_cast<FT_Face>(mrFont.GetFtFace()); in getGlyphMetrics() 291 if (!aFace) in getGlyphMetrics() 298 aStatus = FT_Load_Glyph(aFace, nGlyphId, nLoadFlags); in getGlyphMetrics() 299 if( aStatus != FT_Err_Ok || (!aFace->glyph)) in getGlyphMetrics() 307 (*pFTEmbolden)(aFace->glyph); in getGlyphMetrics() 310 (*pFTOblique)(aFace->glyph); in getGlyphMetrics() 312 const FT_Glyph_Metrics &gm = aFace->glyph->metrics; in getGlyphMetrics()
|
H A D | graphite_layout.cxx | 651 ext_std::wstring aFace; in hashCode() local 654 UniqueCacheInfo(aFace, bBold, bItalic); in hashCode() 658 for (size_t i = 0; i < aFace.size() && i < 32; i++) in hashCode() 660 uName[i] = aFace[i]; in hashCode() 662 size_t iSize = aFace.size(); in hashCode()
|
/aoo41x/main/starmath/inc/ |
H A D | node.hxx | 86 SmFace aFace; member in SmNode 131 const SmFace & GetFont() const { return aFace; }; in GetFont() 132 SmFace & GetFont() { return aFace; }; in GetFont()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 250 Color aFace( rStyleSettings.GetFaceColor() ); in Paint() local 252 Color aCenter( aFace ); in Paint() 254 Color aOuter( aFace ); in Paint()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 3582 String aFace, aId, aStyle, aClass, aLang, aDir; in NewFontAttr() local 3622 aFace = pOption->GetString(); in NewFontAttr() 3682 if( aFace.Len() && !pCSS1Parser->IsIgnoreFontFamily() ) in NewFontAttr() 3698 String aFName = aFace.GetToken( 0, ',', nStrPos ); in NewFontAttr()
|
Completed in 133 milliseconds