Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx181 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 Dgraphite_layout.cxx651 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()
/trunk/main/starmath/inc/
H A Dnode.hxx86 SmFace aFace; member in SmNode
131 const SmFace & GetFont() const { return aFace; }; in GetFont()
132 SmFace & GetFont() { return aFace; }; in GetFont()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx250 Color aFace( rStyleSettings.GetFaceColor() ); in Paint() local
252 Color aCenter( aFace ); in Paint()
254 Color aOuter( aFace ); in Paint()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3563 String aFace, aId, aStyle, aClass, aLang, aDir; in NewFontAttr() local
3603 aFace = pOption->GetString(); in NewFontAttr()
3661 if( aFace.Len() && !pCSS1Parser->IsIgnoreFontFamily() ) in NewFontAttr()
3677 String aFName = aFace.GetToken( 0, ',', nStrPos ); in NewFontAttr()

Completed in 100 milliseconds