Searched refs:m_FontCharWidth (Results 1 – 5 of 5) sorted by relevance
475 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex); in Display()479 if(charW != charpos.m_FontCharWidth) { in Display()481 charpos.m_AdjustMatrix[0] = charW / charpos.m_FontCharWidth; in Display()
548 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in Load()550 charpos.m_FontCharWidth = 0; in Load()719 charpos.m_FontCharWidth); in DrawTextPathWithPattern()
298 int m_FontCharWidth; member
230 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText()233 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText()938 …_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
551 …hData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in FindPSFontGlyph()