Home
last modified time | relevance | path

Searched refs:fWordTail (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_wordinfo.cpp16 fWordTail(0.0f), in CPVT_WordInfo()
24 fWordTail(0.0f), in CPVT_WordInfo()
32 fWordTail(0.0f), in CPVT_WordInfo()
48 fWordTail = word.fWordTail; in operator =()
Dctypeset.cpp223 pNextWord->fWordTail = 0; in CharArray()
227 pWord->fWordTail = 0; in CharArray()
239 pWord->fWordTail = in CharArray()
244 pWord->fWordTail = 0; in CharArray()
346 m_pVT->GetCharSpace(), fFontSize, pWord->fWordTail); in SplitLines()
Dcpvt_wordinfo.h24 float fWordTail; member
Dcpdf_variabletext.h156 float fWordTail);
Dcpdf_variabletext.cpp604 float fWordTail) { in GetWordWidth() argument
606 fCharSpace + fWordTail; in GetWordWidth()
611 GetCharSpace(), GetWordFontSize(), WordInfo.fWordTail); in GetWordWidth()