Searched refs:pFntFmt (Results 1 – 1 of 1) sorted by relevance
304 const SmFontFormat *pFntFmt = GetFontFormat( rFntFmtId ); in AddFontFormat() local305 DBG_ASSERT( !pFntFmt, "FontFormatId already exists" ); in AddFontFormat()306 if (!pFntFmt) in AddFontFormat()515 const SmFontFormat *pFntFmt = GetFontFormatList().GetFontFormat( aTmpStr ); in ReadSymbol() local516 DBG_ASSERT( pFntFmt, "unknown FontFormat" ); in ReadSymbol()517 if (pFntFmt) in ReadSymbol()518 aFont = pFntFmt->GetFont(); in ReadSymbol()1046 const SmFontFormat *pFntFmt = GetFontFormatList().GetFontFormat( aTmpStr ); in LoadFormat() local1047 DBG_ASSERT( pFntFmt, "unknown FontFormat" ); in LoadFormat()1048 if (pFntFmt) in LoadFormat()[all …]
Completed in 22 milliseconds