Searched refs:space_charcode (Results 1 – 3 of 3) sorted by relevance
236 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessObject() local238 if (space_charcode != -1) { in ProcessObject()239 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
62 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessObject() local64 if (space_charcode != -1) { in ProcessObject()65 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
1626 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessTextObject() local1628 if (space_charcode != -1) { in ProcessTextObject()1629 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessTextObject()