Lines Matching refs:strWidth
139 FX_FLOAT strWidth = (FX_FLOAT)35 * multiple; in ShowChars() local
152 (FX_FLOAT)(leftPosition + strWidth - 0.5), (FX_FLOAT)m_Height); in ShowChars()
161 (FX_FLOAT)((leftPosition + 40 * multiple) + strWidth - 0.5), in ShowChars()
187 strWidth = strWidth * m_outputHScale; in ShowChars()
189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
193 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
214 FX_RECT rect2(0, 0, (int)strWidth, iTextHeight); in ShowChars()
235 strWidth = (FX_FLOAT)multiple * 7; in ShowChars()
237 strWidth = strWidth * m_outputHScale; in ShowChars()
239 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); in ShowChars()
242 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
259 CalcTextInfo(tempStr, pCharPos + 11, m_pFont, strWidth, iFontSize, blank); in ShowChars()
262 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()