Searched refs:geWidth (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 110 float geWidth, in CalcTextInfo() argument 127 float leftPositon = (float)(geWidth - charsLen) / 2.0f; in CalcTextInfo() 128 if (leftPositon < 0 && geWidth == 0) { in CalcTextInfo() 156 float geWidth, in ShowDeviceChars() argument 163 CFX_FloatRect rect((float)locX, (float)locY, (float)(locX + geWidth), in ShowDeviceChars() 165 if (geWidth != m_Width) { in ShowDeviceChars() 191 float geWidth = 0; in ShowChars() local 194 geWidth = 0; in ShowChars() 197 geWidth = (float)barWidth; in ShowChars() 201 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars() [all …]
|
D | BC_OneDimWriter.h | 65 float geWidth, 73 float geWidth,
|