Searched refs:m_FontCharWidth (Results 1 – 11 of 11) sorted by relevance
137 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex); in CalcTextInfo()141 penX += (float)(charPos[0].m_FontCharWidth) * (float)fontSize / 1000.0f; in CalcTextInfo()145 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex); in CalcTextInfo()149 penX += (float)(charPos[i].m_FontCharWidth) * (float)fontSize / 1000.0f; in CalcTextInfo()
81 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode); in CPDF_CharPosList()83 charpos.m_FontCharWidth = 0; in CPDF_CharPosList()
1148 font->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()
21 uint32_t m_FontCharWidth = 0; variable
937 charpos.m_FontCharWidth, anti_alias, &nativetext_flags); in DrawNormalText()941 charpos.m_FontCharWidth, anti_alias, &nativetext_flags); in DrawNormalText()1065 pFont->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
43 charPos[0].m_FontCharWidth = 4u; in CommonTest()
920 m_charDetails.SetFontCharWidthAt(cur_index, cp.m_FontCharWidth); in DrawText()1782 uint32_t pdf_glyph_width = cp.m_FontCharWidth; in DrawDeviceText()
1151 (*pCharPos)[j].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()1160 (*pCharPos)[szChars - 1].m_FontCharWidth * pPiece->fFontSize / in RenderPath()1172 (*pCharPos)[szChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()1216 (*pCharPos)[szChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()
536 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in FindPSFontGlyph()
787 current_char_pos.m_FontCharWidth = iCharWidth; in GetDisplayPos()
852 pCharPos->m_FontCharWidth = iCharWidth; in GetDisplayPos()