Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp139 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
143 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
152 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
161 CFX_FloatRect rect2(0.0, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
170 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
185 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
191 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
195 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
209 FX_RECT rect2(0, 0, (int)strWidth, iTextHeight); in ShowChars()
216 m_Height - iTextHeight); in ShowChars()
[all …]
DBC_OnedEAN13Writer.cpp178 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
184 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
192 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
202 CFX_FloatRect rect2(0.0f, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
220 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
221 FX_RECT rect(0, 0, strWidth, iTextHeight); in ShowChars()
227 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
231 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars()
246 FX_RECT rect1(0, 0, strWidth, iTextHeight); in ShowChars()
253 m_Height - iTextHeight); in ShowChars()
[all …]
DBC_OnedEAN8Writer.cpp187 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
191 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
200 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
217 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
223 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
227 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
241 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
248 m_Height - iTextHeight); in ShowChars()
253 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
DBC_OneDimWriter.cpp190 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() local
192 (FX_FLOAT)(locY + iTextHeight)); in ShowDeviceChars()
217 int32_t iTextHeight = iFontSize + 1; in ShowBitmapChars() local
219 ge.Create((int)geWidth, iTextHeight, m_colorSpace); in ShowBitmapChars()
220 FX_RECT geRect(0, 0, (int)geWidth, iTextHeight); in ShowBitmapChars()
259 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
279 locY = m_Height - iTextHeight; in ShowChars()
285 locY = m_Height - iTextHeight; in ShowChars()