Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp141 CFX_FxgeDevice geBitmap; in ShowChars() local
143 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars()
198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple, in ShowChars()
246 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
267 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 85 * multiple, in ShowChars()
DBC_OnedEAN13Writer.cpp187 CFX_FxgeDevice geBitmap; in ShowChars() local
189 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars()
239 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
261 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple, in ShowChars()
289 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
DBC_OnedEAN8Writer.cpp189 CFX_FxgeDevice geBitmap; in ShowChars() local
191 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowChars()
228 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
249 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple, in ShowChars()
DBC_OneDimWriter.cpp246 CFX_FxgeDevice geBitmap; in ShowBitmapChars() local
247 geBitmap.Attach(pOutBitmap, false, nullptr, false); in ShowBitmapChars()
248 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY); in ShowBitmapChars()