Home
last modified time | relevance | path

Searched refs:space_charcode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp236 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessObject() local
238 if (space_charcode != -1) { in ProcessObject()
239 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
Dfpdf_text.cpp62 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessObject() local
64 if (space_charcode != -1) { in ProcessObject()
65 spacew = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessObject()
Dfpdf_text_int.cpp1626 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' '); in ProcessTextObject() local
1628 if (space_charcode != -1) { in ProcessTextObject()
1629 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessTextObject()