Home | History | Annotate | Download | only in font

Lines Matching refs:iWidth

299                                   int32_t& iWidth,

302 iWidth = (int32_t)(int16_t)m_WidthCache.GetAt(wUnicode, 0);
303 if (iWidth == 0 || iWidth == -1) {
308 if (!::GetCharWidthI(m_hDC, iGlyph, 1, NULL, &iWidth)) {
309 iWidth = -1;
312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
316 iWidth = -1;
319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth);
322 return iWidth > 0;
325 int32_t& iWidth,
327 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
518 void CFX_GdiFont::CreateGlyphBitmap(int32_t iWidth,
523 int32_t padding = ((iWidth + 3) / 4) * 4 - iWidth;
527 for (i = iWidth - 1; i >= 0; --i) {