Home
last modified time | relevance | path

Searched refs:iTextHeight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp147 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 …]
DBC_OnedEAN13Writer.cpp192 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 …]
DBC_OnedEAN8Writer.cpp194 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()
DBC_OneDimWriter.cpp209 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()