Home | History | Annotate | Download | only in ge

Lines Matching refs:GetSubstFont

192         if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {

202 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) {
1002 void* face = bExternal ? pFont->GetSubstFont()->m_ExtHandle : pFont->GetFace();
1030 void* face = bExternal ? pFont->GetSubstFont()->m_ExtHandle : pFont->GetFace();
1131 if (pFont->GetSubstFont())
1134 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1140 if (pFont->GetSubstFont())
1143 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1148 if (pFont->GetSubstFont())
1151 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), 3);
1187 if (pFont->GetSubstFont())
1190 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1380 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont();
1398 pFont->AdjustMMParams(glyph_index, dest_width, pFont->GetSubstFont()->m_Weight);
1576 if (pFont->GetSubstFont())
1577 key = (FX_LPVOID)(FX_UINTPTR)(glyph_index + ((pFont->GetSubstFont()->m_Weight / 16) << 15) +
1578 ((pFont->GetSubstFont()->m_ItalicAngle / 2) << 21) + ((dest_width / 16) << 25) +