Searched refs:geBitmap (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 141 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()
|
D | BC_OnedEAN13Writer.cpp | 187 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()
|
D | BC_OnedEAN8Writer.cpp | 189 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()
|
D | BC_OneDimWriter.cpp | 246 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()
|