OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVertWidth
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h
62
short
GetVertWidth
(uint16_t CID) const;
cpdf_cidfont.cpp
532
short CPDF_CIDFont::
GetVertWidth
(uint16_t CID) const {
/external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp
189
return pCIDFont->
GetVertWidth
(CID) * fontsize;
252
charwidth = pCIDFont->
GetVertWidth
(CID) * fontsize / 1000;
Completed in 958 milliseconds