Searched refs:geWidth (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 134 float geWidth, in CalcTextInfo() argument 151 float leftPositon = (float)(geWidth - charsLen) / 2.0f; in CalcTextInfo() 152 if (leftPositon < 0 && geWidth == 0) { in CalcTextInfo() 181 float geWidth, in ShowDeviceChars() argument 188 CFX_FloatRect rect((float)locX, (float)locY, (float)(locX + geWidth), in ShowDeviceChars() 190 if (geWidth != m_Width) { in ShowDeviceChars() 217 float geWidth = 0; in ShowChars() local 220 geWidth = 0; in ShowChars() 223 geWidth = (float)barWidth; in ShowChars() 227 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars() [all …]
|
D | BC_OneDimWriter.h | 60 float geWidth, 71 float geWidth,
|