Searched refs:iTextHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 147 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 151 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 160 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 169 CFX_FloatRect rect2(0.0, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 178 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 193 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars() 198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars() 202 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars() 214 FX_RECT rect2(0, 0, (int)strWidth, iTextHeight); in ShowChars() 220 m_Height - iTextHeight); in ShowChars() [all …]
|
D | BC_OnedEAN13Writer.cpp | 192 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 198 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 206 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 216 CFX_FloatRect rect2(0.0f, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 233 ge.Create(strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars() 234 FX_RECT rect(0, 0, strWidth, iTextHeight); in ShowChars() 239 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars() 243 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars() 256 FX_RECT rect1(0, 0, strWidth, iTextHeight); in ShowChars() 262 m_Height - iTextHeight); in ShowChars() [all …]
|
D | BC_OnedEAN8Writer.cpp | 194 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 198 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 207 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars() 224 ge.Create(strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars() 228 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars() 232 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars() 244 ge.Create(strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars() 250 m_Height - iTextHeight); in ShowChars() 255 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OneDimWriter.cpp | 209 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() local 211 (FX_FLOAT)(locY + iTextHeight)); in ShowDeviceChars() 236 int32_t iTextHeight = iFontSize + 1; in ShowBitmapChars() local 238 ge.Create((int)geWidth, iTextHeight, m_colorSpace, nullptr); in ShowBitmapChars() 239 FX_RECT geRect(0, 0, (int)geWidth, iTextHeight); in ShowBitmapChars() 280 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 300 locY = m_Height - iTextHeight; in ShowChars() 306 locY = m_Height - iTextHeight; in ShowChars()
|