OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:space_charcode
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp
236
FX_DWORD
space_charcode
= pFont->CharCodeFromUnicode(' ');
local
238
if (
space_charcode
!= -1) {
239
threshold = fontsize_h * pFont->GetCharWidthF(
space_charcode
) / 1000;
fpdf_text.cpp
62
FX_DWORD
space_charcode
= pFont->CharCodeFromUnicode(' ');
local
64
if (
space_charcode
!= -1) {
65
spacew = fontsize_h * pFont->GetCharWidthF(
space_charcode
) / 1000;
fpdf_text_int.cpp
1626
FX_DWORD
space_charcode
= pFont->CharCodeFromUnicode(' ');
local
[
all
...]
Completed in 67 milliseconds